Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added scrolling + resizing functionality

    • -24
    • +39
    ./lamsfoundation/lams/common/ui/LFWindow.as
  1. … 2 more files in changeset.
inserted trace

    • -1
    • +1
    ./lamsfoundation/lams/common/ui/Dialog.as
Changed dialog creation method for workspace

    • -16
    • +1
    ./lamsfoundation/lams/common/ws/WorkspaceView.as
Now handles rezising and event handling from container scrollPane and LFWindow

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

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

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

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

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

    • -1
    • +0
    ./lamsfoundation/lams/common/ui/Panel.as
possible solution for popup/dialog management

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

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

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

    • -8
    • +37
    ./lamsfoundation/lams/common/ws/WorkspaceView.as
Added in real call to create a workspace popup

Took out trace statement

AbstractView inherits from Movieclip now

    • -1
    • +1
    ./lamsfoundation/lams/common/mvc/AbstractView.as
/** * 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
    ./lamsfoundation/lams/common/util/Debug.as
added setBackground and setBorderstyle methods. also fixed bug on initialisation

    • -23
    • +57
    ./lamsfoundation/lams/common/ui/Panel.as
added rectborder class to do the border

    • -41
    • +69
    ./lamsfoundation/lams/common/ui/Panel.as
  1. … 2 more files in changeset.
LAMS Window Extended from the mx.controls.Window Class

    • -0
    • +46
    ./lamsfoundation/lams/common/ui/LFWindow.as
more requestURL to canvas, where it should be

Add comments andtidy up code. Also remove traces

    • -159
    • +131
    ./lamsfoundation/lams/common/ui/Panel.as
Initial commit - working, needs to be tidied up...

    • -0
    • +175
    ./lamsfoundation/lams/common/ui/Panel.as
Initial commit

    • -0
    • +129
    ./lamsfoundation/lams/common/comms/Communication.as
    • -0
    • +424
    ./lamsfoundation/lams/common/comms/Wddx.as
    • -0
    • +139
    ./lamsfoundation/lams/common/comms/WddxRecordset.as
    • -0
    • +42
    ./lamsfoundation/lams/common/mvc/AbstractController.as
    • -0
    • +74
    ./lamsfoundation/lams/common/mvc/AbstractView.as
    • -0
    • +28
    ./lamsfoundation/lams/common/mvc/Controller.as
    • -0
    • +33
    ./lamsfoundation/lams/common/mvc/View.as
    • -0
    • +39
    ./lamsfoundation/lams/common/util/CallBack.as
    • -0
    • +131
    ./lamsfoundation/lams/common/util/Observable.as
    • -0
    • +16
    ./lamsfoundation/lams/common/util/Observer.as
    • -0
    • +17
    ./lamsfoundation/lams/common/util/Proxy.as
    • -0
    • +39
    ./lamsfoundation/lams/common/ws/Workspace.as
    • -0
    • +18
    ./lamsfoundation/lams/common/ws/WorkspaceController.as
    • -0
    • +12
    ./lamsfoundation/lams/common/ws/WorkspaceModel.as
    • -0
    • +50
    ./lamsfoundation/lams/common/ws/WorkspaceView.as