Jim Wygralak
Jim Wygralak
### DATA: Just chiming in to report that I'm seeing this issue with the following freshly installed: Python 3.10.4 tkinter 8.6.12 PySimpleGUI 4.57.0 OS is Windows 10 As others have...
> You can change the settings by > > ```python > import PySimpleGUI as sg > > sg.PySimpleGUI.DEFAULT_TOOLTIP_OFFSET = (0, -20) # Default offset (dx, dy) relative to the position...
Aren't the mechanics of downloading a file, to save it, and PUTing a file to load it reasonably generic? Perhaps not, since you're dealing with a client-side memory resident object...
I created a couple of examples here. https://gist.github.com/4450435 This code and perhaps some screen shots of the resulting objects should be put into the Wiki. Should there be a separate...
Mark, You have a good point. The examples I provided are full runnable programs. They should probably live in a repo somewhere. There should be a library of example code...
I'll see about getting my examples into the repo. I'm also happy to assist with writing docs for the wiki. (I've already made some additions) Docs and example code go...
Ah. Yes. That would be a manual workaround.