UselessRob
2005.04.21, 04:01 AM
Howdy
I'm using the Interface builder to make a settings screen for my program. It's all working nicely, except for the stupid radio buttons.
You see, I have it in the code to activate/deactivate different sliders, buttons etc depending on the selection of a set of radio buttons. It works, but it seems that when the value fo the radio buttons changes, the first click doesn't work, but the second does.
I'm not sure I'm making any sense. What happens is, you click option 1 and it activates all the option 1 stuff, then you click option 2 and altho the dot moves to option 2 nothing happens. Click option 2 AGAIN, and then the changes take place.
From debugging I've found that BOTH options say they are active when you make a change of selection. But then how do you know which one is truly active? And why does the 2nd click work?
I'm confused and frightened.
Any suggestions?
Thanks in advance!!
Rob.
I'm using the Interface builder to make a settings screen for my program. It's all working nicely, except for the stupid radio buttons.
You see, I have it in the code to activate/deactivate different sliders, buttons etc depending on the selection of a set of radio buttons. It works, but it seems that when the value fo the radio buttons changes, the first click doesn't work, but the second does.
I'm not sure I'm making any sense. What happens is, you click option 1 and it activates all the option 1 stuff, then you click option 2 and altho the dot moves to option 2 nothing happens. Click option 2 AGAIN, and then the changes take place.
From debugging I've found that BOTH options say they are active when you make a change of selection. But then how do you know which one is truly active? And why does the 2nd click work?
I'm confused and frightened.
Any suggestions?
Thanks in advance!!
Rob.