[EMAIL PROTECTED] wrote:
> I have updated my script to use wx.RadioButton instead, which works
> perfectly on my mac again, but now the submit button doesn't show up on
> the pc and I can't click in the netid field on the pc either. any
> ideas?
>
I modified the __init__() method of class regFram
I have updated my script to use wx.RadioButton instead, which works
perfectly on my mac again, but now the submit button doesn't show up on
the pc and I can't click in the netid field on the pc either. any
ideas?
# BEGIN CODE
import wx;
SUBMIT_BUTTON = wx.ID_HIGHEST + 10;
class regFrame(wx.Fram