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

changed message log retrieval to include scope

changed to fit new application architecture + added 'load' event

    • binary
    ./lams/common/style/ThemeManager.as
added 'load' and 'init' events, changed to fit new architecture in Application

added 'load' event & get for className

changed from dummyServerDefaults to _configData

added message type constants

Added live log and log retrieval methods

created

    • binary
    ./lams/common/DebugDialog.as
add todo

added doubleclick time constant

fix handlers

Initial comit of Cursor class

    • binary
    ./lams/common/ui/Cursor.as
added cursors calls

    • binary
    ./lams/common/comms/Communication.as
correct Transition word

Add transition handler

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