ProgressView color

Hi

There is a way to change color of the increment of the progressbar ? Or
Can i use a custom image as outline without set manually every frame ? (srry bad english)

Please don’t assume we know what you’re referring to.  Please provide a link to the ‘progress bar’ you’re talking about.

i.e. Find it in the docs (https://docs.coronalabs.com/daily/api/) or elsewhere and link to it in your post.  Alternately, give the exact name of the call used to create it.

At this point, I’m guessing you mean: native.setActivityIndicator()

If so, then there is no way to modify the look of this indicator.

im referring to progressView widget, i don’t understand how to use custom progressView…

Basically you need 6 images in one file. Each are square. Look at:

https://docs.coronalabs.com/api/library/widget/newProgressView.html

Ignore the background colors. They are there to show you the different “frames” needed in your image sheet. The first block is the left end cap of the frame you want for the bar. The 2nd frame will the middle of the frame and be stretched to the width of the progress bar. The 3rd frame is the end cap on the right side.  Frame 4, 5 and 6 are also the left middle and right frames, but this is the inside of the progress bar.

Rob

Please don’t assume we know what you’re referring to.  Please provide a link to the ‘progress bar’ you’re talking about.

i.e. Find it in the docs (https://docs.coronalabs.com/daily/api/) or elsewhere and link to it in your post.  Alternately, give the exact name of the call used to create it.

At this point, I’m guessing you mean: native.setActivityIndicator()

If so, then there is no way to modify the look of this indicator.

im referring to progressView widget, i don’t understand how to use custom progressView…

Basically you need 6 images in one file. Each are square. Look at:

https://docs.coronalabs.com/api/library/widget/newProgressView.html

Ignore the background colors. They are there to show you the different “frames” needed in your image sheet. The first block is the left end cap of the frame you want for the bar. The 2nd frame will the middle of the frame and be stretched to the width of the progress bar. The 3rd frame is the end cap on the right side.  Frame 4, 5 and 6 are also the left middle and right frames, but this is the inside of the progress bar.

Rob