I am trying to set a progressbar so it starts at an offset but does NOT show up to that point.
For instance, I have a 1 to 100% ProgressBar
I ay want to offset that at 10%.
I can set pos and then run from 10% to 100%, but when I start, I do not want to make that first 10 to show. Just the new starting point. The first 10% exists, but the new start is 10% in, so when the progress bar is finished, the only parts colored in is from 10 to 100 percent. I tried placing a text box and covereing the start by changing its size. That is fine except the progressbar ends up covering the text box as I guess the progress bar is drawn every time it steps from the progrress bar start to current position. I have not tried putting the lable inside the loop, as that seems not the way to do this. I was suprised not to find a function for this. I am using the DDT ProgressBar, BTW.
For instance, I have a 1 to 100% ProgressBar
I ay want to offset that at 10%.
I can set pos and then run from 10% to 100%, but when I start, I do not want to make that first 10 to show. Just the new starting point. The first 10% exists, but the new start is 10% in, so when the progress bar is finished, the only parts colored in is from 10 to 100 percent. I tried placing a text box and covereing the start by changing its size. That is fine except the progressbar ends up covering the text box as I guess the progress bar is drawn every time it steps from the progrress bar start to current position. I have not tried putting the lable inside the loop, as that seems not the way to do this. I was suprised not to find a function for this. I am using the DDT ProgressBar, BTW.
Comment