Hi guys. So, I have been playing recently with the progress bars to see what can be created with them. But, I encountered a problem trying to create the weather progress bar, considering it needs to fit both °F and °C depending on the user preference. It can’t be done with a simple clamp(#WTC#…) formula due to the numerical difference between both systems.
So, my question is, does anyone know the formula to fit °F and °C into a single progress bar, being the lowest temperature -22°F (-30°C) and the highest 122°F (50°C)?
I personaly would have two bars and use the setting to show one or the other . The issue to me is crossing the Zeros in other words the Minus numbers .
.
.
Looks fine to me . Well Done Tom.
.
.
Guys, you are awesome. As you both mentioned, I encountered the bug with the progress bar, so I used a simple rectangle, altering the width. I just tested it with both °C and °F, and it works beautifully. Thank you so much!