Thursday, 20 January 2011

Flex: Hand cursor on components

Getting a hand cursor on a flex component can be tricky, its not set in the css but has to be set via the mxml, and not through the obvious property either, its three:
useHandCursor="true"
buttonMode="true"
mouseChildren="false"
edit: the mouseChildren=false can affect roll overs as controlled via css.

No comments:

Post a Comment