FLEX: is PopupManager working with mouseover / mouseout events ?
- by Patrick
hi,
I want to make work PopupManager as a Tooltip.
So I want to create a popup everytime I move the mouse over my component and make it disappear when I move the mouse out.
Moreover, I have many components in my canvas, so I need it not to be too expensive.
Also, when I move the mouse out from the component, but over the pop-up, it should not disappear, because I want to click on the buttons inside it.
I need something similar to gmail chat popups. Is it doable with PopupManager ?
thanks