Hi everyone!
May I set the slider to go from numbers 10 by 10?
I explain it better.
I want the slider to show on a left label the quantity of food used (in grams) and on the right label the money it costs that is variable on the quantity.
So moving the slider left or right it will show on the left the grams and on the right the money.
It is really hard to pick numbers like “400 gr” “450 gr” ecc… i don’t want that user has to struggle to find the correct number. I don’t want numbers like 487, 512 to show up.
This is what I have achieved so far.
i noticed that it works good if I set max value at 1000, but most of the time i have to put “700” or “600” or even less…
Is there a way that slider always goes by 10?
hey guys, you just can let the slider make 1- steps but for the label than multiply it by 10 so you get for e.g. 1 in slider, 10 in label. for 25 in slider, you get 250 grams in label. isn’t this what you want?
yup as i mentioned above i just gave him a simple idea so that he can adjust it according to his needs
but your solution is more precise and nerely is what he needed .
Good work
I think this is what you want…
I have tried this block and worked fine for me on every max value whether it is 220 or 440 or 50 or anything…
but slider will always move by differently according to maxvalue…