hi NileAge For most UIComponents if you set buttonMode="true" and useHandCursor="true" then when the user moves the mouse over the component the pointer will turn into the traditional hand pointer. However, with mx:Label components the hand cursor doesn't show up. It turns out that the fix for this is simple: if you set mouseChildren="false" on the label along with buttonMode="true" and useHandCursor="true" then the hand pointer appears.
On Jan 15, 2008 12:26 AM, NileAge, Mail <[EMAIL PROTECTED]> wrote: > I trying to make a hand courser when mouse over the Label like this > code: > > <mx:Label id="myLabel" text="My Label" useHandCursor="true" > buttonMode="true"/> > > > > But the hand courser not appear. > > > > Plz help me to know what the problem. > > > > Thanks > > Abdullah Abdelhay. > >
