11-26-2007 01:41 PM
11-26-2007 03:24 PM
11-26-2007 03:40 PM
11-26-2007 09:02 PM
11-27-2007 07:07 AM
11-27-2007 10:39 AM
04-22-2013 08:58 PM
In addition, if you programatically select an item by its value (instead of by its text), reading the control then returns the value rather than the text.
In your example you could wire the string constant "red" to a local variable of the combobox in order to select "apple"...when you subsequently read the combobox (wired to an indicator OR via its property node "Value") it will now return "red" which is the value field. The property node "Text.Text" still returns "apple" as expected.
With that being said, this "feature" of selecting via value obviously doesn't solve anything, but it's interesting none the less (what were they thinking?!).
04-22-2013 09:29 PM
You are responding to a 5 1/2 year old thread, and I have no clue as to what you are talking about.
You might want to put together a meaningful example that can explain what you are trying to say.
04-22-2013 09:52 PM
My post was a response to Rob_Calhoun's first post on the thread (msg 4 of 7), and written in that context. I didn't notice the age of the thread, sorry...perhaps the issue has been resolved in more recent versions of LabVIEW...I'm still using an older version.