Help finding ComboBox

ondesic

Active Member
Licensed User
Longtime User
I have done a few searches to try and find a dropdown combobox. One thread said that it is found in a library called Door. I can't find it. could someone help me find the combobox library?

Thanks
 

ondesic

Active Member
Licensed User
Longtime User
I figured it out. The ComboBox is a "Spinner" and is included with the core (I'm guessing).
 
Upvote 0

hdtvirl

Active Member
Licensed User
Longtime User
Spinner/Combobox

Yes that is correct, however is does not behave exactly like the 'Combobox' as we know it. Have a play with it and see if it does things the way you want. Another solution is to use Label and a listview and have the user click the label text to have a dropdown box appear which is in fact the listview items and then have the user click on a listview item to make the selection, then use the listview click event to process the user's selection.

Regards

BOB
 
Upvote 0
Top