widget.newSlider

Hello everyone, I created a slider it works perfectly, however I would like to know is there a way to adjust the value of the slider. Currently the “default” value is 0 - 100 % , is there a way to change the value to lets say 200 % ?

or if not is there any tutorial to show how to create a wheel that would in all reality have an endless value ?

regards

JZ 

Oh   object:setValue does not adjust the slider value above 100 % it just puts the handle at 200 % it does not make the values 0 - 200 % 

Thanks

JZ 

You need to do some background math and convert your values to be 0 to 100 based. Hope this helps.

Hi Ksan, got it that makes sense, I will work on it. 

Thanks

JZ 

You need to do some background math and convert your values to be 0 to 100 based. Hope this helps.

Hi Ksan, got it that makes sense, I will work on it. 

Thanks

JZ