[wxPython-users] Some basic Questions in wxPython

Christopher Barker Chris.Barker at noaa.gov
Thu Jul 6 14:05:59 PDT 2006


Daniel Johnson wrote:
> I am using wx.Frame and not Dialog. Am I understanding you correctly ?

That's why you want to send a short example!

Anyway, instead of a Frame, use a wx.Panel, with your main Frame as the 
parent, and show() and hide() them as appropriate. You may need to call 
Frame.Layout() after switching too.


-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list