On 11/23/07, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: > I have a TitleWindow that I create via the PopUpManager, and this window > contains many controls, including some custom ones. I want to know when the > window is closed (the X top right), obviously the custom control and all > others will be removed. Now I want to know when this happens so I do some > clean up, so I tried to listen for the REMOVE event, but this doesn't seem > to do it. Does anyone know?
Why not just listen for the mx.events.CloseEvent.CLOSE event instead? e
