[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
I am experiencing a strange cross-platform issue with my python
program.
I am using wxRadioBox to create radio buttons. When I run the python
code on a mac, everything works perfectly, but not on a pc. On the pc,
no matter what selection I made, the form would think that I was
choosing the 1st (to