The progress bar works and shows its progress correctly. 0.33 → bar 1/3 full
But trying to use the “get percent” function to get the bar’s current percentage only shows what the default value was set in the widget instead of the updated value.
I’m even using the same function to both; update the bar and get the bar value!
If you are feeding the return value directly to the progress bar then it only works in the range of 0 → 1.
You would need to set the min range to 0 and max to 1.