Hi all. I am working on several alerts and warnings on my Game, and PopUp Manager was really Usefull. However I am not sure to which parent the popUp was added.
For example I tried this:
trace('before ' + pStage + ' nm ' + panel.name );
PopUpManager.addPopUp(panel, pStage, true, true);
trace('after' + pStage.getChildByName(panel.name));
And this is the response:
src/com/criptomesas/WindowManager.hx:87: before [object Stage] nm wnd@1
Log.hx:66 src/com/criptomesas/WindowManager.hx:89: after null
Any way, what I really need is to remove ONLY the popUp created on that call ( based on their name).
Best Regards, and thanks.
Luis