PySimpleGUI

Results 1145 comments of PySimpleGUI

I understand tkinter doesn't show the problem, but that doesn't mean there's a "bug" in PySimpleGUI code. tkinter stops processing the exit events while menus and titlebar operations are being...

> work for different cases (for example modifying a widget from a thread) and OSes? There is nothing OS-specific about this code. > modifying a widget from a thread Tkinter...

Thanks for taking the time to flag items. The documentation overall is not being updated as there has been a nearly year-long effort going on that's resulted in the documentation...

Oooo... this is a tricky one since it impacts the install base. Lemme think about the overall fix and how to not break the shipping projects. I see that the...

I didn't know about this technique. Thank you!! The `psgtest` utility does stress testing by launching subprocesses and then terminating them after some period of time if they do not...

Here's the repo for the `psgtest` application: https://github.com/PySimpleGUI/psgtest Perhaps there's a lot more going on that I need to dig into to make this work. I tried replacing the function...

Ahhhhh.... the problem is that I'm setting `shell=True` when starting the subprocess which means, at least on Windows, that it's running under a shell. This is why the psutil method...

I think I've got a bug in parts of the Exec APIs. This is a good idea. I would like to return to it after I get 5.0 shipped. I'm...

> In the meantime is the psutil kill the recommended approach? Yessir... it's what I use for psgtest and for my system in general. I have a startup program that...

Is this related to the same focus / entry problem that started in 8.6.12 that we noticed with tooltips? EDIT - AH! RIGHT! I remember @nachocho also reporting problems similar....