Event bubbling from PopUp
how listen event dispatched popup? popup application (as parent). however, application not able listen event.
hi,
as example
_customwindow = titlewindow(popupmanager.createpopup(this, titlewindow, true));
_customwindow.addeventlistener(closeevent.close, onclosecustomvars);
_customwindow.addeventlistener("settingschanged", onchangecustomvars);
popupmanager.centerpopup(_customwindow);
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment