Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed a breakpoint.

took out a breakopint...

possible solution for popup/dialog management

    • -0
    • +44
    ./flash/org/lamsfoundation/lams/common/ui/Dialog.as
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'); * * */

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

added setBackground and setBorderstyle methods. also fixed bug on initialisation

LAMS Window Component FLA

    • binary
    ./flash/LFWindow.fla
LAMS Window compiled component

    • binary
    ./flash/LFWindow.swc
added rectborder class to do the border

LAMS Window Extended from the mx.controls.Window Class

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

remove debug that was in UIObject

change back to local time implementation

  1. … 1 more file in changeset.
Add comments andtidy up code. Also remove traces

    • -159
    • +131
    ./flash/org/lamsfoundation/lams/common/ui/Panel.as
Compiled verson of the Panel class. Funcitonality as the initial commit

Updated names and tidy up fla

Initial commit - working, needs to be tidied up...

    • -0
    • +175
    ./flash/org/lamsfoundation/lams/common/ui/Panel.as
Initial commin - working, needs to be tidied up...

*** empty log message ***

  1. … 4 more files in changeset.
added type checking convenient method for gate activity. methods re-organized and some comments added

Initial commit

    • -0
    • +424
    ./flash/org/lamsfoundation/lams/common/comms/Wddx.as
    • -0
    • +74
    ./flash/org/lamsfoundation/lams/common/mvc/AbstractView.as
    • -0
    • +28
    ./flash/org/lamsfoundation/lams/common/mvc/Controller.as
    • -0
    • +33
    ./flash/org/lamsfoundation/lams/common/mvc/View.as
    • -0
    • +39
    ./flash/org/lamsfoundation/lams/common/util/CallBack.as
    • -0
    • +131
    ./flash/org/lamsfoundation/lams/common/util/Observable.as
    • -0
    • +16
    ./flash/org/lamsfoundation/lams/common/util/Observer.as
    • -0
    • +17
    ./flash/org/lamsfoundation/lams/common/util/Proxy.as
    • -0
    • +39
    ./flash/org/lamsfoundation/lams/common/ws/Workspace.as
    • -0
    • +12
    ./flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as
    • -0
    • +50
    ./flash/org/lamsfoundation/lams/common/ws/WorkspaceView.as
move customized open session in view to common/util/. so it can be reused in other parts

*** empty log message ***

  1. … 1 more file in changeset.