According to the manual, the "check" and "uncheck" actions should check and uncheck the radio buttons but it isn't working for me. What I want is make one of three options being selectable, and no condition is making the radio button uncheck.
thanks
Printable View
According to the manual, the "check" and "uncheck" actions should check and uncheck the radio buttons but it isn't working for me. What I want is make one of three options being selectable, and no condition is making the radio button uncheck.
thanks
No, check and uncheck are for check boxes. To check a radio button, use the Select Radio Button action (use -1 as parameter if you want to unselect all the buttons).
Yves.
I missed that. +1 activates the radio, -1, deactivates the radio button.. got it.
Thanks Yves!
you can have a number of radio buttons in one object. When creating the radio "list", each line is it's own button within the object... and since it's a radio button, only one can be selected at a time. Each line gets it's own value (+1, +2, 3, 4, etc). I can't remember if it's 0-based or 1-based.