Changing the range of values of the Progress Bar

Hi!

You can use Normalize to Range node for normalize your data for Progress Bar 0-1 range. And To Percent node for output text data in percents.

This is example widget with 2 spin boxes components, progress bar component, 2 text components for labels and one text component for output in percent.

Select Slider and Bind function to Percent field.

Get data for “Max Range” and “Current Number” and normalize range.

Select text element for percentage and bind function to Text

And how it works.

61391-percent.gif

1 Like