[issue39177] In tkinter, simple dialogs, askstrings, etc. with flexible coordinates and no viewable parent.

Serhiy Storchaka report at bugs.python.org
Fri Dec 25 16:51:09 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Issue42685 improved positioning of dialog windows. Now they are centered at the parent window or screen if there is no parent. It corresponds to behavior of Tk message boxes.

Issue42721 made dialogs be usable without default root window. Temporary hidden root window can be creat3ed for the time of life of the dialog.

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39177>
_______________________________________


More information about the Python-bugs-list mailing list