T toro1950 Active Member Licensed User Sunday at 10:16 AM #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 Sunday at 10:38 AM #2 Use the Checked Event to detect the selection. Upvote 1 Solution