I want to be able to change the maximum value of a horizontal progress bar programmatically based on user entry into a "cycles requested" field. I am using a property node to try to do this, but the progress bar display does not change range. For example, the bar is set with a maximum of 100 cycles when I build the vi. If the user selects a value of 12, the progress bar indicator will show the updates to the value of the slider, but the 12 steps will still take up just 12/100 of the length of the bar. How do I set the progress bar to show each increment as 1/12 of the space?
I am using LabVIEW 7.0.
Thanks.
Bev