Does PopupManager.removePopUp() remove an object from the displaylist?
i have written custom component can written this:
<c:desktop>
<c:window id="win1" />
<c:window id="win2" />
<c:window id="win3" />
</c:desktop>
the component creates shortcut icons each window on desktop, , when double-clicked creates titlewindow seaching through displaylist.
the problem after close window won't open again. think because window has been removed display list. have suggestion how prevent this?
thanks!!!
instead of removepopup, make window's visible=false
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment