Changing position of slider from text input

advanced-prototyping

#1

I’ve created a slider control which outputs the value of [[(This.x/4).toFixed(0)]] as the slider handle is moved. This works great, although the movement of the slider is jerky when outputting into a form field rather than a rectangle (any hints on solving this appreciated).

I’d also like to be able to change the position of the slider based on the value entered into the form field, but can’t seem to find a way to do this - perhaps I have the trigger set incorrectly? Any help appreciated.

cb-slider.rp (52.3 KB)

Edit: For future readers here is the finished control. The answer was OnKeyUp to move the slider button to [[This.text*4]] cb-slider.rp (56.2 KB)


Dual Slide control to display text according to slider settings
#2

thanks for this!! nice work