Michael Onfrek wrote:
> Hi!
> I'm playing with entry again and trying to restrict length of entry
> widget to certain number of character, so users cannot enter more
> character into it. Any ideas?
> Reg. Michael Onfrek
> 

What widget set are you talking about, wxPython pygtk, tkinter?

In wxPython:
<ctrl>.SetMaxLength(length)

Benedict
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to