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 roger.serwy
Recipients doko, eric.araujo, gpolo, kbk, ned.deily, roger.serwy, terry.reedy
Date 2012-02-05.04:24:00
SpamBayes Score 0.0002623472
Marked as misclassified No
Message-id <1328415842.51.0.951099805605.issue964437@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a reworked patch to handle the nonmodal help dialog.

It replaces the decorator _singledialog with a call to a singleton HelpDialog class. The class creates the textView widget using as its parent the root Tk window instance instead of the EditorWindow's Toplevel.
Any EditorWindow instance calling "help_dialog" will cause the existing help dialog to be repositioned on top of it.
History
Date User Action Args
2012-02-05 04:24:02roger.serwysetrecipients: + roger.serwy, terry.reedy, doko, kbk, gpolo, ned.deily, eric.araujo
2012-02-05 04:24:02roger.serwysetmessageid: <1328415842.51.0.951099805605.issue964437@psf.upfronthosting.co.za>
2012-02-05 04:24:01roger.serwylinkissue964437 messages
2012-02-05 04:24:01roger.serwycreate