Radio button issue

gjoisa

Active Member
Licensed User
Longtime User
Hello ,
Is it necessary to insert radio buttons inside panel to group them ? I tried to insert a radio button on the panel , but could not do it . How to do it ?
 

klaus

Expert
Licensed User
Longtime User
Is it necessary to insert radio buttons inside panel to group them ?
Yes.

There does exist a RadioGroup class in Android, but it is not implemented in B4A (yet?).
I remember that in VB6 there does exist a Group parameter for RadioButtons, would be interesting in B4A.

How to do it ?
- Select the Panel where you want to add a View (RadioButton). From the Designer add the desired View (RadioButton). The added View will have the Panel as parent view.
- If you already added the View (RadioButton) to the Activity you can select this View (RadioButton) and change it's Parent parameter in the Deigner.

Best regards.
 
Upvote 0
Top