T toro1950 Active Member Licensed User Dec 29, 2024 #1 I have two B4XRadioButton called RadioB1 and RadioB2 with B4a (which are simple RadioButtons) I can detect the selection with the simple RadioB1_click, with B4i it doesn't work, what is the code to detect the selection
I have two B4XRadioButton called RadioB1 and RadioB2 with B4a (which are simple RadioButtons) I can detect the selection with the simple RadioB1_click, with B4i it doesn't work, what is the code to detect the selection
Alexander Stolte Expert Licensed User Longtime User Dec 29, 2024 #2 Use the Checked Event to detect the selection. Upvote 1 Solution