PySimpleGUI
PySimpleGUI
The expand feature was added significantly after the initial development of the `Graph` and all the other elements for that matter. When expansion was added to the graph element, the...
BTW.... Thank you for the "Thanks"... they're really appreciated.  Thank you for taking the time to track down the underlying problem.  It helps with understanding and fixing problems...
Marking this as an enhancement so that the Graph element will better handle the expand events. Thanks again for being a great help all the way through from logging to...
Thank you for taking the time to submit this one. I know you've got lots of experience with the `Graph` element and thus bring real experience to this one. If...
> i though it would be a issue with pysimpleguiWEB, because on pysimplegui it works normal, that's what i don't get it. If you've got a bug, different environments changes...
Good question! On Windows, the window's title is shown on the taskbar, _**but**_, if you "pin" the application, it shows "python". I released a PySimpleGUI application called `psgshortcut` that creates...
Will an "Alias" help on the Mac? It sounds like a similar idea to a "Shortcut" on Windows.
Thank you so much for posting help for other Mac users! Where do you put a script like the one you posted?
Good suggestions, thanks for the submission. Please don't open a pull request. Please take a look at the [contributing.md](https://github.com/PySimpleGUI/PySimpleGUI/blob/master/CONTRIBUTING.md) file. If there are features not available in `popup`, then the...
I believe the problem will only happen when the popup is the first call. Normal windows don't have `modal` set by default, while `popup` windows do. The way modal in...