i am using the following lines of code for showing the busy cursor

cursorManager.removeAllCursors();
cursorManager.setBusyCursor();

but sometimes the mouse pointer also comes along with the busycursor.
i am using a image for showing the busy cursor.
my css has follwing lines

CursorManager {
        busyCursor:                 Embed(source="images/BusyCursor.png");
}

why is this mouse pointer coming?

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to