MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

I changed the MidiFile.play method by introducing a "scalar". I simply modify the time based on a scale value. Works great for what I need to do. ```python def play(self,...

I'm a tad confused by what you're looking for, but would be glad to help.

Maybe a toolbar would be good for your program?

Or even a floating toolbar perhaps

I wouldn't make it a floating one. Maybe one just under the Menubar across the top. Or maybe on the bottom, or along the edge? Then again, a floating one...

The above code does what I expected. It's showing 30 multiline elements. I added the counter to your text element When I normally scroll to the bottom, I see this....

To be clear, Mac sucks with tkinter. It's most likely, highly likely, would bet on it, a Mac only issue.

Wanting to verify we're on the same page with a number of facts about PySimpleGUI. Just to make sure, you've downloaded the latest PySimpleGUI.py file from GitHub? You should likely...

I copied and pasted your code as it was and it worked. Didn't add any sizes. One topic that I'm adding to the ReadMe this week/weekend (finally now that the...