How do I do I get on RadioButton at a time (e.g. modes?)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How do I do I get on RadioButton at a time (e.g. modes?)

Tim M
If I browse the builtin dolphin Views for the browsers, the
Instance/Class radio buttons are in a mode control...

If I want to build a similar thing in the view compser, how can i get
one of these mode controls so that only one of my radio buttons can be
selected at a time? I don't see it in any of the control categories?

Tim


Reply | Threaded
Open this post in threaded view
|

Re: How do I do I get on RadioButton at a time (e.g. modes?)

Tim M
Ahh figured it out myself... RadioButtonSetPresenter - however if you
add existing radio buttons to it, make sure they don't have the
GroupStop property set.