Re: wxPython default radiobox choice

2006-08-24 Thread Laszlo Nagy
crystalattice írta: > In my GUI app, I have a radio box allowing the user to pick his/her > gender. When I click a button, I'd like the radio box to tell the > program which choice is marked. I can get it to work when I manually > pick a choice but I get an error when the choice is left at the de

wxPython default radiobox choice

2006-08-24 Thread crystalattice
In my GUI app, I have a radio box allowing the user to pick his/her gender. When I click a button, I'd like the radio box to tell the program which choice is marked. I can get it to work when I manually pick a choice but I get an error when the choice is left at the default value, which is "Male"

Re: wxPython default radiobox choice

2006-08-24 Thread crystalattice
Laszlo Nagy wrote: > crystalattice írta: > > In my GUI app, I have a radio box allowing the user to pick his/her > > gender. When I click a button, I'd like the radio box to tell the > > program which choice is marked. I can get it to work when I manually > > pick a choice but I get an error whe