PySimpleGUI

Results 1145 comments of PySimpleGUI

Ah, I see.... I use the conditions in the "Get Versions For GitHub" that is in the Report and Issue tab. I'll add it to the main display and see...

I would really like to get this issue closed so you can have the results you're looking for... so let me try one more time to summarize and then we...

Do do you think about this Bob? ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/531590e3-a087-480f-a767-653e3f933523)

You're quite welcome! Thank you for the "thanks"! Love it when our users appreciate Jason's contributions. I knew he would quickly come up with a way to get this working...

I see highlights when running Jason's code. The existing Menu element also highlights.

The operating system defines the colors used on Menubars. The `MenubarCustom` element was created so that the Menubar itself can have the colors change. The highlight color is not broken...

You need a MenubarCustom if using a Custom Titlebar. You can use a MenubarCustom without a Custom Titlebar. You can't mix a normal Menu with a custom titlebar.

I was able to run Jason's example with no errors. Do you have a different **menu definition** that you're using @Whitelegs ? Or perhaps changed `Menu` to `MenubarCustom`? EDIT -...

I added this enhancement to maint release 5.0.6.6. I want to spend more time testing it. It took me longer today that it should have to add it..... I got...

Hey @jason990420 I can't quite tell in your last comment if for 5.0.6.6 caused you problems with the example from before was used for your work-around? This one: ```python import...