LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Scrollbars and also to disable individual element.

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 .
 
 
 
0 Kudos
Message 1 of 2
(2,646 Views)
Hi Hema,

Would it be acceptable for your application to use only one table, as shown in the attached idea.vi ?
Instead of booleans, you have can compute 0/1 value, no ?

Otherwise I don't know how to do...

We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

Message 2 of 2
(2,640 Views)