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 markroseman
Recipients markroseman, serhiy.storchaka, steven.daprano, terry.reedy
Date 2016-07-29.21:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469828818.06.0.287495142331.issue27621@psf.upfronthosting.co.za>
In-reply-to
Content
Terry, thanks for the TkDocs correction.

As you'll note from the attached dlgonmac.png, there's a bit of tweaking needed with regard to geometry management etc. to get the background right.

Now that ttk is ok (so to speak), would you be open to some patches that fix this up, a bit more akin to what you see in the 'query dialog' subsection if you scroll down a bit in http://www.tkdocs.com/tutorial/idle.html#idledialogs

Separately, would you be open to a patch changing things to use the "inline" error handling illustrated on the goto line dialog on that page (i.e. showing error message in query dialog in red vs. popping up an alert)?

Older code for that can be found here btw: https://github.com/roseman/idle/blob/master/querydialog.py
History
Date User Action Args
2016-07-29 21:46:58markrosemansetrecipients: + markroseman, terry.reedy, steven.daprano, serhiy.storchaka
2016-07-29 21:46:58markrosemansetmessageid: <1469828818.06.0.287495142331.issue27621@psf.upfronthosting.co.za>
2016-07-29 21:46:58markrosemanlinkissue27621 messages
2016-07-29 21:46:57markrosemancreate