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


Groups > comp.lang.python > #10307

Re: Validating Entry in tkinter

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python@bdurham.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.032
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'from:addr:python': 0.09; 'message-id:@webmail.messagingengine.com': 0.09; 'x-mailer:messagingengine.com webmail interface': 0.09; 'examples': 0.12; 'from:addr:bdurham.com': 0.16; 'received:internal': 0.19; 'cc:2**0': 0.21; 'header:In-Reply- To:1': 0.22; 'received:10.202': 0.23; 'received:10.202.2': 0.23; 'received:66.111': 0.23; 'received:66.111.4': 0.23; 'received:messagingengine.com': 0.23; 'received:smtp.messagingengine.com': 0.23; 'malcolm': 0.30; 'changes': 0.31; 'to:addr:python-list': 0.34; 'there': 0.34; '(not': 0.35; 'thank': 0.35; 'charset:us-ascii': 0.36; 'anything': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'your': 0.60; 'header:Message-Id:1': 0.61; 'happen': 0.62; 'from:no real name:2**0': 0.62; 'special': 0.67
DKIM-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=Tx2JRoCHqIbWhNl5a02lFK/wKT8=; b=Pa0 D165z14IocsWZHmmUiDW3JWtMceij3rTVT3/+26RWR5Md8SoSiHL2YnCqRXE847M 3JC9sl1BbLxQNbH7tBkqLle2vUJOQxGMfQAp7SrE2QteXTRzyEfZxNp1SL9wPzqc FTN+IRuMZ3NCJwblGouk67SVYHgRRSWr497MrV2U=
X-Sasl-Enc I8HCtTdlqRrT+vTCy7dQM0bDQ6O/OTYKgjhwWZmp4x1a 1311625593
From python@bdurham.com
To python-list@python.org
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Content-Type text/plain; charset="us-ascii"
X-Mailer MessagingEngine.com Webmail Interface
In-Reply-To <j0keui$v5u$1@dough.gmane.org>
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>
Subject Re: Validating Entry in tkinter
Date Mon, 25 Jul 2011 16:26:33 -0400
Cc Peter Otten <__peter__@web.de>
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.1473.1311625597.1164.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1311625597 news.xs4all.nl 23847 [2001:888:2000:d::a6]:58016
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:10307

Show key headers only | View raw


Peter,

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?

Thank you,
Malcolm (not the OP)

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