March 28, 2024, 01:32:00 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


radio buttons in sets

Started by kryton9, September 17, 2006, 04:37:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kryton9

I would like to have sets (groups) or radio buttons on one form, so that only one Direction Radio Button can be selected
and only one Time Radio Button be selected. 

I made separate groups on my form and placed the radio buttons, but I couldn't find the right setting
tinkering around to allow me to do this.

Direction Group
o North Radio Button
o South Radio Button
o East Radio Button
o West Radio Button

Time Group
o Dawn Radio Button
o Dusk Radio Button
o Day Radio Button
o Night Radio Button

Parker

Use the GROUP style (in IBasic it was @GROUP, It may be AWS_GROUP or ACS_GROUP) for the first button of each new group.

kryton9

Thanks Parker, yes I see, you have to click the group property only for the first button of the group. The rest of the buttons for that group don't have the group property set.

Also it doesn't matter if they are in a group control or not. So that is neat.