LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with table object

Need help with Labview 7.1 table - the application I modified has a combo box used in a table cell. I did something to the code (not sure what) and now the combo box does not come up any more. I can still add item to it, but only by typing it in - the selection of items in combo box is not available!
 
Any ideas?
 
Thank You,
 
Mark
0 Kudos
Message 1 of 2
(2,529 Views)
What you're describing doesn't sound right - a table is a 2D array of a string. It can not hold combo boxes (as far as I know, at least). What you're describing sounds like a 2D array of combo boxes (which are strings) where something happened to the combo box (although I don't understand your description of the problem). If you replaced the combo box with a string, then you can right click any of the strings in the array and replace it with a combo box (which you will need to refill). If this isn't the case, I suggest you post a VI with the actual control.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,517 Views)