jarvisteach / appJar

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

GUI shows on Windows 10 but not on macOS 10.14 #588

Closed karkraeg closed 4 years ago

karkraeg commented 5 years ago

The appjar GUI of my program shows on Windows 10 (and Ubuntu) but not on macOS 10.14 – it stays blank here. Is this a known bug/does anybody else has similar problems? I had it working but now it just stays white:

Screenshot of python (26-08-19, 10-25-14)

I’m asking this because reverting changes until I have the GUI back seems tiresome and perhaps there is something known about this or can point me in some sort of Debugging mode for appJar.

I’m using appJar Version 0.94.0

Thanks!

naurojr commented 5 years ago

Did you try to switch from Dark mode to regular mode? There is a known issue with using Dark Mode.

karkraeg commented 5 years ago

I tried just now, looks the same:

Screenshot
jarvisteach commented 4 years ago

No known issues on Mac OS 10.14 - could you post some code that reproduces this error?

jarvisteach commented 4 years ago

Closing this, as can't reproduce.