How do I add text to a range slider that goes from "text" to "text" through varies "texts" as you slide it?
I tried downloading the web app customizable range slider and I didn't understand it.
Plus that customizable range slider is for a web app, so I wouldn't know how to pull it into my app.
Thanks,
Charles
Currently you cannot do it with the current version of the slider.
If you use the DEPRECATED_RangeSliderV2 version you can achieve it in the AdvancedFormat property. Follow the instructions on noUISlider page to manipulate pips:
https://refreshless.com/nouislider/pips/
Hi Charles,
What do you want to see? The value selected (on top) or a pips scale below the bar?
Regards
I would like to see the value (text statement) slide on the bottom. Changing with each slide
You can control that on TickMarks properties:
how would I write the tick marks for example:
poo....elf...me
scrolling from poo to elf
It's a numeric value. If want to see every tick from 1 to 12, you put 1 in that field.
@Charles Greenlaw , If this worked for you, please mark your question as Solved and give credit to @José Gonçalves
I'm looking to display texts that read during sliding.
That should be achievable with the above method and the inclusion of an "OnChange" client action.
I still cannot achieve this. I am looking to add a slider that reads text in the expression rather than a number
Would it be possible to look at your OML?