In flex 1.5 I used these functions to keep the user from interacting with the GUI while I was retrieving data from the database, but in flex2 they don’t work.  Does anyone know how to accomplish this in Flex2??

 

function setBlockingCursor()

{

     // Create an "empty" UIObject popup that blocks user input

     inputBlocker = popupWindow(UIObject);

     CursorManager.setBusyCursor();

}

 

function removeBlockingCursor()

{

     // Remove our blocking popup

     inputBlocker.deletePopUp();

     CursorManager.removeBusyCursor();

}

 

Thanks,

Michael



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to