Jason Yang
Jason Yang
Maybe you can refer issue #5381.
tkinter 8.6.11 ? I thought it is happened only tkinter 8.6.12. There's still problem on my Win10/tkinter8.6.12, but only shrink on first matplotlib show. Duplicate issue, refer Issue #5410
I forgot something about it. It only happened at version 3.5.1 for matplotlib, now also for 3.5.2.
> It will return `'None'` string if the color-chooser window closed by X-button or `'Cancel'`, then the content of Input element will be `'None'`, not None or not changed. Refer...
This issue should be done, so close it now. > Hi - Since you're in the ColorChooser code :), I noticed it appears to be missing the standard parameter of...
> The documentation says pad=1 should work; it doesn't work under Qt. IMO, what you read all for PySimleGUI (tkinter port), not for PySimpleGUIQt (Qt port). In the beginning, the...
Try this ```python import PySimpleGUIQt as sg from PySide2.QtWidgets import QDesktopWidget def move_to_center(window): qwidget = window.QT_QMainWindow qr = qwidget.frameGeometry() cp = QDesktopWidget().availableGeometry().center() qr.moveCenter(cp) qwidget.move(qr.topLeft()) x, y = location = (100,...
> finalize > If True then the Finalize method will be called. Use this rather than chaining .Finalize for cleaner code Before window finalized, only PySimpleGUI architecture created from layout,...
Maybe you can insert code after `StartupTK` called. IMO, that's all, we cannot supply more help about this for it is out of the scope here, and may make something...
### Document on Web > For the primary PySimpleGUI documentation go to http://www.PySimpleGUI.org(http://www.PySimpleGUI.org). HOWEVER, bear in mind that is the tkinter version. But it's the best documentation for the package...