I need a progress bar that's cross platform, and where I can set the bar color, background color, and bar thickness. Non animated.
- The basic ProgressBar view does not let me set the bar color (unless I'm doing something wrong).
- The B4XProgressBar looks like what I need, but I can't find it in the Designer: Add Views->CustomView selections (though it's there in the zipped example). Was this removed recently?
- AnotherProgressBar is not doing what I need ... I've tried setting the value, but the progress doesn't change. And I can't figure out how to stop the animated stripes. I saw a post where that progress bar's code should be available, but I can't find the code in the Program Files (x86) -> Anywhere Software -> Basic4android -> Libraries folder. Should I be looking elsewhere?
Any guidance as to which will work for me, and where to find it, or some documentation for it?
Thanks.