Hi, Thanks, so I can stop searching and dig into Tooltip.
Cheers, Sönke > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann > Sent: Thursday, October 26, 2006 11:02 PM > To: [email protected] > Subject: RE: [flexcoders] MXML ItemRenderer and dataTip > > Hi, > > dataTips don't work when you use a custom item renderer. Your > best bet would be to set the toolTip property on your item > renderer class. > > Dirk. > > ________________________________ > > Von: [email protected] im Auftrag von Sönke Rohde > Gesendet: Do 26.10.2006 20:41 > An: [email protected] > Betreff: [flexcoders] MXML ItemRenderer and dataTip > > > > Hi, > > How do I enable the dataTip in a custom MXML ItemRenderer > like e.g. this > one? > > <?xml version="1.0" encoding="utf-8"?> > <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" > width="100%" height="100%" > backgroundColor="0xEEEEEE" > creationComplete="init();" > > > > <mx:Script> > <![CDATA[ > import com.soenkerohde.pm.vo.FeatureVO; > > private function init() : void > { > > } > > ]]> > </mx:Script> > > <mx:Label text="{ FeatureVO(this.data).name }" /> > </mx:Canvas> > > Thanks, > Sönke > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

