why not simply replace MDICLientFrame with wx.Frames?
Peter.
···
On Thu, 19 Jan 2006 16:38:31 +0200, Schade, Juergen <Juergen.Schade@smart-gmbh.de> wrote:
Hello wxPython-Users,
I have a main application with a MDIParentFrame that can display several
client windows (MDIClientFrames).
In the future, I would like to also distribute those client windows as
standalone applications.Does anyone know how to most efficiently do this ? (I could write some
dummy MDIParentsFrames and link the respective MDICLientFrame to it, but
that might not be the best solution).