W webhost.company Active Member Licensed User Longtime User Jun 14, 2021 #1 Hi Can I set maximum value for ProgressView? I need set value between 1 to 200
Semen Matusovskiy Well-Known Member Licensed User Jun 14, 2021 #2 Progress expects a value from 0 to 1. Means ProgressView1.Progress = (currentValue - minValue) / (maxValue - minValue) Upvote 0
Progress expects a value from 0 to 1. Means ProgressView1.Progress = (currentValue - minValue) / (maxValue - minValue)
W webhost.company Active Member Licensed User Longtime User Jun 14, 2021 #3 Semen Matusovskiy said: Progress expects a value from 0 to 1. Means ProgressView1.Progress = (currentValue - minValue) / (maxValue - minValue) Click to expand... Oh good solution Thanks Upvote 0
Semen Matusovskiy said: Progress expects a value from 0 to 1. Means ProgressView1.Progress = (currentValue - minValue) / (maxValue - minValue) Click to expand... Oh good solution Thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2021 #4 Note that there are several nicer and cross platform alternatives. Two of them are displayed here: https://www.b4x.com/android/forum/threads/make-progressbar-like-this.104327/post-653944 Upvote 0
Note that there are several nicer and cross platform alternatives. Two of them are displayed here: https://www.b4x.com/android/forum/threads/make-progressbar-like-this.104327/post-653944