Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Setting SRP Progress Bar maximum

Is it possible to set the maximum value of a progress bar? For instance when I set the PaneType to "Progress Normal", the default maximum value is 100 when complete, but I want to be able to set the maximum value to values greater than 100 when integrating it with a for loop (or less). So if a for loop is iterating through 500 values, I want the progress bar to finish once we reached the last value in the loop (in this case once it hits 500 not 100).

Comments

  • I don't think so. Since this is based on percentage then 0-100 is the range. You would need to convert your min/max values into percentages and update the progress accordingly.
Sign In or Register to comment.