Tag Archive for 'removebusycursor()'

10
Sep

Changing the cursor in a Flex application using the CursorManager class

The following code shows how you can toggle the “busy” cursor in Flex using the static setBusyCursor() and removeBusyCursor() methods in the CursorManager class, as well as using your own custom cursors by calling the static setCursor() and removeCursor() methods.

Full code after the jump.

Continue reading ‘Changing the cursor in a Flex application using the CursorManager class’