A airblaster Active Member Licensed User Longtime User Jan 31, 2013 #1 Is there any way to use inverse colors for the indeterminate ProgressBar in B4A? Seems like it would be possible to set the Drawable using setIndeterminateDrawable in Java, but I don't know how to apply this to B4A.
Is there any way to use inverse colors for the indeterminate ProgressBar in B4A? Seems like it would be possible to set the Drawable using setIndeterminateDrawable in Java, but I don't know how to apply this to B4A.
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2013 #2 You will need to create your own set of images. Upvote 0
A airblaster Active Member Licensed User Longtime User Feb 4, 2013 #3 Once I've created my own set of images, how can I apply it to a ProgressBar view? Using the reflection library? Upvote 0
Once I've created my own set of images, how can I apply it to a ProgressBar view? Using the reflection library?
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2013 #4 It will be easier to implement a custom view in a class and animate the images with a timer. Upvote 0