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


Groups > comp.lang.python > #28183

Re: Tkinter bug in Entry widgets on OS X

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 <arnodel@gmail.com>
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 <k1qhgn$me0$1@dont-email.me>
References <mailman.4004.1346408318.4697.python-list@python.org> <k1qhgn$me0$1@dont-email.me>
Date Fri, 31 Aug 2012 16:18:12 +0100
Subject Re: Tkinter bug in Entry widgets on OS X
From Arnaud Delobelle <arnodel@gmail.com>
To Kevin Walzer <kw@codebykevin.com>
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 <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.4.1346426294.27098.python-list@python.org> (permalink)
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

Show key headers only | View raw


On 31 August 2012 15:25, Kevin Walzer <kw@codebykevin.com> 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

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


Thread

Tkinter bug in Entry widgets on OS X Arnaud Delobelle <arnodel@gmail.com> - 2012-08-31 11:18 +0100
  Re: Tkinter bug in Entry widgets on OS X Kevin Walzer <kw@codebykevin.com> - 2012-08-31 10:25 -0400
    Re: Tkinter bug in Entry widgets on OS X Arnaud Delobelle <arnodel@gmail.com> - 2012-08-31 16:18 +0100
      Re: Tkinter bug in Entry widgets on OS X Kevin Walzer <kw@codebykevin.com> - 2012-08-31 11:21 -0400
        Re: Tkinter bug in Entry widgets on OS X Alister <alister.ware@ntlworld.com> - 2012-08-31 15:41 +0000
          Re: Tkinter bug in Entry widgets on OS X Arnaud Delobelle <arnodel@gmail.com> - 2012-08-31 20:05 +0100
          Re: Tkinter bug in Entry widgets on OS X Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-31 15:30 -0400
          Re: Tkinter bug in Entry widgets on OS X Peter Otten <__peter__@web.de> - 2012-09-01 12:30 +0200
          Re: Tkinter bug in Entry widgets on OS X Arnaud Delobelle <arnodel@gmail.com> - 2012-09-01 13:56 +0100
    Re: Tkinter bug in Entry widgets on OS X "Russell E. Owen" <rowen@uw.edu> - 2012-09-13 13:33 -0700

csiph-web