IonicWind Software

Aurora Compiler => GUI => Topic started by: kryton9 on September 17, 2006, 04:37:14 PM

Title: radio buttons in sets
Post by: kryton9 on September 17, 2006, 04:37:14 PM
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
Title: Re: radio buttons in sets
Post by: Parker on September 17, 2006, 04:58:31 PM
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.
Title: Re: radio buttons in sets
Post by: kryton9 on September 17, 2006, 05:57:58 PM
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.