[wxPython-users] Changing next page on wx.wizard.Wizard

Robin Dunn robin at alldunn.com
Wed Sep 26 09:53:39 PDT 2007


Craig Douglas wrote:
> I have a handler bound to wiz.EVT_WIZARD_PAGE_CHANGING which should 
> change the next page depending upon a control value selected on the 
> current page.  So what I do is:
> 
>  
> 
>             cur_page.set_next(desired_page)

That should probably be

	cur_page.SetNext(desired_page)



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





More information about the wxpython-users mailing list