Phillip Watts wrote:
This was easy in Tkinter years ago, though I've forgotten
the how.I want to have a a frame with a bunch of buttons on the left.
They will select which panel to bring to the top.
Hi Phillip. Someone else asked this question about 18 hours ago on this very list. You may want to search it before asking questions, it contains tons of answers to commonly asked questions
Anyway, see my demo (attached), or the wxWizard example in the wxPython demo application. There are also multiple custom controls already existing for exactly what you want (buttons on the left which switch the panel on the right), but I don't remember them at the moment. Someone can probably chime in with the answers!
- Mike
test.py (1.17 KB)