FLEX: How to know when a dialog created throw PopUpManager Closes
Posted
by WeeJavaDude
on Stack Overflow
See other posts from Stack Overflow
or by WeeJavaDude
Published on 2010-05-01T16:02:27Z
Indexed on
2010/05/01
16:07 UTC
Read the original article
Hit count: 168
Is there a easy way to figure out consistently when a Dialog closes that has been created through PopUpManager. I would have suspected some type of message or callback mechanism, but there does not seem to be. In one case I use the WindowTitle component and event that only fires the CLOSE if someone presses the close and give no message when the dialog actually closes.
© Stack Overflow or respective owner