06-05-2013 10:44 AM
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?
06-05-2013 11:53 AM
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.
06-06-2013 09:36 AM
@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?
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord