PySimpleGUI

Results 1145 comments of PySimpleGUI

A key can be any hashable object. This means it can't be a list for example. Chooser Buttons' targets are a special case. They can be either a key or...

Hmmmmm..... Wondering what fixed the original problem. One thing that I did that you did not was put sizes on everything that generally needs a size. Another person also had...

I'm really confused. I can't tell if I made a change previously where it worked OK or not. The "it worked nicely/amazing" had an edit at the end that made...

When you say "updated" do you mean you got the latest code from GitHub or you did a pip install update?

Ah, please get the latest from GitHub. Download the PySimpleGUI.py file and place in your folder with your application. This will get you the latest and not yet released version....

I looked further at your Gist. The idea of adding padding based on a calculation is going to be highly system and font dependent. My assumption for your program is...

Padding - after giving this more thought.... if adding padding to the bottom, or top, helps, then rather than pad in pixels, how about padding by adding rows? This will...

Another item I wanted to ask about was why does window resizing have to be enabled. Is this happening only when the window is resized after creating it? Normally windows...

I'm surprised this feature still works. It was written SO long ago. I would re-do it now using the UserSettings instead of pickle. That would be the easiest method (thinking...

> I'm just working my way through the docs and examples learning as I go. You are one very thorough learner! This feature has been in my unconscious mind for...