Jason Yang

Results 301 comments of Jason Yang

> @jason990420 wrote: > > > The root cause is not the wrong format provided by programmer. > > I tend to disagree on that: see the additional comment on...

It looks like that the option `subsample` of Image element only work when it initiated, after that, not work anymore for following methods - update if not specified option `subsample`...

> It looks like that the option subsample of Image element only work when it initiated, after that, not work anymore for following methods > - update if not specified...

> Some gifs, probably optimised ones, only display the pixels that changed in contrast to a previous frame per image, leaving the remaining pixels blank/translucent. IMO, it's not true. -...

![cat](https://user-images.githubusercontent.com/55352169/171643096-9e76340a-f143-41c3-96f6-2d552dbc9916.gif)

It looks like something wrong to work by using `tk.PhotoImage`. Following code show the same failure. (using the GIF I posted, there're 12 frames and saved as 'cat.gif') ```python import...

It is not processed mainly under PySimpleGUI, and you need to build a handler by yourself. To update output, I create a buffer for all output content. Format of output...

Yes, as you said. I think it's a bug in old code and only correct when width = height. for example, I want to size (3, 5) to (6, 10),...

Sorry about that I just find a working solution and provide a suggestion. Not sure which one is best, anyway, I am not good at PySimpleGUI, also at logging. :-)...

Output element already redefined as a subclass of Multiline element. If nothing wrong, now it can be `TKText`, `Widget`, or `widget` after 4.58.0.