PySimpleGUI

Results 1145 comments of PySimpleGUI

Coming soon is a real system tray icon version of your program.....very soon.... Do you have a logo that you've made for your program?

![pingmote](https://user-images.githubusercontent.com/46163555/122759623-2854a600-d268-11eb-93bf-d09b1ae714b5.png) Your logo in the code I've been working with. Watch this space for more today on the system tray. It'll all be posted in a bit. I'll also send...

OK! As promised, back with more details. I've changed my version of pingmore to use the newly released psgtray feature. This system tray icon is for PingMote. The keyboard shortcuts...

This Demo Program does input validation: https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_Input_Validation.py You can also run it from the eCookbook here: https://docs.pysimplegui.com/en/latest/cookbook/ecookbook/examples/input-validation/

I think I'm missing something most likely.... if so, I'm sorry about that. Maybe these will help until I can return.... Tip #1 - don't call ```python window.disable() ``` Tip...

👆🏼 Sarcasm mixed with trying to be actually helpful. I hope it's read as such. It is meant to be helpful.

This issue is quite old. The worst that should happen is an exception due to the bad attribute "-disabled" ```python Go {} Traceback (most recent call last): File "/home/mike/PycharmProjects/pythonProject/test.py", line...

Look at the visibility feature. All elements have the ability to be set as invisible / visible. It's a little clunky at times. There was just a discussion on this...

One problem you may run into for the tkinter port is that the size won't change / shrink. It may be able to with some work. I just don't remember....

@crNewton take a look in the docs about "Visibility" https://pysimplegui.readthedocs.io/en/latest/#common-element-parameters I've been planning a Cookbook entry for visibility for some time. The Demo talked about the other day was this...