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

added resize + button event handlers

created

changed popup call to implement width+height

created

add TODO comments

added some busy error checking... lookout for it

Springsoft library AS2lib

    • binary
    ./src/flash/org/springsoft/aslib/BinaryTree.as
    • binary
    ./src/flash/org/springsoft/aslib/BinaryTreeObject.as
    • binary
    ./src/flash/org/springsoft/aslib/Debug.as
    • binary
    ./src/flash/org/springsoft/aslib/HashTable.as
    • binary
    ./src/flash/org/springsoft/aslib/HashTableObject.as
    • binary
    ./src/flash/org/springsoft/aslib/ListNode.as
    • binary
    ./src/flash/org/springsoft/aslib/ObjectListNode.as
    • binary
    ./src/flash/org/springsoft/aslib/ObjectTreeNode.as
    • binary
    ./src/flash/org/springsoft/aslib/Queue.as
    • binary
    ./src/flash/org/springsoft/aslib/QueueObject.as
    • binary
    ./src/flash/org/springsoft/aslib/SingleLinkedList.as
    • binary
    ./src/flash/org/springsoft/aslib/SingleLinkedListObject.as
    • binary
    ./src/flash/org/springsoft/aslib/Stack.as
    • binary
    ./src/flash/org/springsoft/aslib/StackObject.as
    • binary
    ./src/flash/org/springsoft/aslib/TreeNode.as
make it use requestURL rather than just hardcoded

changed test learning desing foreign key

inserted trace

added scrolling + resizing functionality

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.

Updated to be AS2.0 complient

added a new method (for old compatability) and renamed

renamed

removed a breakpoint.

took out a breakopint...

test learning design

    • -0
    • +21
    ./db/sql/insert_survey_design.sql
possible solution for popup/dialog management

added close button

new version with close button

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

Added method to create workspace popup

Added in real call to create a workspace popup

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');

*

*

*/