You probably need to invoke the processing after you show the curson, using callLater() to allow the UI to render before the processing starts.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mavdzee Sent: Monday, March 31, 2008 6:40 AM To: [email protected] Subject: [flexcoders] CursorManager.setBusyCursor() display delayed Hi, I was wondering if there is a way to display a busy cursor immediately. In my setup I have to render a lot of charts and while rendering I want to show the busy-cursor. The problem is that the cursor is shown very late (just a split second before the rendering is finished) and not immediately when the function CursorManager.setBusyCursor() is executed. Is there any solution for this? Cheers, Andrej

