I need to display two dimensional array of checkboxes using Labview 7.1. The two dimensional array should have row headers and column headers.
Also the row headers and column headers are to be scrollable. I was able to make separate scrollable row and column header array.
But this the scrolling cannot be apllied on the two dimensional array of checkboxes. I tried but was able to make it one way only, that is scolling the row header array also scrolls the checkbox array row-wise but not column-wise.
There is another problem with the two D array of checkboxes. My application needs some of the checkboxes to be disabled and others enabled. Since array does not allow individual elements to be disabled , i cannot use array .
So please suggest how to go about this. I have attached a sample VI to explain .