lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Created

    • -0
    • +20
    ./lams/common/style/Theme.as
Moved to style from util

    • -0
    • +70
    ./lams/common/style/StyleManager.as
Added over-ridden method for setting contentPath as this is set up in extended component

changed popup call to implement width+height

fixed bug w. elements array not being created

Added debug level constants

added resize + button event handlers

    • -17
    • +73
    ./lams/common/ws/WorkspaceDialog.as
created

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

created

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

make it use requestURL rather than just hardcoded

added scrolling + resizing functionality

  1. … 2 more files in changeset.
inserted trace

Changed dialog creation method for workspace

Now handles rezising and event handling from container scrollPane and LFWindow

    • -9
    • +24
    ./lams/common/ws/WorkspaceDialog.as
DataTransferObject... not sure if we will need this.

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

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

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

removed a breakpoint.

possible solution for popup/dialog management

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

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

    • -0
    • +52
    ./lams/common/ws/WorkspaceDialog.as
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
    ./lams/common/util/Debug.as
added setBackground and setBorderstyle methods. also fixed bug on initialisation