Link to home
Start Free TrialLog in
Avatar of javilmer
javilmer

asked on

Flex cursor hand

We need to have a hand cursor on some elements/components in our application, without losing element/component standard behavior. Right now, when we set hand cursor on an element, it starts acting as a button and looses its original behavior.

So how can we have the cursor hand working with keeping the component behavior ?

Thanks for help
Avatar of lexxwern
lexxwern
Flag of Netherlands image

Use the CursorManager's ( http://livedocs.adobe.com/flex/3/langref/mx/managers/CursorManager.html ) setBusyCursor() and removeBusyCursor() methods.
ASKER CERTIFIED SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@zzynx, woops you're right. Misread the question I guess.

@javilmer, you can still use the CursorManager to set the hand or any other custom cursor.
Thanx 4 axxepting