Hi Mike, Tooltip will disappear as soon as you move mouse out from that control. For these hyperlink kind of actions you should go for PopUpManager class and create a popup on mouseOver event of that control and remove the popup on MouseOut event of popped up control.
HTH, -Ravi http://achieveravi.blogspot.com On Sep 7, 2:16 pm, Arindam Mojumder <[email protected]> wrote: > please post the code that you used to call the vbox. The problem is there... > > The the funniest thing is tooltip will only show only onThe rollOver of your > object and on RollOut it will be disappear. > You can use other custom function but don't call it tooltip. > > Please post the code so that we can customize it. > > 2009/9/7 Mike learner <[email protected]> > > > > > Hi, > > > I want to show a tooltip on mouse over and it will have some hyperlink > > actions. So, I created a tooltip using a VBox container by implementing > > ITooltip. From the parent, I create this tooltip like below: > > > <mx:Label > > text="{rp.currentItem.fname+ *' '* + rp.currentItem.lname}" > > > toolTip=" > > " data="{rp.currentItem}" rollOut="" tool > > > *toolTipCreate="createCustomToolTip(event)"* fontSize=" > > 15" fontFamily="Arial" color="#FFFFFF"/> > > > When I try to move the mouse over the tooltip, it gets disappeared. I want > > to perform some actions from the tooltip. > > > How can I do so? > > > Thanks, > > > Mohan > > -- > @rindam --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---

