02-07-2008, 03:48 PM
Hi,
My question is about hierarchy of controls for mutually exclusive Radio Buttons in Dialogs.
I have a dialog with a bunch of groups of single buttons that can be depressed (a roster of people - with their pics on the button!)
I have added a few "selections" which allows the user to select all in a particular subgroup.
This should naturally cause all the single buttons to become undepressed.
I know that two or more buttons in a dialog with the Specific Style of "0x54013009" i.e. BS_Pushlike, BS_Multiline, and BS_AutoRadioButton) will act in this way.
But I don't know how to make it like a hierarchy i.e.:
I came across something on the web called RadioButtonList but I don't know if it applies or how to do it in QM.
Any advice would be great!
Thanks,
Stuart
My question is about hierarchy of controls for mutually exclusive Radio Buttons in Dialogs.
I have a dialog with a bunch of groups of single buttons that can be depressed (a roster of people - with their pics on the button!)
I have added a few "selections" which allows the user to select all in a particular subgroup.
This should naturally cause all the single buttons to become undepressed.
I know that two or more buttons in a dialog with the Specific Style of "0x54013009" i.e. BS_Pushlike, BS_Multiline, and BS_AutoRadioButton) will act in this way.
But I don't know how to make it like a hierarchy i.e.:
- 2-3 groups of several single choices
an All button for each group that undepresses only the member of that group but not the singles from the other groups
an "All All" button that undepresses any of the other buttons (any of the singles or any of the other Alls)
I came across something on the web called RadioButtonList but I don't know if it applies or how to do it in QM.
Any advice would be great!
Thanks,
Stuart
