macdeport

Results 56 comments of macdeport

Thanks for your nice piece of code as always. However, this code has exactly the same behavior on my macOS machine as mine (more embryonic): macOS can be "blamed" (sorry...

@PySimpleGUI @jason990420 https://github.com/PySimpleGUI/PySimpleGUI/issues/5584#issue-1265281563 > But this update of the color is only done when I click on this window. Yes, it is a bug for macOS user(s): color updating of...

> 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? Definitely yes with...

![floating-screenshot-224225](https://user-images.githubusercontent.com/26068595/172941160-0323a1ac-f1ea-4e50-b57d-2b88a20ce41d.jpg)

**You have the right order over actions happening** > Is it normal for the 3 colors in the upper left of the window to change to the gray colors as...

> Can you try this test? Thanks for your help and patience. You've been such a great help with debugging. It's super-appreciated! Sorry for my mistake. I run the right...

The FileBrowse dialog box exhibits these behaviors (macOS): button text white on black / button text (hover) text black on white ![filebrowse-1](https://user-images.githubusercontent.com/26068595/173088122-ec475abf-d734-4c69-bdff-0d63fa94a6aa.jpg) √ You click the "Browse" button and the...

> Is this different than with the Color Chooser? For that one, I thought a click of the window was required. The behavior of FileBrowse is slightly different because in...

> Do you have the patch turned on for no-titlebar in the Mac control panel? Here is my status ![floating-screenshot-083411](https://user-images.githubusercontent.com/26068595/170859884-e2c003a5-5c44-4e31-9f6e-136c864714a0.jpg) As far as I can verify this problem has not...

Demo_Desktop_Widget_CPU_Top_Processes.py little windows **don't keep on top** here So I try to find a fix... The fix I have found **here** is: ```python window = sg.Window('Top CPU Processes', layout, no_titlebar=True,...