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: 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: References: <745ebc09-7233-4718-8a01-d49d2075c4d9@glegroupsg2000goo.googlegroups.com> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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)