Android Question CircleScale off a little when displaying a value

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Everyone,

I'm using the CircleScale view and really like it a lot. I'm having a slight problem where the displayed value is not exact. I have it set so it allows the user to select a number between 1 and 60. I noticed that if the value I want to display is 40, the view displays 41. This happens to all numbers between 2 and 60 so I used this coding to compensate.

B4X:
CircleScaleTimePicker.Value = MyValue -1

The above code will not work if I try to display the value for 1. It will display 2 instead.

Is there anything I can change in the CircleScale module that will make it display correctly?

Thanks.
 
Top