B4J Question [ABMaterial] change step to 0.1 input number

jayel

Active Member
Licensed User
Longtime User
Is this possible with ABMaterial input?
B4X:
inp4.Initialize(page, "txtkostprijs" & counter, ABM.INPUT_NUMBER, "Kostprijs", False, "red")
When I push up and down it should increase or decrease with 0.1 instead of 1.
 
Top