Re: Cross-platform issue with wxRadioBox

2006-12-06 Thread cmcp
[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

Re: Cross-platform issue with wxRadioBox

2006-12-05 Thread eugene . gokhvat
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

Cross-platform issue with wxRadioBox

2006-12-04 Thread gokhvat
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