LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disable array column

This may sound like a Newb question but I'm having a problem. I want to disable one control in 1 column in an array of clusters. This would be how hard? Smiley Surprised

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 1 of 3
(2,562 Views)

If you change the properties of one control in an array element, the changes will reflect all elements in the array. However, you can write your code so that if the control changes in that column that you want to disable, revert the control to the previous value. This will not disable the control, but not allow the operator to change control.

0 Kudos
Message 2 of 3
(2,548 Views)

@PaulG. wrote:

This may sound like a Newb question but I'm having a problem. I want to disable one control in 1 column in an array of clusters. This would be how hard? Smiley Surprised


Easy capture the mouse down on the array control, if it is the index you want to disable, then disable that one control, otherwise enable it.  You may want to disable tabbing to this control too.

0 Kudos
Message 3 of 3
(2,501 Views)