Dear Paul,
Thanks for the hint. You're right, and it seems to be the same in
LabVIEW 7.1, that with the "update value while typing" property checked
the autocomplete is disabled. That's the good news for me. But
unfortunately "update while typing" means that with each key press the
value change event is triggered. So far I used this event to update the
combo boxes list of strings and now I get many unwanted entries...
Futhermore the autocomplete in principle is a good feature. In my
opinion it only should be configurable to be case sensitive.
I attached a 7.0 version of the VI. Meanwhile I had an idea of
how to circumvent the problem: I could use a string-ring combination to
realize my own combo box (see my VI). Maybe you have an idea of how to
extend it to have a case sensitive autocomplete
😉
Regards
Arno