PySimpleGUI
PySimpleGUI
I see now also that I need to add Menu-key support for top level menu items. Before there was no need because they couldn't generate events. I did handle the...
Got it! I have not yet worked on the `MenubarCustom` solution. I worked only on the `Menu` one so far. Thank you for the clarification. I wanted to make sure...
Ah.... the `None` value in the dictionary was one I was fighting for a number of hours!!  I didn't specify my lambda correctly and took me forever to figure...
Here's an example of the `None` value for `Menubar` in the values dictionary (note, I made a change in 5.0.6.7 that fixes the formatting of the printing of the values...
Working to get this Menu Element changes completed. Just a few more things to go. New release posted 5.0.6.8 that allows Menu-Keys to be used at the top-level of the...
Does these issues have any information that may be of help to you? I've not done an exhaustive search. I'm **sure** Jason will have some magic. In the meantime, thought...
Like all enhancements, I'll need to get past the PSG 5 launch over the next few days before I can get my bearings and do anything of substance. If you're...
> you have an idea of what would have to be done to implement this as a feature? Vaguely at best. There's a huge backlog that we're looking at here...
Very good! It looked like that function had the key member variables that would get you to where you were wanting to go. Glad you've got something working for the...
The problem is Python 3.11 in this case. PySide2 is not available for Python 3.11. The current version of PySimpleGUIQt does not yet support PySide6, but the soon to be...