PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Slider and increment
Slider and increment
Débuté par Werner, 28 juin 2020 23:55 - 3 réponses
Membre enregistré
10 messages
Posté le 28 juin 2020 - 23:55
Hello,

the range is 2 to 8 and I need a increment of 0,1. The correspondig field is decimal with integer 3 and decimal 1. But the slider only have a increment of 1? I need 0,1...

--
Thanks,

Werner
Membre enregistré
10 messages
Posté le 07 juillet 2020 - 01:07
No solution?

--
Thanks,

Werner
Posté le 07 juillet 2020 - 16:41
if the slide only has an increment of 1 and you need a tenth of it, just multiply the min and max by ten.

your slider, internally, will work from 20 to 80 by increment of one, and you just divide the slide value by ten to get what you really need.
Membre enregistré
10 messages
Posté le 07 juillet 2020 - 20:58
:thank you:
the solution can be so simple...

--
Thanks,

Werner