Is it possible to configure a control using an inverted scale (ex.: numeric slide)? In other words, I want to set the control in the way that it shows the maximum value on left and the minimum value on right.
CVI allows me to complete with a negative value the ATTR_MAX_VALUE control attribute at the same time that I set the ATTR_MIN_VALUE control attribute with a positive value, but when the control is showed the maximum value (positive one) is on left and the minimum value is on right (negative one).
So, is it possible to invert the scale? How can I do it?
Thank you in advance.