PySimpleGUI

Results 1145 comments of PySimpleGUI

The cookbook has been reworked significantly and will be released with PySimpleGUI 5 in the next few weeks.

There are a couple of possibilities.... one is that the use of rows by PySimpleGUI is a basic limitation, which it is. The other is that if a user codes...

One problem that we run into with really simple tkinter code that works is that PySimpleGUI uses a lot of "infrastructure" frames. You've pointed it out to users a number...

Oh, one other thing is that the way the expand and fill are coded now, they are tied together. If it fills, it expands. There is not an additional level...

BTW, the way I've been putting this new feature to use has been by adapting my existing demos, that I use daily. I have been removing the separate calls to...

One of the major differences is in the use of the `expand` parameter. It's is always set to `True` in PySimpleGUI when expand is used. As you've shown with the...

X-expansion has been one of the more difficult problems and one I've not been able to dedicate the time to working on. My apologies that this one has been a...

Oh, and thank you @DoctorNickel so much for your donation! ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/f449b93e-398c-496e-b360-9930785e96c0) **Really** appreciate the support!

I thought I had a quick workaround for you, but it's not working quite the way I thought it would, which is a little disconcerting as it's what I would...

The light bulb finally came on for why the color wasn't changing on a portion of the window. Every "Row" in a window is created from something I call a...