Groupboxes & Radio Buttons
Posted: Thu May 21, 2015 3:44 pm
Hello everyone. I just have not figured this one out yet and I have read the posts that talk about having more than one group of radio buttons and using groupboxes to organize them.
I have created two groupboxes. They have each been "sent to the back" so that they display underneath the radio buttons placed on top of them. I intend for one group to have two radio buttons, the other group three. Each radio button has a caption, a name, and I have double-clicked on them and specified what variable to write the value to. My tab order has groupbox #1, then its two radio buttons, then groupbox #2, its three radio buttons and finally the back, next, and cancel wizard buttons.
If I click radio #1 in group #1, fine. That control gets clicked and set to selected. If I then click (let's say......) radio #2 in group #1, then the previously clicked radio gets unclicked. It should not though because it should be in a different group.
What have I missed ? Is there something in the scripts that I need to check ? Each variable used by the buttons has had its value set to either TRUE or FALSE before the dialog is displayed.
Using InstallAware v12.1.
Thanks in advance for the help......
-Scott.
Ugh!. I mean InstallAware v18..... 12.1 is the version of my product.... <sigh> Just a long day....
I have created two groupboxes. They have each been "sent to the back" so that they display underneath the radio buttons placed on top of them. I intend for one group to have two radio buttons, the other group three. Each radio button has a caption, a name, and I have double-clicked on them and specified what variable to write the value to. My tab order has groupbox #1, then its two radio buttons, then groupbox #2, its three radio buttons and finally the back, next, and cancel wizard buttons.
If I click radio #1 in group #1, fine. That control gets clicked and set to selected. If I then click (let's say......) radio #2 in group #1, then the previously clicked radio gets unclicked. It should not though because it should be in a different group.
What have I missed ? Is there something in the scripts that I need to check ? Each variable used by the buttons has had its value set to either TRUE or FALSE before the dialog is displayed.
Using InstallAware v12.1.
Thanks in advance for the help......
-Scott.
Ugh!. I mean InstallAware v18..... 12.1 is the version of my product.... <sigh> Just a long day....