[wxPython] Many wxPanel forms in 1 wxFrame

Ed Leafe ed at leafe.com
Mon May 2 19:59:03 EDT 2005


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
> frame.

	You might want to look at Dabo. While Dabo is a full 3-tier 
application framework, the UI tier stuff can work all by itself. It 
wraps wxPython, greatly simplifying the code required to accomplish 
anything in the UI.

	In your case, there is a Dabo Wizard class, along with a Wizard Page 
class. You can look at the AppWizard, which allows you to create a 
fully-functional database app in about 30 seconds. The AppWizard itself 
is written in Dabo (we eat our own dogfood!), and it might show you how 
easy it is to create something like this.

      ___/
     /
    __/
   /
  ____/
  Ed Leafe
  http://leafe.com/
  http://dabodev.com/




More information about the Python-list mailing list