Index: lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as =================================================================== diff -u -rb190575be4c7e49e31313974d5d5873670d457a9 -r68178ee6b8a16d08bd85c2000c127dd90f99c774 --- lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) +++ lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision 68178ee6b8a16d08bd85c2000c127dd90f99c774) @@ -113,7 +113,7 @@ */ public function getRequest(requestURL:String,handler:Function,isFullURL:Boolean):Void{ //if(Application != null){ - Cursor.showCursor(Application.C_HOURGLASS); + Cursor.showCursor(ApplicationParent.C_HOURGLASS); //} //Create XML response object var responseXML = new XML(); @@ -308,7 +308,7 @@ xmlObject.onData = function(src){ //Debugger.log('src:'+src,Debugger.GEN,' xmlObject.onData ','Communication'); //if(Application != null){ - Cursor.showCursor(Application.C_DEFAULT); + Cursor.showCursor(ApplicationParent.C_DEFAULT); // } if (src != undefined) { //Check for login page