[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 regFrame from your original
posting to create a wx.Panel as a child of self and then made all the
controls be children of this panel. Your app then seemed to work OK on
Windows XP. Using a wx.Panel to hold the content of a frame is a
standard wxPython idiom. I find reading the wxPython demo source is a
very useful way to learn this sort of thing.

HTH,
-- CMcP

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to