Hi, Show the tooltip in event handler of itemrollover event. Make sure you clear tooltip string everytime.
In event Handler listId.toolTip = ''; listId.toolTip = event.dataProvider[rowIndex] On Nov 23, 2:50 pm, Abdul Nizar <[email protected]> wrote: > Hi, > > Sample Code for Tool Tip.. > > ///////////////////////// > <mx:List toolTip="sample"> > > </mx:List> > //////////////////////// > > 2009/11/20 sharath <[email protected]> > > > > > > > Hi All, > > > Anoyone have any idea about how to display a toolTip for a list > > control. > > > I have list control where i am displaying employee names, now whenever > > I move the mouse on these values, I want to display it in toolTip > > along with some other string. > > I don't want to use dadaTip because it covers the underlying data. > > > Any idea how to do this. > > > Thanks in advace...... > > > --Sharath > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Flex India Community" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<flex_india%2bunsubscr...@googlegrou > > ps.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=. > > -- > With Regards, > Nizar. > Catch me @ 9790503327http://thinkabdul.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

