PDA

View Full Version : wxGlade multiple sizers



njkt
May 31st, 2008, 01:40 PM
I'm using wxGlade to design my simple flash card application and I'd like to be able to just use the menubar to control the main panel and switch between what the user can do / see (add, edit, remove cards, start quiz / view results, etc) but i'm not sure how to do that.. or if that is really even a good implimentation.

This is my first wxPython gui application, aside from the Hello World examples, so advise and alternate ideas are greatly appreciated. Thanks.