• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
implemented loadXML() for unwrapped packets

and sendAndReceive() and cleaned up code + comments

    • binary
    ./lams/common/comms/Communication.as
Implemeted queuing for getRequest() calls to handle simultaneous multiple XML requests

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

    • binary
    ./lams/common/util/NumberUtils.as
    • binary
    ./lams/common/util/StringUtils.as
*** empty log message ***

remove breakpoint

changed dimensions

put in dummy server defaults, getItem(),setItem() + save/open from disk

changed so that styles can be loaded individually from disk or server

    • binary
    ./lams/common/style/ThemeManager.as
changed to use dictionary for populating

cosmetic changes

implemented purge function and flags to serialize/de-serialize data

    • binary
    ./lams/common/util/CookieMonster.as
made singleton and implemented logic to retrieve from server if not available locally

lowercase p in classname to uppercase

    • binary
    ./lams/common/PreferencesDialog.as
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