PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Slider and increment
Slider and increment
Iniciado por Werner, jun., 28 2020 11:55 PM - 3 respostas
Membro registado
10 mensagems
Publicado em junho, 28 2020 - 11:55 PM
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
Membro registado
10 mensagems
Publicado em julho, 07 2020 - 1:07 AM
No solution?

--
Thanks,

Werner
Publicado em julho, 07 2020 - 4:41 PM
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.
Membro registado
10 mensagems
Publicado em julho, 07 2020 - 8:58 PM
:thank you:
the solution can be so simple...

--
Thanks,

Werner