Re: How to restrict lenght of entry widget to certain number of character

2005-06-02 Thread Michael Onfrek
Ideed, good idea! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to restrict lenght of entry widget to certain number of character

2005-06-02 Thread Michael Onfrek
import Tkinter as tk Hi! Can you explain what line above mean? I also found : http://effbot.org/zone/tkinter-entry-validate.htm It works for me, but I not really understand how? :) Thanks for help! -- http://mail.python.org/mailman/listinfo/python-list

Re: How to restrict lenght of entry widget to certain number of character

2005-05-30 Thread Michael Onfrek
I'm using tkinter -- http://mail.python.org/mailman/listinfo/python-list

How to restrict lenght of entry widget to certain number of character

2005-05-29 Thread Michael Onfrek
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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Copy paste in entry widget

2005-05-29 Thread Michael Onfrek
I need it for Linux, so far only TkInter used. -- http://mail.python.org/mailman/listinfo/python-list

Copy paste in entry widget

2005-05-27 Thread Michael Onfrek
Hi, is copy, paste, cut of selection possible in entry widget? Docs say selection must be copied by default, in my programm it doesn't work. Regards, M.O. -- http://mail.python.org/mailman/listinfo/python-list