Android Question AnotherProgressBar border color

Erel

B4X founder
Staff member
Licensed User
Longtime User
AnotherProgressBar Progress animation Color can be change?
Yes. There is a ProgressColor property in the designer.

AnotherProgressBar border color in designer why not working?
The border is removed by default. It won't look good with the panel border. You can add it programmatically with APB.mBase.SetColorAndBorder.
 
Upvote 0
Yes. There is a ProgressColor property in the designer.

i can change the color but i mean the animated color , see the photo , i want to change this part of color but i cant find how to do that.
photo1067153451.jpg




The border is removed by default. It won't look good with the panel border. You can add it programmatically with APB.mBase.SetColorAndBorder.

I could not figure out how to make it, can you help more or create a small project?
 
Upvote 0
The dark color is based on the progress color. If you want to change it to something else then you will need to extract AnotherProgressBar.bas from the b4xlib (=zip), rename it and add it to your project. It will allow you to change both colors.
is that posible to change border color in AnotherProgressBar.bas?
 
Upvote 0
Top