• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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');

*

*

*/

added setBackground and setBorderstyle methods. also fixed bug on initialisation

added setBackground and setBorderstyle methods. also fixed bug on initialisation

Updated master build to include lams_central. In process, changed it from being linux to windows...

LAMS Window Component FLA

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

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

LAMS Window Extended from the mx.controls.Window Class

more requestURL to canvas, where it should be

remove debug that was in UIObject

change back to local time implementation

Add comments andtidy up code. Also remove traces

Compiled verson of the Panel class. Funcitonality as the initial commit

    • binary
    ./src/flash/Panel.swc
Updated names and tidy up fla

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

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

    • binary
    ./src/flash/Panel.fla
*** empty log message ***

    • -0
    • +25
    ./conf/xdoclet/servlet-mappings.xml
    • -0
    • +47
    ./conf/xdoclet/servlets.xml
    • -0
    • +27
    ./conf/xdoclet/web-settings.xml
added type checking convenient method for gate activity.

methods re-organized and some comments added

*** empty log message ***

Initial commit

move customized open session in view to common/util/. so it can be reused in other parts

*** empty log message ***

*** empty log message ***

*** empty log message ***

  1. … 4 more files in changeset.
factor out the date conversion logic into DateUtil

    • -0
    • +76
    ./src/java/org/lamsfoundation/lams/util/DateUtil.java
implemented the date conversion for gate start time and gate end time. - will be further refactored to factor out the date conversion logic into util