PySimpleGUI

Results 1145 comments of PySimpleGUI

Is this PyDroid3?

Another question for you.... Are you able to run in Trial Mode?

> Yes its pydroid, and I can actually go in trial mode, but I dont want the screen with "TRIAL MODE 30 DAYS" in the way Thank you! I need...

There was a problem with a small number of keys. The fix is in 5.0.3 that is now on PyPI. Can you please try upgrading to this release and see...

I made an announcement about the license box problem yesterday. It was fixed. Your key was sent via email as an attachment also. We're having trouble with logins this morning....

`read_all_windows` is an "area of priority" for sure. It's something I'm looking forward to getting back to finishing up. There are several features that aren't quite in there and appears...

Thank you for reminding me about this with the close/re-open. I'll drop in the change today. It's been in the back of my mind but needed to get to the...

I used this test harness to test it out...I don't have a lot of Demo Programs that use the Sizer Element. If you have some to try, by all means...

Oh... I didn't read through the entire issue to get the code right.... oy...

## 4.61.0.204 I ended up going with this code so that we're backward compatible. ```python def Sizer(h_pixels=0, v_pixels=0): """ "Pushes" out the size of whatever it is placed inside of....