02-02-2006 04:29 AM
02-02-2006 06:21 AM
02-02-2006 06:59 AM
02-02-2006 10:47 AM
Also, right-click on the Combo Box and choose Advanced > Enabled State and make sure you don't have them "Disabled". Furthermore, make sure you don't have Property Nodes for the Combo Boxes in your code somewhere that are setting their state to Disabled.
-D
02-03-2006 12:16 PM
02-03-2006 12:48 PM
I'm guessing you've got a local variable or property node that is programmatically changing the value of the Combo Box after you have changed it in the UI. Or perhaps it's a screen updating issue. I would search for locals and property nodes of the combo box and figure out where you're writing its value, and make sure you don't have a race condition.
If you can reproduce the problem in a simple VI, you should post it so we can take a better look at the issue.
-D
02-03-2006 12:59 PM
02-03-2006 02:04 PM
Yeah, at this point I'm out of suggestions. There's really nothing else I can think of other than for you to narrow the problem down to a simple VI and post it so we can take a look.
Good luck,
-D