Page 1 of 1
Multiple Radio Button Groups on One Dialog
Posted: Fri Sep 07, 2007 10:09 pm
by BobRoush
I need a dialog that has a Yes-No Question with 2 radio buttons, Yes and No under it. If the user selects Yes, I want to make another Question visible along with 2 additional radio buttons that are the answers to the second question. I have the visible/invisible stuff working with rules, but when I select either of the a radio buttons that answer the second question, the Yes radio button in the first set becomes deselected. How can I have 2 sets of radio buttons on the same dialog?
Posted: Tue Sep 11, 2007 7:26 am
by BobRoush
I forgot to say in my first append that I'm using installaware 6.6.
No reply yet probably means - multiple sets of radio buttons on the same dialoge is:
1) simple/trival to do, I've just overlooked something
2) something reasonable to try and do, but no one who looks at this forum knows how to do it or no one has tried it before
3) what I want to do is not supported, but no body want to be the bearer of bad news.
Please post something so I'll know whether to wait for some pointers, or if it's 3, I can get on a work around path, assuming no fix or enhance is coming out.
Re: Multiple Radio Button Groups on One Dialog
Posted: Thu Nov 07, 2013 11:11 am
by MikeTolfa
Has anyone answered this elsewhere? i am in similar situation. i would like to put two seperate groups of radio buttons on one dialog. is this possible?
thanks,
Mike
Re: Multiple Radio Button Groups on One Dialog
Posted: Thu Nov 07, 2013 12:45 pm
by FrancescoT
Dear Mike,
just place each group of radio buttons within a separate Group Box control.
Regards