radio buttons

  1. user404not found

    Android Question how can I work with unchecked radio button in B4A

    I have plenty of radio button and want to show a panel if one of them(just one radio button) checked and if it's unchecked that panel must hide for user how can I do it? I just realize the checked change dose not work when the radio button unchecked before that I write a if in that so if the...
  2. StrayCat

    Android Question help, how to change app background color after radio button is checked?

    example : if we click the green button then the background color becomes green if we click the Red button then the background color becomes Red how to make the code?
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS Radio Button

    This is a simple cross platform RadioButton. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) In B4I the animation is limited, because otherwise the circle...
  4. A

    Android Question Radio buttons list problem

    Hi, I have a problem. I need to show a list of radiobuttons. But if I just add them into a ScrollView only one radiobutton can be selected. I need it like this Do you have a symptom 1 Yes No Do you have a symptom 2 Yes No Do you have a symptom 3 Yes No So I decided to add a pare of...
Top