data entry validation with Tkinter

Ken Guest kwg at renre-europe.com
Tue Aug 7 09:01:26 EDT 2001


On 07 Aug 2001 13:16:36 +0100, Martin Franklin wrote:
> Ken,
> 
> Take a look at the Pmw (Python Mega Widgets)
> they've got an EntryField with validation plus some
> built in validators (including dates, numbers, etc)
> I use it for validating filenames.

hi Martin,
thanks for that, but I'm  fairly much committed to using tkinter.
Can they both (tkinter and pmw) coexist within the same application?
That might make things more likely to be reconsidered
(as we're migrating a tcl+tk app over to python and really don't
want to change too much of it too quickly).


thanks

Ken.





More information about the Python-list mailing list