Android Question ComboBox

Shelby

Well-Known Member
Licensed User
When the API tells me that ComboBox is an unknown type and asks if I am missing a library reference, how can I tell which library houses the ability to recognize ComboBox.
When I use the B4a Object Browser Search (typing "ComboxBox") I get nothing.

Thanks

B4X:
B4A Version: 7.80
Parsing code.    Error
Error parsing program.
Error description: Unknown type: combobox
Are you missing a library reference?
Error occurred on line: 11 (Main)
Private cmbSource As ComboBox
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
There is no such Object.
A Dropdown is called SPINNER in Android.
 
Last edited:
Upvote 0

Shelby

Well-Known Member
Licensed User
Thanks Don,
Is there a vocabulary list of these crossover words which one can use for an answer to such a question? I have now learned that pane=panel on separate platforms for example and I'd like to know if all this information of crossover words (my description) might be accessible in a document of some sort.
 
Last edited:
Upvote 0
Top