04-11-2007 03:03 PM
04-11-2007 03:09 PM
04-11-2007 03:15 PM
04-11-2007 03:35 PM
I have several combo boxes set up like this, and I just made an example to double check. When "Allow Undefined Strings" is unchecked, the user cannot enter his own string. I don't know what you're doing differently than me, but it works fine when I do it.
The only thing that can be done is deleting what is already in the box, but you cannot type your own string. What version of LabVIEW are you using?
04-11-2007 03:40 PM - edited 04-11-2007 03:40 PM
OK, here's another idea if you don't want the user to be able to even select the text in the combo box. Make it an enum, then send it to format into string with %s as the format string. The output of this will be the string that was selected from the enum.
Message Edited by Marc A on 04-11-2007 04:40 PM
04-11-2007 04:29 PM