FLEX: is PopupManager working with mouseover / mouseout events ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-05-12T09:29:53Z
Indexed on
2010/05/12
9:34 UTC
Read the original article
Hit count: 597
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
© Stack Overflow or respective owner