MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

oh wow!!! As soon as I get Images to work, I'll be able to run the Uno game in a browser!

Can you tell me how to put a Base64 Image into an Image widget? It only takes filenames and I'm unsure how to do it other than writing as a...

I only just now implemented the SuperImage class. Sorry it took SO long for me to add. It seems to be working great for my normal images, but I'm struggling...

And here's a repl.it that has my code and the demo program. https://repl.it/@PySimpleGUI/Drawing-Primitives-using-Remis-Svg-Widget If you click the Draw button, it'll draw a bunch of stuff in the blue box. If...

Here's my "Draw Image" code. No matter what I try, the image is always added to the right of the Svg light blue square. I want it to be drawn...

I continue to struggle with the scrolling widgets. I really need the ability for my `Output` Element to be able to convert the users "print" statements into a scrolling portion...

Thank you! Let me know how I can help. I will code up some test code that is short and succinctly demonstrates the problems. (thank you again for all the...

I have not yet but will today. I'm sorry I was slammed through the weekend! Still trying to push out 2 releases along with synchronized docs.

OK! This indeed did work for the MultilineOutput element!!!! Now I'm trying to fix the same problem on my Output Element. This element re-reroutes stderr and stdout. When I'm creating...

You know, I could SWEAR that that the "Output element" is working in the first screen shot I took, because it's being controlled directly by Remi, but yet now it's...