• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added:

/**

* Serialzes an object into WDDX XML

* @usage var wddxXML:XML = commsInstance.serializeObj(obj);

* @param dto The object to be serialized

* @return sXML WDDX Serialized XML

*/

public function serializeObj(dto:Object):XML{

var sXML:XML = new XML();

sXML = wddx.serialize(dto);

return sXML;

}

    • binary
    ./lams/common/comms/Communication.as
added comments to what sendAndRecive function should do

    • binary
    ./lams/common/comms/Communication.as
remove a breakpoint

    • binary
    ./lams/common/comms/Communication.as
remove a breakpoint

    • binary
    ./lams/common/comms/Communication.as
added isFullURL to communication class

    • binary
    ./lams/common/comms/Communication.as
fix a coupe of bugs, call setDefaults() in the constructor, change name of serverURL, comment out call to set _configData as caused crash

added request handlers Hashtable delcaration

    • binary
    ./lams/common/comms/Communication.as
changes to layout. Grid now resizes on setSize

added handler code for dialog OK event and subsequent forwarding to itemSelected()

    • binary
    ./lams/common/ws/WorkspaceDialog.as
added contentLoaded() method

removed duration argument from doLater()

    • binary
    ./lams/common/util/MovieClipUtils.as
removed movie clip creation and related arguments from constructor. Workspace

doesn't have a movieclip associated with it

added resize capability

grid component bug fix..

*** empty log message ***

    • binary
    ./lams/common/util/MovieClipUtils.as
  1. … 1 more file in changeset.
Usefull thing to load movie clips...

    • binary
    ./lams/common/util/MovieLoader.as
removed id parameter from userSelectItem

added description

changed so that cookie each have their own shared object

    • binary
    ./lams/common/util/CookieMonster.as
created

    • binary
    ./lams/common/ui/LFMenuBar.as
added data object conversion methods

    • binary
    ./lams/common/dict/DictionaryItem.as
    • binary
    ./lams/common/style/ThemeManager.as
    • binary
    ./lams/common/style/VisualElement.as
added data oject comversion methods

superficial changes

    • binary
    ./lams/common/comms/Communication.as
created prefs dialog

    • binary
    ./lams/common/preferencesDialog.as
created

    • binary
    ./lams/common/Dialog.as
created doLater() method

    • binary
    ./lams/common/util/MovieClipUtils.as
initial commit

    • binary
    ./lams/common/util/MovieClipUtils.as
Library of objectUtils

    • binary
    ./lams/common/util/ObjectUtils.as
Added serialize method for getting WDDX packet structure

    • binary
    ./lams/common/style/ThemeManager.as
created

    • binary
    ./lams/common/util/CookieMonster.as