Index: lams_flex/LamsAuthor/src/LamsAuthor.mxml =================================================================== diff -u -rfa44eb30e5b2d91538b2915a3b3dcfc6b039dae3 -r60b2439a6205536482d65d00c64c18be2c744ad1 --- lams_flex/LamsAuthor/src/LamsAuthor.mxml (.../LamsAuthor.mxml) (revision fa44eb30e5b2d91538b2915a3b3dcfc6b039dae3) +++ lams_flex/LamsAuthor/src/LamsAuthor.mxml (.../LamsAuthor.mxml) (revision 60b2439a6205536482d65d00c64c18be2c744ad1) @@ -23,7 +23,6 @@ import org.lamsfoundation.lams.common.util.WDDXParser; import flash.utils.Dictionary; - // If testing is set to true, load data from test directory public const TESTING:Boolean = true; public const TESTING_LOCAL:Boolean = true; // If true use assets folder, else use localhost @@ -49,13 +48,19 @@ // current selected activity public var selectedActivity:ActivityComponent; + // Next toolContentID 1 by default for testing + public var nextToolContentID:int = 1; + [Bindable] public var applicationCenter:Point = new Point(); // dictionary [Bindable] public var dictionary:XMLDictionaryRegistry; + // Determines the next UIID for each activity + public var nextUIID:int = 1; + private function preInit():void { if (TESTING && !TESTING_LOCAL) {