Millisecond Forums

Numbering slider ticks

https://forums.millisecond.com/Topic12786.aspx

By Shamba - 3/24/2014

I'm trying to number my slider ticks as well as having labels for them, pretty much a dual-labeling of "Strongly disagree" (values closer to 1) to "Strongly agree" (values closer to 7).

<slider C11>
/ caption = "E-cigarettes are less harmful than cigarettes."
/ labels = ("Strongly disagree", "Strongly agree")
/ range = (1, 7)
/ slidersize = (60%, 5%)
/ showtooltips = true
</slider>


Is showtooltips not the correct attribute? It doesn't seem to be working.
By Dave - 3/24/2014

Slider tooltips are only supported under Windows at present, AFAIK.