10-12-2007 04:36 AM
10-12-2007 06:19 AM
10-12-2007 06:33 AM
If your Multicolumn Listbox's size is going to be fixed [ fixed no. of Rows n Columns ], you can place those no. of Menu Ring controls or Combo Box controls & hide them at the initial stage of your VI. Then, when the user clicks on a particular cell of the ML box, you can pop the corresponding control from behind & show it & even allow the user to edit the value in it [only in the case of Combo control, text editing is possible].
This way you can make the user play hide & seek with the ML Box.
10-12-2007 06:51 AM
Have a look at the below link & the attached VI.
http://forums.ni.com/ni/board/message?board.id=170&message.id=112875&query.id=522327#M112875
Replace the Table with the ML Box & try it out.
10-12-2007 09:34 AM
09-12-2008 12:22 AM
11-06-2008 04:23 PM
Attached you will find a barebones VI with a drop down menu (i.e an enum) arranged inside of a table (array).
I have not looked at the other VI posted here... I thought this would be a good challenge to try since I've never had to do this...sounded interesting.
I discovered I needed to use enum or ring thus the use of variant data type.
11-06-2008 04:24 PM - edited 11-06-2008 04:27 PM
11-06-2008 04:59 PM - edited 11-06-2008 05:00 PM
May be this topic can help you:
http://forums.lavag.org/Table-with-Drop-Down-Items-t11249.html
11-07-2008 08:57 AM
Wow, I took a look at the alternate code posted here at that really takes you through gyration (also a similiar comment I see on Lava) to perform what I've done with a few functions....
See the Pics and attached VI for how its done. KISS, I added an event stucture and changed my first enum case to " " (i.e. a blank) to make it look like the other posted code....