I found this in the old forum but I am unsure of how to implement. I am new to JS.
http://www.softcomplex.com/forum/viewthread_4828/
Where does the following need to be placed?
o_slider.n_maxValue = n_someNewValue;
o_slider.n_pix2value = o_slider.n_pathLength / (o_slider.n_maxValue - o_slider.n_minValue);
Does that go in the JS file or does that go somewhere on the form?
thankyou!