Yep!

import mx.managers.CursorManager;

// And the call it like this:

CursorManager.removeBusyCursor();
CursorManager.setBusyCursor();


I always do a removeBusyCursor first just in case the function that shows 
the cursor gets run twice, I won't accidenatelly set too many busy cursors.


----- Original Message ----- 
From: "Sergey Kovalyov" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Tuesday, January 03, 2006 7:56 AM
Subject: [flexcoders] How to show and hide busy cursor (showBusyCursor 
attribute in some MXML tags) manually?


Hi All!

Is there any way to show and hide busy cursor manually?

Sergey.





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









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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to