Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10310

Re: Validating Entry in tkinter

From Peter Otten <__peter__@web.de>
Subject Re: Validating Entry in tkinter
Date 2011-07-25 23:03 +0200
Organization None
References <745ebc09-7233-4718-8a01-d49d2075c4d9@glegroupsg2000goo.googlegroups.com> <j0jnmc$r8j$1@solani.org> <j0k8sg$lrp$1@dough.gmane.org> <j0keui$v5u$1@dough.gmane.org> <1311625593.6700.2155768449@webmail.messagingengine.com>
Newsgroups comp.lang.python
Message-ID <mailman.1475.1311627820.1164.python-list@python.org> (permalink)

Show all headers | View raw


python@bdurham.com wrote:

> How would your examples work with text being inserted or deleted via the
> clipboard?
> 
> Is there anything special that would have to happen for changes to a
> widget's value as the result of one of these events?

I think it doesn't matter whether you type in text, or insert it with Ctrl+V 
or the middle mouse button. The validatecommand handler is always triggered.

I suspect achieving the same effect with Button/KeyPress handlers would 
require significantly more work.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Validating Entry in tkinter Saul Spatz <saul.spatz@gmail.com> - 2011-07-25 05:12 -0700
  Re: Validating Entry in tkinter Peter Otten <__peter__@web.de> - 2011-07-25 14:31 +0200
    Re: Validating Entry in tkinter Terry Reedy <tjreedy@udel.edu> - 2011-07-25 13:24 -0400
    Re: Validating Entry in tkinter Peter Otten <__peter__@web.de> - 2011-07-25 21:08 +0200
      Re: Validating Entry in tkinter rantingrick <rantingrick@gmail.com> - 2011-07-25 12:55 -0700
    Re: Validating Entry in tkinter python@bdurham.com - 2011-07-25 16:26 -0400
    Re: Validating Entry in tkinter Peter Otten <__peter__@web.de> - 2011-07-25 23:03 +0200
    Re: Validating Entry in tkinter "Malcolm Greene" <mgreene@bdurham.com> - 2011-07-25 17:54 -0400

csiph-web