Slider with dynamic scale


#1

Here is a Slider. The user can enter the value manually and the slider handle will move to this value on slider track or choose a number by dragging slider handle (the value on the field should change according to it).
For now, I have slider only with step is +/-$10k, the user can enter the value manually (from 0 to 100). How can I change it to be with logic on the image on the right?
Thanks!
File: Slider.rp (164.7 KB)
What I have now


#2

What is the logic underlying the image on the right? I can’t determine this from a static image… Both appear to work in the same way. Do you want continuous slider increments (instead of only 10k steps) or are you trying to get the same formatting of the input field ("$65k") or something else?