Depending on how many options you've got: how about a Spinner?
B4X:
Dim Spinner1 As Spinner
For I = 1 to 25
Spinner1.Add(I)
Next
Spinner1.SelectedIndex = 12 'default to middle
'or perhaps like I have in the TTS test program
'LanguageSpinner.AddAll(Array As String("en", "fr", "de", "it", "ru"))
I have some electronic-equipment lookalike knobs and gauges and spirit-level things that I keep meaning to convert to a library or custom views, but... is always left for tomorrow :-/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.