Hi. As far as I know you don't really need to set useHandCursor="true" -- it's the default value. However you do need to set buttonMode="true". And set mouseChildren="false" for Labels and Texts. Then when you roll over your mouse pointer will be a hand.
R. On 12/13/06, Dave Carabetta <[EMAIL PROTECTED]> wrote:
Hi Sanjay, I believe you also need to set buttonMode="true" for the cursor to appear. Regards, Dave. Cynergy Systems, Inc. On 12/13/06, sanjaypmg < [EMAIL PROTECTED]> wrote: > > Hi All, > > I cannt able to seee hand cursor while I roll the mouse over my label. > > I have used: > > <mx:Label id="labl" Label="Test" useHandCursor="true" /> > > it doesnt change the default mouse cursor to hand cursor. > > Do let me know the solution. > > Regards, > Sanjay > >

