jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

Rotate Meter Object to vertical #532

Closed Honorwalk closed 4 years ago

Honorwalk commented 6 years ago

Question


Context


Im trying to write a temperature controller, and would like to rotate the meter object by 90 degrees to simulate a thermometer.

Is there a better way to do this?

jarvisteach commented 6 years ago

No way to do it at the moment, but a horizontal/vertical flag could be introduced to the meter class, along with a direction up/down/left/right for the fill.

jarvisteach commented 4 years ago

This will be in the next release