10-07-2010 07:05 AM
In LabVIEW a Numeric Slide has the property "Fill Options" that can be set to
I haven't been able to find this kind of property for a CVI slide, which always behaves in "Fill to Minimum" mode.
I was able to obtain a behaviour similar to "Fill to Maximum" changing the colors of frame and fill, but this could only be a partial solution...
Is there a way to change the fill mode?
Solved! Go to Solution.
10-07-2010 07:17 AM
The correct attribute to set in SetCtrlAttribute is ATTR_FILL_OPTION, with possible values VAL_NO_FILL, VAL_TOP_FILL, VAL_BOTTOM_FILL, VAL_RIGHT_FILL, VAL_LEFT_FILL.