Slider data type

Have sliders include other data types such as float values.

+1

In the meantime, Use of a linear scale alongside it may help. The attached window has a slider and scale in a grouped container. You can set the upper and lower limits in the container properties and use the slider to get a scaled value, also in the container. The only thing to keep in mind is that the group doesn’t scale for crap. That’s right, cover your ears, kids, I said crap.
ScalableSlider.vwin (6.16 KB)

[quote=“JordanCClark”]
… the group doesn’t scale for crap.[/quote]

That would be maintaining aspect, not the scaling of the numbers. Two different things… :blush:

Thanks for the tip Jordan. Did sort of the same thing. It should be a straight forward bind with no scripting required.