PySimpleGUI

Results 1145 comments of PySimpleGUI

The overall approach I try to take with GitHub issues is one of "help me help you". The more that can be done to help those of us providing support,...

You're satisfied with how things are working in your application and don't need my help, as stated, so I'll stop looking into this one. I would like to clarify an...

![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/c1452bb9-27fe-47ae-88c2-81c04d0b0f84) No bad day here... There are maybe some crossed communication wires and a couple of points that we can agree to disagree on. I appreciate you taking the time...

Another parameter to take a look at @jason990420 is `autoscroll=False` in all of the `cprint` calls. Not sure if that would cause problems, but it's not a typical construct.

With ya all the way @clarke-baxter > the best approach was to provide code that I knew would demonstrate the problem We've not had a difference there... the instructions are...

Again, thank you for the time you've put in and for providing a program that can be executed immediately. It's a huge help. I think you've given us all we...

This statement ```python current_scroll_position = self.TKText.yview()[1] ``` is part of the "Auto-Scroll only at bottom" feature. The variable is used later in the update call, here: ```python if self.Autoscroll: if...

Is reading the value of `yview()` passive? I thought reading the value had no impact. When the text is added to the widget, will tkinter also update the information that...

> Wow! You've certainly given me a ton of inspiration and plenty of things to look into. That's what I was going to say.

I'm really liking the addition of the SystemTray icon for your program. I don't have to "worry" about knowing if it's running or not. I can glance over and see.