Re: [wxPython] Many wxPanel forms in 1 wxFrame

2005-05-02 Thread Ed Leafe
On Apr 29, 2005, at 9:48 PM, CYBER wrote: > Is this possible to create 1 wxFrame and > register more than 1 wxPanel in it. > And select the one you want to show at the moment ? > > I'm trying to implement a multistep wizard under wxPython. > I need to be able to hide and show windows inside my > f

Re: [wxPython] Many wxPanel forms in 1 wxFrame

2005-04-30 Thread Fabio Pliger
"CYBER" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Is this possible to create 1 wxFrame and > register more than 1 wxPanel in it. > And select the one you want to show at the moment ? > > I'm trying to implement a multistep wizard under wxPython. > I need to be able to h

[wxPython] Many wxPanel forms in 1 wxFrame

2005-04-29 Thread CYBER
Is this possible to create 1 wxFrame and register more than 1 wxPanel in it. And select the one you want to show at the moment ? I'm trying to implement a multistep wizard under wxPython. I need to be able to hide and show windows inside my frame. Help :) -- http://mail.python.org/mailman/listinfo/