PySimpleGUI

Results 1145 comments of PySimpleGUI

Are "Context Menus" what we call "Right Click Menus"? And, thank you for opening an issue!

"Right Click Menus" are covered in Lessons 8 and 35. Lesson 8 is about "Common parameters" that all elements share. The right_click_menu parameter is the one discussed. That lesson references...

Sorry I missed seeing this.... I'll find out. I thought it was the paths setting under Additions tab.

It's not... the PSG 5 version of web was paused to make sure the tkinter and Qt ports went smoothly and the website remained stable. It ended be being just...

This may not be of any help at all.... When working on an answer to this issue over the weekend https://github.com/PySimpleGUI/PySimpleGUI/issues/6765 I discovered and used a method I've not used...

![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/824fe563-f45f-4c4c-978e-f7ab2de54966) Well.... you would know.... you are the wizard! And correct too.... I had never looked at the tkinter code for pack. Fascinating to see that we're not the only...

Yea, this is another one of those Styling problems I have with tkinter. I've got someone looking at how to deal with these ttk objects and styling. It's a difficult...

Ah, I recall changing the scrollbar code, likely this area, to deal with a scrollbar issue a few weeks ago that you helped make a fix for in the user's...

Fixed in 5.0.6.14... At least for me, and I hope for you too 🤞🏼