PySimpleGUI
PySimpleGUI
Let's open this as a documentation issue. There's a reason I changed this behavior and want to make sure it's documented that using the X will cause problems in some...
Thank you SO SO MUCH Martin! The help, the kind words from you, it's all part of what makes this project the special thing that it's been and I hope...
@andrewmk please take a look at the contributing information for the PySimpleGUI projects. I'll take a look at your suggested changes as well as the above information a little latest....
This is the code for `psgtest`. https://github.com/PySimpleGUI/psgtest/blob/main/psgtest.pyw ```python ''' M""""""""M dP dP Mmmm mmmM 88 88 MMMM MMMM 88d888b. 88d888b. .d8888b. .d8888b. .d888b88 MMMM MMMM 88' `88 88' `88 88ooood8...
Wow! Thank you very much.... I'll be sure and give you credit in a Demo program and the Cookbook when I integrate this. It's a nice example. Thanks for taking...
Lemme think about all this when I can clear out time that's dedicated. A quick answer to your questions.... * Yes, the subprocess starts immediately when calling `sg.execute_command_subprocess` * The...
> In my event loop I can now disable the 'Run' button Ah! Yes... this is exactly what Tanay did when he added this design pattern to the JumpCutter GUI....
 Wow! I love seeing this kind of thing. It's so great to see a highly-skilled, lifelong comp sci user go from nothing to a complex app in a few...
Oh! There was a non-backwards-compatible change made to the exec APIs last release. The default now is that stderr and stdout are merged into 1 stream. I may not have...
I'm likely going to keep the demo as 1 merged stream, the default. Simple... trying to stick with simple. Maybe another example in it for both, but I don't think...