PySimpleGUI
PySimpleGUI
Wow, nice catch Jason. I had forgotten about the code forcing Mac into using ttk by default. For a very long time the only buttons that works on Mac was...
> Basically, the update_animation(...) method returns "Exception has occurred: ZeroDivisionError" when i run it on a different thread You can't make PySimpleGUI calls from a thread. `window.write_event_value` is the only...
> My suggestion is that these kind of errors should be propagated all the way up instead of try/catch and hiding them. Generally speaking, the error detection and display I...
I'm marking it as a bug as there should be an error popup or something to indicate a problem. Usually the error about threading by tkinter isn't something that's able...
Thank you so much for the kind words! It means a lot. There are some demo programs that will be of interest as well as eCookbook entries that show ways...
There is a lot of room for improvement in this area for sure!
I've got changes from a copyeditor that I hired a few months ago that I'm still merging in. This will get me to move on them since I've got these...
This weekend I discovered a new (to me) markdown editor that I really like. It does a much better job than Visual Studio Code has done at flagging spelling errors....
OK... so this week I'll make documentation a priority item. I've got these older mods to do. The new Qt port has a call reference that's being created for it....
I have not even started to fix the MANY errors. I need more time to complete this task.