Android Question SpinnerWrapper methods

nibbo

Active Member
Licensed User
Longtime User
Is there a list of methods available in the B4A wrappers anywhere?
The reason I ask is that I would like to be able to invoke a spinner when the panel it is embedded in is clicked.
I tried guessing based on some other code I had seen...
B4X:
Dim jo As JavaObject = spinnerName
jo.RunMethod("show",Null)
but that gave an error java.lang.RuntimeException: Method: show not found in: anywheresoftware.b4a.objects.SpinnerWrapper$B4ASpinner

Anyone know what method I should use to make the spinner options show; if it is possible that is.

Thanks
 
Top