Index: lams_flex/LamsAuthor/src/LamsAuthor.mxml =================================================================== RCS file: /usr/local/cvsroot/lams_flex/LamsAuthor/src/LamsAuthor.mxml,v diff -u -r1.11 -r1.12 --- lams_flex/LamsAuthor/src/LamsAuthor.mxml 3 Feb 2010 04:04:40 -0000 1.11 +++ lams_flex/LamsAuthor/src/LamsAuthor.mxml 11 Feb 2010 05:07:38 -0000 1.12 @@ -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) {