PySimpleGUI

Results 1145 comments of PySimpleGUI

I didn't know Windows 11 has rounded corners.... thank you for sharing that bit of info @PETEROLO291. ![image](https://user-images.githubusercontent.com/46163555/158228087-76460ea2-5327-41f4-adcb-fe9c3a2dd538.png) The problem that we'll run into for other platforms is the alpha...

Sorry about that @PETEROLO291 .... no need to worry about the details. It was just a suggestion of something you can do, but you need some experience with PySimpleGUI and...

@meteorologmartin yes, it should work on the Mac. Can you please open an issue so that we can gather all the necessary information and give you a hand? When posting...

This one has come up a few times. I would be THRILLED if you would open an issue with the tkinter project! It would be nice to not have Mac...

Can you incluide the detailed tkinter version number> The reason I I asked that you open a new issue was to get that 8.6.X version number from you. I would...

Hi @vpapaioannou... can you please let me know what the detailed tkinter version is for your environment. I would like to understand exactly what version you've got. I am hoping...

It does help! Thank you! I should have listed this way of getting it as well: ```python print(sg.framework_version) ```

Thanks much! There's another batch of Demo updates on the way. I'm behind in getting them posted. I'll be sure and check them against this list as well. I don't...

Today I modified `window.FindElement` by removing the direct alias to find_element and also added a warning. It's first step in getting users off these PEP8 names. I don't want to...

@elibroftw I'll switch to using a decorator as thoroughly explained in the link you sent. My change was a really direct way, just for this 1 method. Before going to...