lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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...

make it deployable using ant build

    • binary
    /lams_learning/web/WEB-INF/lib/lams.jar
testing libs

    • binary
    /lams_learning/web/WEB-INF/lib/gnujaxp.jar
    • binary
    /lams_learning/web/WEB-INF/lib/jcommon-0.9.6.jar
    • binary
    /lams_learning/web/WEB-INF/lib/jfreechart-0.9.21.jar
    • binary
    /lams_learning/web/WEB-INF/lib/lams-tool-survey.jar
    • binary
    /lams_learning/web/WEB-INF/lib/lams.jar
    • binary
    /lams_learning/web/WEB-INF/lib/struts-el.jar
test confs

    • -0
    • +93
    /lams_learning/test/java/SurveyAnsContent.hbm.xml
    • -0
    • +168
    /lams_learning/test/java/SurveyContent.hbm.xml
    • -0
    • +198
    /lams_learning/test/java/SurveyQueContent.hbm.xml
    • -0
    • +61
    /lams_learning/test/java/SurveyQueType.hbm.xml
    • -0
    • +117
    /lams_learning/test/java/SurveyQueUsr.hbm.xml
    • -0
    • +103
    /lams_learning/test/java/SurveySession.hbm.xml
    • -0
    • +102
    /lams_learning/test/java/SurveyUsrResp.hbm.xml
settings for test web app

test learning design

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

added close button

new version with close button

    • binary
    /lams_common/src/flash/LFWindow.fla
    • binary
    /lams_common/src/flash/LFWindow.swc
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'); * * */

added setBackground and setBorderstyle methods. also fixed bug on initialisation

added setBackground and setBorderstyle methods. also fixed bug on initialisation

Fixed bug with date - had Java coded to use java.sql.Date and it should be java.sql.Timestamp. This will cause the time component to be lost.

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

Moved basic contents from lams_common to lams_central

    • -0
    • +7
    /lams_central/.classpath
    • -0
    • +13
    /lams_central/.mymetadata
    • -0
    • +43
    /lams_central/.project
    • -0
    • +37
    /lams_central/build.properties
    • -0
    • +108
    /lams_central/build.xml
    • -0
    • +3
    /lams_central/web/META-INF/MANIFEST.MF
    • -0
    • +11
    /lams_central/web/WEB-INF/jboss-web.xml
    • -0
    • +393
    /lams_central/web/WEB-INF/jstl/c-rt.tld
    • -0
    • +416
    /lams_central/web/WEB-INF/jstl/c.tld
    • -0
    • +403
    /lams_central/web/WEB-INF/jstl/fmt-rt.tld
    • -0
    • +442
    /lams_central/web/WEB-INF/jstl/fmt.tld
    • -0
    • +188
    /lams_central/web/WEB-INF/jstl/sql-rt.tld
    • -0
    • +213
    /lams_central/web/WEB-INF/jstl/sql.tld
    • -0
    • +256
    /lams_central/web/WEB-INF/jstl/x-rt.tld
    • -0
    • +273
    /lams_central/web/WEB-INF/jstl/x.tld
  1. … 17 more files in changeset.
LAMS Window Component FLA

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

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

LAMS Window Extended from the mx.controls.Window Class