duncan mcmillan escreveu: > Hi flexcoders > > When I'm using either a Text or Label and want the handcursor to > appear on Mouseover, it fails to activate. I have set true both > useHandCursor & buttonMode, still without success. > > My Texts and Labels are within a composite component which extends > UIComponent. I addChild them during createChildren() and set the above > 2 properties during commitProperties(). > > Am I missing something simple here? > > Thanks in advance > > Duncan > > ------------------------------------------------------------------------ > Sent from Yahoo! > <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=51949/*http://uk.docs.yahoo.com/mail/winter07.html> > > - a smarter inbox. > > __________ NOD32 2769 (20080107) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com Hi,
try this: <mx:Label useHandCursor="true" buttonMode="true" mouseChildren="false"/> Regards, Frederico Garcia

