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 rabbidous
Recipients r.david.murray, rabbidous
Date 2011-08-11.12:09:04
SpamBayes Score 0.00036015912
Marked as misclassified No
Message-id <1313064545.82.0.335875415592.issue12723@psf.upfronthosting.co.za>
In-reply-to
Content
What about adding a validatecommand option like on Tkinter.Entry?

For what I am trying to do it was sort of a kludge to validate the entry because an empty string was invalid, but in the interface design, it would have been "rude" to validate after the dialog closes and then keep popping up another tkSimpleDialog.askstring until the input is correct. It almost makes askstring useless because I can't validate on close.

That wouldn't break backwards compatibility would it?
History
Date User Action Args
2011-08-11 12:09:05rabbidoussetrecipients: + rabbidous, r.david.murray
2011-08-11 12:09:05rabbidoussetmessageid: <1313064545.82.0.335875415592.issue12723@psf.upfronthosting.co.za>
2011-08-11 12:09:05rabbidouslinkissue12723 messages
2011-08-11 12:09:04rabbidouscreate