04-27-2010 02:24 PM
04-27-2010 06:47 PM
Looked at your code. Not sure why you couldn't get the horizontal scrol bar to show on the 1D array in the cluster, but I was able to do that. You have to be sure to right click on the array border within the cluster to get the option. If you just click on an element you will get the options for the element not the array. Same holds true if you click on the border of the cluster.
As for the check box, you are correct, it is functioning as an indicator, since the Parameters array is an indicator. To make the check box act as a control, the array must be a control. The problem is, you must write data to a control programatically, which means the use of a local variable in LabView.
Suggest that you write your data from the output of the Excel VI to a local variable of the Parameters array. Change the Parameters array to a control as well. That should give you the functionality that you desire.
04-28-2010 07:14 AM
Hello Troy,
Thanks for the info. I wasn't talking about the Horizontal scroll bar of the 1Darray inside the cluster, but the one for the Parameter array. It makes sense that it will only have the Vertical bar since I expand my array downwards but It will be nice if I can have a Horizontal scroll bar as well.
Thanks,
Ayman