How to limit number of characters entered in the field using tkinter

by: vitors@gmail.com, 9 years ago


Hi,

How to limit number of characters entered in the field using tkinter, with width tried but failed.



You must be logged in to post. Please login or register an account.



There is no built in way to do it. You can check here: http://stackoverflow.com/questions/6174390/how-to-set-maximum-width-in-characters-for-the-text-widget

Or here:

http://effbot.org/zone/tkinter-entry-validate.htm

for a way to manually do it.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.


thanks for help

-vitors@gmail.com 9 years ago

You must be logged in to post. Please login or register an account.