[wxPython-users] Reusing panels from dialogs

Robin Dunn robin at alldunn.com
Mon Mar 3 11:19:26 PST 2008


Frank Aune wrote:
> On Saturday 23 February 2008 03:08:05 Robin Dunn wrote:
>> The wxWizard class assumes that the wizard should always be the same
>> size no matter which page is current.   So you'll have to do something
>> like intercept the page changed events and then set the size of the
>> wizard however you want it to be for the current page.
> 
> I've tried alot of layout approaches for the wizard, but whatever I do I can't 
> seem to change the size of the wizard. Could I trouble you to explicitly say 
> what kind of method and/or code will allow me to change the size of a wizard.

What have you tried already?

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list