PySimpleGUI
PySimpleGUI
Way to go Jason! NICE! For now, @mienkina, use the workarounds provided. I've got to work this change into the APIs themselves. That's going to take a little bit. All...
Thanks for all the hard work on this one! I recommend staying away from the `CalendarButton` if possible and instead use the technique Jason posted with a button that calls...
@jason990420 what version of tkinter are you running that hits the problem?
I'm not able to replicate the problem on Windows that's shown in Jason's GIF. I modified the code to add the Python and tkinter info. I tried on 8.6.6 and...
Ah... right.... it's a popup so they will get separated, even if modal is set and the titlebar is added: ```python sg.popup_get_date(modal=True, no_titlebar=False) ``` The same is true for all...
Thank you both very much! Memory leaks are awful... really appreciate you spending the time to track them down. We're all better off getting these plugged. I'll get them into...
Great points on everything you've posted @MichaelODeli .... it's good stuff... thank you for taking the time to detail out these specific areas. You're right that a call reference is...
You could create something like this using a Graph element. I would be really interested if you gave it a shot! There was a custom slider done a long time...
I like your "too much time"! Thank you ... excellent catches. We've just missed the PySimpleGUI bus this weekend... the 4.57.0 release posted to PyPI a few minutes ago, so...
I need to have another look at PyGame in general. The 2.0 version of PyGame no longer embeds in the PySimpleGUI window but instead is shown in a separate window....