Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:bug': 0.05; 'key.': 0.07; 'suppress': 0.07; 'tkinter': 0.07; 'inserted': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'tab': 0.09; 'cc:addr :python-list': 0.10; 'subject:Entry': 0.16; 'subject:Tkinter': 0.16; 'walzer': 0.16; 'wrote:': 0.17; 'widget': 0.17; 'trying': 0.21; "i'd": 0.22; 'cc:2**0': 0.23; 'kevin': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'i.e.': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'received:209.85.220.174': 0.29; 'character': 0.29; "i'm": 0.29; 'another': 0.33; 'entry': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'text': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'should': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'header:Received:5': 0.40; 'strange': 0.62; 'box.': 0.65; 'august': 0.66; 'happened.': 0.84; 'navigate': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4TFP8z0cnjBG6TieqqYUHfvhSUkI5QlJ3bPGu3p7Gng=; b=zI2Mn5Z6TcuWoKloHbJjuydpIPZcwzfkhX4hkr25Dqf1R4DEagIA85c1mp6i4vED0d VTWldA0H83Ry3QuJnLPzxYuOtB5+qK7nXn9NxwyiY8lWK3tT3Jxr1huVDpbDvuYlvklP i+FzDWGTUHvJqVHcpCt1K1uEezvZ4AzH9jOs74rvTCqz9x0PrJnSfqBAFOMdvJx3r0Qi JBGQVYgkPEcTN24YFyJVxBm1DaCtBNlbDtheebX3wOBdgOYcW0KfZXfZy9yP9HuRwXdr jrU+1FbVdtzf91E5kFI0ue60wlGp10yDbGQ0S8dQLS1FMlD4w+l0oQ3qCJWlDI1NCHba B2bQ== MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 31 Aug 2012 16:18:12 +0100 Subject: Re: Tkinter bug in Entry widgets on OS X From: Arnaud Delobelle To: Kevin Walzer Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346426294 news.xs4all.nl 6971 [2001:888:2000:d::a6]:50496 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28183 On 31 August 2012 15:25, Kevin Walzer wrote: > On 8/31/12 6:18 AM, Arnaud Delobelle wrote: >> >> I'm very inexperienced with Tkinter (I've never used it before). All >> I'm looking for is a workaround, i.e. a way to somehow suppress that >> output. > > > What are you trying to do? Navigate the focus to another widget? You should > use the tab bar for that, not the arrow key. The entry widget is a > single-line widget, and doesn't have up/down as the text widget does. I'm not trying to do anything. When a user presses the UP or DOWN arrow, then a strange character is inserted in the Entry box. I'd rather nothing happened. -- Arnaud