B4J Question [BANano] SKRadio event

angel_

Well-Known Member
Licensed User
Longtime User
I can't get the event to be reached with SKRadio:

B4X:
Private Sub SKRadio1_Click (event As BANanoEvent)
    SKTools.ShowToast("Clicked on Option 1!", "info", 3000, True)
End Sub

Private Sub SKRadio2_Click (event As BANanoEvent)
    SKTools.ShowToast("Clicked on Option 2!", "info", 3000, True)
End Sub
 
Top