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 ronLongo
Recipients Longorh, gpolo, ronLongo
Date 2008-07-17.05:40:20
SpamBayes Score 0.00035813134
Marked as misclassified No
Message-id <1216273222.84.0.351120638053.issue2638@psf.upfronthosting.co.za>
In-reply-to
Content
Correct.  overrideredirect only enables/disables borders.  However, 
what appears as a "flash" when the dialog box first appears is actually 
a window with only borders being drawn (no contents).  Disabling 
borders BEFORE drawing anything prevents this "flash".  I cannot say if 
this "flash" occurs on all platforms, but it does occur on all windows 
XP platforms that I've tried it on.  In each of these cases the "fixed" 
tkSimpleDialog.py prevents this "flash".  While not vital to 
application reliability, this fix does make applications appear more 
professional.
History
Date User Action Args
2008-07-17 05:40:23ronLongosetspambayes_score: 0.000358131 -> 0.00035813134
recipients: + ronLongo, gpolo, Longorh
2008-07-17 05:40:22ronLongosetspambayes_score: 0.000358131 -> 0.000358131
messageid: <1216273222.84.0.351120638053.issue2638@psf.upfronthosting.co.za>
2008-07-17 05:40:22ronLongolinkissue2638 messages
2008-07-17 05:40:21ronLongocreate