04-20-2009 04:39 AM
04-20-2009 04:57 AM
Hi Evtek,
can you explain why you need it? You can delete all objects, then the Auto-Complete doesn't work.
Mike
04-20-2009 05:11 AM
Mike,
What I want is something like the Enter Serial number box you get at the start of Teststand sequences i.e. the user can enter a serial number, or select from the pull down list of previous serial numbers. In theory the auto-complete should be ok as all the serial numbers will be unique, but I would prefer it not to 'finish' strings that have been partially entered and happen to have the same starting digits.
Any help would be appreciated.
Evtek
04-21-2009 05:11 AM
Hi Evtek,
I'm afraid that there does not appear to be any way to disable the autocomplete of the LabVIEW combo box. If this is a real problem the best suggestion I could give you would be to try the .net combo box. This does allow you to disable the autocomplete mode although obivously the programming would be slightly more complex than the built in combo box.
Otherwise you could use the update value on every key and use a different event to trigger the movement or if it isnt the enter key that is pressed do nothing in the event case.
Regards,
04-21-2009 07:44 AM
James,
Thanks for the reply, I'll consider the different options.
Regards,
Evtek