Hi!
Is there any possibility to set selected any radio button in a radio button group? I mean something like buttongroup.setSelected(aCradioButton)? Or get the selected button?
Thanks and best,
grml
Not possible. You have the get a hold of the button itself and call its “setSelected” method (at least, this will deselect all the other buttons).