Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed bug w. elements array not being created

Added debug level constants

    • -2
    • +9
    ./org/lamsfoundation/lams/common/util/Debugger.as
added resize + button event handlers

created

    • -0
    • +33
    ./org/lamsfoundation/lams/common/util/StyleManager.as
changed popup call to implement width+height

    • -1
    • +1
    ./org/lamsfoundation/lams/common/ws/Workspace.as
created

    • -0
    • +44
    ./org/lamsfoundation/lams/common/dict/Dictionary.as
    • -0
    • +28
    ./org/lamsfoundation/lams/common/dict/DictionaryItem.as
added some busy error checking... lookout for it

Springsoft library AS2lib

    • -0
    • +331
    ./org/springsoft/aslib/BinaryTree.as
    • -0
    • +52
    ./org/springsoft/aslib/BinaryTreeObject.as
    • -0
    • +69
    ./org/springsoft/aslib/Debug.as
    • -0
    • +153
    ./org/springsoft/aslib/HashTable.as
    • -0
    • +40
    ./org/springsoft/aslib/HashTableObject.as
    • -0
    • +82
    ./org/springsoft/aslib/ListNode.as
    • -0
    • +118
    ./org/springsoft/aslib/ObjectListNode.as
    • -0
    • +158
    ./org/springsoft/aslib/ObjectTreeNode.as
    • -0
    • +90
    ./org/springsoft/aslib/Queue.as
    • -0
    • +41
    ./org/springsoft/aslib/QueueObject.as
    • -0
    • +448
    ./org/springsoft/aslib/SingleLinkedList.as
    • -0
    • +52
    ./org/springsoft/aslib/SingleLinkedListObject.as
    • -0
    • +93
    ./org/springsoft/aslib/Stack.as
    • -0
    • +41
    ./org/springsoft/aslib/StackObject.as
    • -0
    • +103
    ./org/springsoft/aslib/TreeNode.as
make it use requestURL rather than just hardcoded

added scrolling + resizing functionality

    • -24
    • +39
    ./org/lamsfoundation/lams/common/ui/LFWindow.as
inserted trace

Changed dialog creation method for workspace

Now handles rezising and event handling from container scrollPane and LFWindow

DataTransferObject... not sure if we will need this.

    • -0
    • +34
    ./org/lamsfoundation/lams/common/util/DTO.as
Updated to be AS2.0 complient

    • -0
    • +164
    ./org/lamsfoundation/lams/common/util/Hashtable.as
    • -0
    • +25
    ./org/lamsfoundation/lams/common/util/HashtableElement.as
added a new method (for old compatability) and renamed

    • -0
    • +85
    ./org/lamsfoundation/lams/common/util/Debugger.as
renamed

    • -67
    • +0
    ./org/lamsfoundation/lams/common/util/Debug.as
removed a breakpoint.

took out a breakopint...

possible solution for popup/dialog management

    • -0
    • +44
    ./org/lamsfoundation/lams/common/ui/Dialog.as
added close button

    • -9
    • +65
    ./org/lamsfoundation/lams/common/ui/LFWindow.as
new version with close button

created to be the class associated with the content for the workspace dialog

    • -0
    • +52
    ./org/lamsfoundation/lams/common/ws/WorkspaceDialog.as
Added method to create workspace popup

Added in real call to create a workspace popup

    • -2
    • +7
    ./org/lamsfoundation/lams/common/ws/Workspace.as
Took out trace statement

AbstractView inherits from Movieclip now

/** * Debug * Can be used to print message to a floating windoe and to trace windoe. SHoudl be used over trace(). * Usage: * import org.lamsfoundation.lams.common.util.Debug; * * Debug.log('_toolkit_mc:'+_toolkit_mc,5,'createToolkit','ToolkitView'); * * */

    • -0
    • +67
    ./org/lamsfoundation/lams/common/util/Debug.as
added setBackground and setBorderstyle methods. also fixed bug on initialisation

    • -23
    • +57
    ./org/lamsfoundation/lams/common/ui/Panel.as
added setBackground and setBorderstyle methods. also fixed bug on initialisation