This content has been marked as final.
Show 3 replies
-
1. Re: Save and restore pop-up z-order
Flex harUI Nov 10, 2011 9:55 AM (in response to hidarikani)Call PopUpManager.addPopUp in back-to-front order.
-
2. Re: Save and restore pop-up z-order
hidarikani Nov 10, 2011 11:33 PM (in response to Flex harUI)It won't work. The pop-ups are instances of TitleWindow. The user can rearrange them by clicking and dragging. As a result the order in which I've added the pop-ups often doesn't match the z-order.
-
3. Re: Save and restore pop-up z-order
Flex harUI Nov 11, 2011 10:10 AM (in response to hidarikani)Oh, I thought you knew how to save it. You would use the systemManager.rawChildren to get all top-level windows, test if they are a popup, and save the order at that time.



