In article ,
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 anot
On 1 September 2012 11:30, Peter Otten <__pete...@web.de> wrote:
> Arnaud Delobelle wrote:
>> It would be good if I could intercept the key press event and cancel its
>> action on the Entry widget. It's easy to intercept the key event, but I
>> haven't found out how to prevent the funny characters
Arnaud Delobelle wrote:
> On Friday, 31 August 2012, Dennis Lee Bieber wrote:
>
>> On Fri, 31 Aug 2012 15:41:01 GMT, Alister
>>
>> >
>> declaimed the following in gmane.comp.python.general:
>>
>> > I agree that it is unexpected in a single line entry box but isn't the
>> 1st
>> > rule of user in
On Friday, 31 August 2012, Dennis Lee Bieber wrote:
> On Fri, 31 Aug 2012 15:41:01 GMT, Alister
>
> >
> declaimed the following in gmane.comp.python.general:
>
> > I agree that it is unexpected in a single line entry box but isn't the
> 1st
> > rule of user interface design to assume the user is
On 31 August 2012 16:41, Alister wrote:
> On Fri, 31 Aug 2012 11:21:14 -0400, Kevin Walzer wrote:
>
>> On 8/31/12 11:18 AM, Arnaud Delobelle wrote:
>>
>>
>>> 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
>>
On Fri, 31 Aug 2012 11:21:14 -0400, Kevin Walzer wrote:
> On 8/31/12 11:18 AM, Arnaud Delobelle wrote:
>
>
>> 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.
>>
> Why is the user
On 8/31/12 11:18 AM, Arnaud Delobelle wrote:
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.
Why is the user doing that? If they are trying to navigate to a
different part of the int
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 fo
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, n