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


Groups > comp.lang.python > #10310

Re: Validating Entry in tkinter

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'handler': 0.04; 'handlers': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'examples': 0.12; 'wrote:': 0.15; 'received:dip.t-dialin.net': 0.16; 'received:t-dialin.net': 0.16; 'insert': 0.19; "doesn't": 0.22; 'suspect': 0.25; 'work.': 0.28; 'effect': 0.28; 'from:addr:web.de': 0.30; 'changes': 0.31; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'there': 0.34; 'anything': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'text,': 0.38; 'think': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'your': 0.60; 'matter': 0.61; 'happen': 0.62; 'mouse': 0.67; 'special': 0.67
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Peter Otten <__peter__@web.de>
Subject Re: Validating Entry in tkinter
Date Mon, 25 Jul 2011 23:03:24 +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>
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
X-Gmane-NNTP-Posting-Host p5084b8ef.dip.t-dialin.net
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1475.1311627820.1164.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1311627820 news.xs4all.nl 23874 [2001:888:2000:d::a6]:53153
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10310

Show key headers only | 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