wxPyWizardPage

Jack Andrews effbiae at gmail.com
Thu Nov 2 21:45:06 PST 2006


here's my "GetNext" function in a wxPyWizardPage:

   def GetNext(self):
      print 'next'
      if self.box.GetSelection()==0:return SRCODBC(self.parent)
      w=wxWizardPageSimple(self.parent)
      wxStaticText(w,-1,'Poof. Your application has been installed minimally.' )
      return w

the problem is, SRCODBC is not a lightweight page, and GetNext is
called multiple times on this page.  how else can i implement this?

thanks,


jack




More information about the wxpython-users mailing list