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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---