PySimpleGUI

Results 1145 comments of PySimpleGUI

Ah.... I see a difference when running from a command line versus PyCharm. If I run from PyCharm, then it doesn't get focus correctly. From the command line, it's fine.

I've been testing with 2 windows to get an understanding, at least on Windows, how focus changes. This is my test code with the purpose of showing 2 windows, both...

All of the other ports could benefit from this capability. Thank you for taking the time to open a request.

The Cookbook has a lengthy section about Themes. Have you tried looking through it? https://www.pysimplegui.org/en/latest/cookbook/#themes-window-beautification What doesn't exist is a call-out-diagram that shows what parts of the window each value...

> Btw, just wanted to drop a thanks for this project! The docs are REALLY extensive and covered most of the questions I would've normally looked up a hundred times...

Hang on to spelling and other things you see in the documentation until PySimpleGUI 5 is released. I appreciate you making note of them. They may/may not apply depending on...

`set_options` is where this one is likely going to end up being set.

It's not a bug, it's just not implemented. Not every parameter to an Element's constructor are available in the update method. In fact it's always a subset at this point.

I didn't mention it earlier, but you can use the `Widget` member variable to extend PySimpleGUI when features like this one are not completed. To change a setting on a...

@grey8hedgehog What version of PySimpleGUI are you running, os, etc? It may be better to open a new issue since the workaround you're trying isn't working. To debug this, we...