Comment 3 for bug 196431

Revision history for this message
kporter (kportertx-yahoo) wrote :

Took another look at this error, if I change wx.ID_ABOUT to another ID it works fine. So it is specifically ID_ABOUT on this program. Are these IDs part of wxPython?

Basically if I;
CHANGE
btnabout = wx.Button(pbuttons, id=wx.ID_ABOUT)
TO
btnabout = wx.Button(pbuttons, id=wx.ID_APPLY)
IT WORKS

Except after doing this, clicking that button gives an error :).