Index: lams_flex/LamsAuthor/src/LamsAuthor.mxml =================================================================== RCS file: /usr/local/cvsroot/lams_flex/LamsAuthor/src/LamsAuthor.mxml,v diff -u -r1.2 -r1.3 --- lams_flex/LamsAuthor/src/LamsAuthor.mxml 14 Jan 2010 04:38:34 -0000 1.2 +++ lams_flex/LamsAuthor/src/LamsAuthor.mxml 15 Jan 2010 03:41:19 -0000 1.3 @@ -30,6 +30,10 @@ // State of cursor transition/help/dataflow etc... public var cursorState:int = Constants.CURSOR_STATE_NORMAL; + // ui state + public var uiState:int = Constants.UI_STATE_NORMAL; + + private function preInit():void { if (TESTING && !TESTING_LOCAL) {