The cursor won't draw until code stops running. ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ferriejbank Sent: Thursday, August 07, 2008 5:59 AM To: [email protected] Subject: [flexcoders] CursorManager problem - custom cursor disappears Hi, I'm having this really weird problem in Flex 2.0.1 using LCDS ES 2.5.1 where whatever I do using CursorManager to change the cursor (like to activate the BusyCursor or any kind of custom cursor, no matter what priority) all my mouse pointer does is just disappear into nothing. As soon as I reset the BusyCursor or remove my custom one, the original regular mouse pointer image is restored. The thing that really drives me crazy is that standard component classes like mx.rpc.http.mxml.HTTPService make the same call succesfully! In the same application. I tried all kinds of workarounds, like employing callLater() so I could do the time consuming stuff from a separate function call (so the pointer will be updated), but that doesn't help. The mouse pointer is actually instantly updated but simply disappears instead of showing the different cursor. Any ideas on this? Did anyone ever had a similar experience? Regards, Ferrie

