Saving wxDynamicSashWindow layout

Hi all,

I am trying to save the layout of a wxDynamicSashWindow. Is there a way
that I can determine how many windows were created by the user? If so can
I determine the size and position of each as well as what they contain? I
need to save this layout so that the user can restore it at a later stage
again?

Regards
Gerrit

···

-------------------------------------------------------------------------
This e-mail is intended only for the use of the individual or entity named
above and may contain information that is confidential and privileged,
proprietary to the company and protected by law. If you are not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this e-mail is strictly prohibited. Opinions, conclusions and
other information in this message that do not relate to the official
business of our company shall be understood as neither given nor endorsed by
it.

Gerrit Van Dyk wrote:

Hi all,

I am trying to save the layout of a wxDynamicSashWindow. Is there a way
that I can determine how many windows were created by the user? If so can
I determine the size and position of each as well as what they contain? I
need to save this layout so that the user can restore it at a later stage
again?

The only way I can think of is to keep track of all the child windows anb query their size and position, but that still won't let you reposition them when you create the dynamic sash window again...

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!