04-29-2010 12:53 PM
I have an array of clusters for user data entry which need to have each element customizable in terms of enabling/disabling the individual controls based on other controls in the array element cluster. When a user selects the first control value, I want to enable or disable the other control based on this. It appears that once I disbale a control, the entire array's elements are disabled for that control. Is this possible with Labview?
04-29-2010 01:11 PM
04-29-2010 01:32 PM
GerdW wrote:Hi id,
first rule for arrays: all elements share the exactly same properties!
No, you can't have one cluster with disabled controls while other clusters are enabled...
So you will have to switch to an cluster of clusters to do what you want. That does not mean how you carry your data around in the app has to change, only the way it is displayed.
Ben