Re: [flexcoders] Re: Cursor change problem

2005-11-28 Thread Niklas Richardson
Here is a Flex 1.5 solution: mx:HBox width=200 height=100 backgroundColor =0xFF mouseOver=event.target.> mx:Text width=100% text=Display Hand Cursor over this white box //mx:HBox You need to specify both theevent.target.>andevent.target.useHandCursor=true Also, related blog entry:

[flexcoders] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen, Along with useHandCursor, buttonMode property also needs to be set to true to show the hand cursor. It is property available on Sprite hence available with all UI components in Flex. -Sreenivas. --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Hello,

[flexcoders] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen, To show handCursor the buttonMode property needs to be set to true along with useHandCursor. -Sreenivas --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Hello, I saw the below post on Flexcoders, but didn't see an answer. Anyone know how to use

RE: [flexcoders] Re: Cursor change problem

2005-11-25 Thread Allen Manning
Does this work for Flex 1.5? Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sreeni_r Sent: 25 November 2005 11:31 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cursor change problem Hi Allen, Along with useHandCursor

Re: [flexcoders] Re: Cursor change problem

2005-11-25 Thread Jignesh Dodiya
Don't know about flex 1.5.but it works in flex-2 with following code mx:Button id=myButton label=Copy Text useHandCursor= true buttonMode=true / On 11/25/05, Allen Manning [EMAIL PROTECTED] wrote: Does this work for Flex 1.5?Best,Allen-Original Message-From: