ComboBox propterty

Scubaticus

Active Member
Licensed User
It would be nice to have a Combobox property so the user can select, but not enter a value in a combobox. Something like combobox.autosearch = false

Now I have to code it out with focus lost to correct invalid manual input.

Scub
 

specci48

Well-Known Member
Licensed User
Longtime User
Hi Scubaticus,

just as a small tip:

If you develop an application for the device, you don't have to code out a wrong combobox input because on the device the combobox is not editable.


specci48
 

Scubaticus

Active Member
Licensed User
You're right, I didn't noticed ... should test more often on the PPC. So just forget about my wish.

I did a search on combobox but didn't find anything helpfull. Now I know why :signOops:

Thanks!

Scub
 
Top