Hello, hello,
what's the best way to do a double slider to select a range of values ?
By that I mean you have a slider with MIN / MAX values, and two cursors, a LOW one and a HIGH one. The first one being obviously always lower than the other one (strict or not).
I've tried a simple way with 2 separate sliders (named LOW and HIGH) and to set the MIN of the HIGH one to the current value of the LOW one, and to set the MAX of the LOW one to the current value of the HIGH one. But since their min/max change, they kind of change dynamically in annoying ways.
Do you have better suggestions ?