|
Thanks for the reply. Sadly, this works for some UI components
but not others. It works for mx.controls.Button, for example, but not for
mx.controls.Label, which is where I need it to work. LinkButton would work for me, but it’s
got some problems. Links are generally place in-line with other text. When I
place a LinkButton next to a other text in a Label control in an HBox, two things
become clear: 1) the baseline for the LinkButton is sunken wrt to the Label and
2) the mouse-over effect is too “loud” for an in-line link. Guess I’ll roll my own hyperlink
control. From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf
Of JesterXL Set a displayobject's buttonMode to true, and useHandCursor
to true. That'll use the built-in hand cursor. For everything else, look into using your own via
mx.managers.CursorManager. ----- Original Message ----- From: Tobias
Patton Sent: Thursday, April
06, 2006 4:43 PM Subject: [flexcoders] Flex
2: How to get the hand cursor? Hopefully this is an easy one. The cursor manager only seems to have one built-in cursor:
the busy cursor. Is there a way to get a hand cursor, like what you would use
is a mouse-over effect for a hyperlink? Or do I have to load find an icon and
embed it? Thanks. Creo Inc., a subsidiary of Kodak Tobias Patton | Software Developer | Tel: +1.604.451.2700
ext: 5148 | mailto:[EMAIL PROTECTED] | http://www.creo.com
|
- [flexcoders] Flex 2: How to get the hand cursor? Tobias Patton
- Re: [flexcoders] Flex 2: How to get the hand cursor? JesterXL
- RE: [flexcoders] Flex 2: How to get the hand cursor? Tobias Patton

