PySimpleGUI
PySimpleGUI
> But this update of the color is only done when I click on this window. When does the print of event and value happen?
The moment you close the color chooser dialog, you should see the event printed that indicates the input element was updated. Do you see this event? Or is it delayed...
Wait, which program are you running? As you can see, I'm running your original _**simple**_ program. For debugging these kinds of things, the simpler the better. No debug print window...
Pefrect! Very good. Lemme make sure I have the right order over actions happening: * You click the "Color" button and the OS color chooser dialog box opens * You...
The test I'm looking for is a different dialog box... it's the file browse dialog box, not the color chooser dialog box. (i.e. the code in the comment)
To be clear.... The `FileBrowse` dialog box exhibits these behaviors: - You click the "Browse" button and the OS File Browse dialog box opens - You choose a file &...
Thank you so much! > button text white on blue if the mousse cursor is moved Is this different than with the Color Chooser? For that one, I thought a...
There may be a problem with both no titlebar and keep on top on the Mac. Do you have the patch turned on for no-titlebar in the Mac control panel?...
I see you're running 8.6.12, so the patch may not apply according to the control panel. Please check to see if this is a duplicate issue.
I'm confused by the fix you're proposing or if you're proposing a fix. Can you explain what you mean by: > Finally the replacement of > > keep_on_top=True > >...