hi!
I need to disable/enable "Next" button in wizard window derived from
wx.wizard.PyWizardPage class.
How to do it?
···
--
Best regards,
Dariusz PAWLAK
hi!
I need to disable/enable "Next" button in wizard window derived from
wx.wizard.PyWizardPage class.
How to do it?
--
Best regards,
Dariusz PAWLAK
Dariusz PAWLAK wrote:
hi!
I need to disable/enable "Next" button in wizard window derived from wx.wizard.PyWizardPage class.
How to do it?
wizard.FindWindowById(wx.ID_FORWARD).Disable()
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!