use Spinner

sultan87

Active Member
Licensed User
Longtime User
Hello
I would like to use a spinner but not with the list of the radio operator button I would like similar combobox under VB
is this possible and how to make?
Best regards
 

devlei

Active Member
Licensed User
Longtime User
I think the closest to the VB ComboBox is the AutoCompleteEditText that is included with B4A 1.7.

As you type it pops up a list matching what you have typed so far.

You can also use the Click and/or HasFocus events to pop up a list of possible entries.
 
Upvote 0

sultan87

Active Member
Licensed User
Longtime User
hello
Not I wish to make a choice in a list the solution with the label and the listview is appropriate to me
but when the list is posted how to make to be able to make another thing only choose in the list (as in customdialog)
best regards
 
Upvote 0
Top