LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric slide: fill options

Solved!
Go to solution

In LabVIEW a Numeric Slide has the property "Fill Options" that can be set to

  • Fill to Minimum
  • Fill to Maximum
  • ...

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?

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 1 of 2
(3,055 Views)
Solution
Accepted by topic author vix

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,052 Views)