Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
lowercase p in classname to uppercase

general cleanup and deletion of arbitrary methods

some structural changes

Added the license text and class comment

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; }

added comments to what sendAndRecive function should do

added some comments

Changed Hashtable for storing activities and transitions to ArrayList as per FLASH requirements coz there was problem in the generation of WDDX packet

added some comments

    • -0
    • +26
    ./java/org/lamsfoundation/lams/tool/Tool.java
This class is required in the authoring enviornment to pass information about the tool assocaited with a given ToolActivity

added a getter for LibraryActivityDTO

This classpasses information about the template activities(tool activities) assocaited with a given Learning Library.

some structural changes

*** empty log message ***

*** empty log message ***

  1. … 3 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 4 more files in changeset.
remove a breakpoint

remove a breakpoint

added isFullURL to communication class

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

changes to layout. Grid now resizes on setSize

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

added contentLoaded() method

removed duration argument from doLater()

removed movie clip creation and related arguments from constructor. Workspace doesn't have a movieclip associated with it

added resize capability

*** empty log message ***

    • binary
    ./flash/assets/icons/icon_chat.swf
grid component bug fix..