PySimpleGUI

Results 1145 comments of PySimpleGUI

Tanay and I are meeting later this morning. I don't intend to punt, again, on the Mac running less than 8.6.10. As you can see from this one issue I...

DONE! Tanay came through for us!! I've made some changes based on his findings. It took a while to find it. The problem was that I set the alpha channel...

It would be helpful for you to use the Mac control panel as that's the new feature in this release that controls these settings. I doubt most users want to...

> I do not know why the * Applying Mac no_titlebar patch * appears twice if I am not calling anymore sg.set_options. This is because the new feature, the "Mac...

The jumpiness must be due to grab anywhere being set for the window. It's odd, but I suppose shouldn't be a surprise, but it appears that unlike on Windows, tkinter...

The new grab anywhere code may make it worse so I'll look at this code to see what's up. I do see an axis initial jump that must be because...

Tooltips should be working fine if no titlebar windows are working. They are directly linked. Right click menus are a question of button. I believe the middle button is what...

4.45.0.40 has a change to the grab anywhere code. It's smooth on Windows. On Linux there's an initial offset jump due to titlebar and menubar if you're running sg.main(). If...

I've got another idea that may work better if that one doesn't work out.

4.45.0.41 Is the best I've done so far on both Windows and Linux. Works really well with no titlebar. When there is a titlebar and it is not used to...