how to have child window not minimize?

Alec Bennett <[email protected]> Tue, 9 Mar 2010 00:55:16 -0800
Newsgroups gmane.comp.python.pythoncard
Message-ID <[email protected]>
I'm launching a child window, and I'd like it to stay visible (unminimized)
when the parent is minimized. Is there some clever window style that can
accomplish this? Or some other clever way?

I'm launching my child window like this. Note that I already have the
ability to specify a window style.

# launch it
self.childWindow = model.childWindow(self, viewer.Minimal)


# the child window object, abbreviated
class Minimal(model.Background):

.....def __init__(self, aParent, aBgRsrc):

..........aBgRsrc.style = ['wx.DEFAULT_FRAME_STYLE']

..........model.Background.__init__(self, aParent, aBgRsrc)

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

_______________________________________________
Pythoncard-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pythoncard-users