LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updation of multicolumn listbox in run time

Please post your code. I'm sorry, but I cannot understand what you're asking. You now seem to be talking about something completely different, with radio buttons in an array. This has nothing to do with a 2D array of strings.
Message 11 of 14
(882 Views)
I have found the solution for searching 2D array.ya it is a new problem.In my GUI to user interface i need to display test available in a multicolumn list box with the check box and the user can select the test by enbling the check box.and i should process the selected test alone by getting the selected test data.for that only i need idea now got clear i have no code for this i need to develop it
0 Kudos
Message 12 of 14
(867 Views)

To do what you want you would need to use an array of clusters, in which each cluster contains two elements: a Boolean and a string for the test name. Sort of something like this:

 

However, I think a much simpler solution is to use a regular listbox that allows you to select more than one item.  Something like this:

 

 

Either of these are easier to use than trying to embed a Boolean button inside a multicolumn listbox.  

Message Edited by smercurio_fc on 09-11-2008 09:11 AM
Download All
Message 13 of 14
(859 Views)
Thank you ya.i tried with list box it is working
0 Kudos
Message 14 of 14
(848 Views)