Is there a way to detach a container control from a window or panel without closing the container control? This may sound pointless, but in some cases a container control is generated programatically and attached to a window. Detaching from the window without closing would enable it to then be attached to a subsequent view without having to reconstruct it and re-implement any state that may be present.

AFAIK everything on an RB window is integrally part of it so you can't do that. You'll have to save the 'state' of your container to some App.property for instance, close it, open a new one on the new window, and read in the 'state' to set it like the previous one.

Marc
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to