I have spent and wasted a day playing with progress bars. Can somebody point me to what I am looking for?
1.. simple progress bar
2.. Control the colors
3.. No moving or animated anything. even the "anotherprogressbar" has moving stuff on it I do not want and can't turn off.
A cross platform progress bar with built-in animation. Similar to: https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content You can change the colors, thickness and orientation.
Long time ago, I created a very simple progress bar using 2 panels for B4A but it seems not working inside CustomListView under B4J. I took the code from AnotherProgressBar (XUI Views) and tried to remove the animation. Note: I am not sure whether my code is correct or has any performance issue...
A progress bar will always have a movable side.
For a simple progress bar, you can use two nested panels: one fixed to the view's dimension, the other movable. A little calculation is required to advance the movable panel.