This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients aroberge, cheryl.sabella, miss-islington, serhiy.storchaka, taleinat, terry.reedy
Date 2019-05-28.09:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559034931.4.0.795491271818.issue37039@roundup.psfhosted.org>
In-reply-to
Content
I haven't found a way to maximize a hidden window; being "zoomed" and "withdrawn" are both considered "states" by Tk, and apparently a window cannot be in both states simultaneously.

An alternative is, when zooming the height:

1. save the current window position and size
2. maximize the current window
3. set the horizontal position and width to their original values

There is a visual artifact when doing so - the window is seen to maximize and then return to its original width.
History
Date User Action Args
2019-05-28 09:15:31taleinatsetrecipients: + taleinat, terry.reedy, aroberge, serhiy.storchaka, cheryl.sabella, miss-islington
2019-05-28 09:15:31taleinatsetmessageid: <1559034931.4.0.795491271818.issue37039@roundup.psfhosted.org>
2019-05-28 09:15:31taleinatlinkissue37039 messages
2019-05-28 09:15:31taleinatcreate