There is nothing like this in this extension.
You can use Start Text Or End text as min and max value but they will only be shown to UI. When you get the slider position then it will always retun you the result between 1 and 100. Then you can calculate it by little divide or multiply blocks.
For example, if min value = 0 and max value = 1.
Then if current position is half of the slider then it will return 50 and you can calculate the value by this
max value(1) / 100 = 0.01 × current position(50) = 0.50
And this say you will get your position.
Hi!
Is a nice extension, thanks.
Is there any way of avoiding the gap over the slider? I tried with all kind of align values and nothing works. I leave here some examples of configuration and results on Companion, but is the same for apk. It would be nice to fix this.
Thanks in adavance.
Configuration 1:
I did not get you. Please elaborate your issue. Are you asking about the gap/margin between the two sliders? If yes then you can adjust it by Set Margin block but can not hide it because it require the gap for its floating bubble that can not be overlapped.
if you don’t mind
I am beginner… i want to get data from 0-10 .
according to your block I can set start and end value but bubble value still 0-100 range…
position value is also 0-100
please help me to get value from 0-10 (X-Y)
Tested width setting200,Can be displayed comprehensively. It is difficult to make two sliding bars side by side. Or change it so that the bubble doesn’t slide out of the width of the slider.