PySimpleGUI

Results 1145 comments of PySimpleGUI

I dunno if I would say "All". unless you tried it on my Windows 11 machine when I wasn't watching it. It's run fine for me on 3.10, etc. Quite...

> no_titlebar=True makes the window appear on all desktops on Windows 11 I think perhaps understanding this statement is key to understanding the problem. Can you record your screen so...

Ah.... **Virtual Desktops** That's the keyword here. Windows without Titlebar appear on all Virtual Desktops on Windows 10 and 11. I don't know about Windows 7. I think it's likely...

This is the expected behavior. It's how other programs are treated that don't have a titlebar. Basically, a "new desktop" is a copy of your current one including the icons...

For something quick and dirty, you can call: ```python window.ding() ```

Coupon Code: D5570C66DBD8E42C7963 Coupon link: https://www.udemy.com/course/pysimplegui/?couponCode=D5570C66DBD8E42C7963

Since there's activity in this issue... an update for you @MichaelODeli .... The Call Reference documentation is generated from the docstrings. The tkinter port has them all, of course, and...

No problem... I'm getting SVG versions. > have you ask the Python Software Foundation to use a modified / shofted version of the "two snakes" logo in yours? Thank you...

Got it! Thank you. Sorry I didn't do more research by looking at other issues, and reading the instructions thoroughly. I appreciate the help. ![image](https://user-images.githubusercontent.com/46163555/182159988-236454d2-a759-414b-a73e-a9f53ec9abca.png)

I wrote this little program last week that uses vlc to play a video. It shows a button that will disappear when clicked, play a video, and then reappear when...