Message 64340 - Python tracker

Message64340

Author gpolo
Recipients doko, gpolo, kbk
Date 2008-03-22.21:35:52
SpamBayes Score 0.028722143
Marked as misclassified No
Message-id <1206221754.24.0.510703857446.issue964437@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

This patch makes Help dialog executes as nonmodal. I added a new button
at textView.py to demonstrate the behavior, also, I created a decorator
called _singledialog at EditorWindow so just one Help window executes at
a time, trying to start a new brings the current one to the front.

I hope this issue is not totally dead, so someone could review and
possible apply.
History
Date User Action Args
2008-03-22 21:35:54gpolosetspambayes_score: 0.0287221 -> 0.028722143
recipients: + gpolo, doko, kbk
2008-03-22 21:35:54gpolosetspambayes_score: 0.0287221 -> 0.0287221
messageid: <1206221754.24.0.510703857446.issue964437@psf.upfronthosting.co.za>
2008-03-22 21:35:53gpololinkissue964437 messages
2008-03-22 21:35:53gpolocreate