|
Forum Index : Microcontroller and PC projects : Radio Buttons
| Author | Message | ||||
palcal![]() Guru Joined: 12/10/2011 Location: AustraliaPosts: 2006 |
I am using 4 Radio Buttons, all works OK but I would like one of the buttons to be set at startup. Is there a way to do this. 3 of the buttons have a value and one is 'OFF' I would like the OFF button to be set at startup. At the moment I have to touch to set off. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3308 |
You can set a radio button off/on with CTRLVAL(control-nbr) = 0 or 1. If you want to have a button set at startup you would do that immediately after defining the group of buttons. Geoff Geoff Graham - http://geoffg.net |
||||
palcal![]() Guru Joined: 12/10/2011 Location: AustraliaPosts: 2006 |
Thanks Geoff. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |