Re: Multiplicity and Asininity in Tkinter Event API

2011-07-15 Thread Chris Angelico
On Fri, Jul 15, 2011 at 11:54 PM, rantingrick wrote: > Ok Mr. Pedantic. I suppose for unity sake we should use the sequence > name "" instead of . I'll give you that one. > It is very significant; if you call it Click, people will assume it means Press, Release within a certain maximum time and w

Re: Multiplicity and Asininity in Tkinter Event API

2011-07-15 Thread rantingrick
On Jul 15, 1:17 am, Chris Angelico wrote: > On Fri, Jul 15, 2011 at 8:34 AM, rantingrick wrote: > >   > >   > >   > >   > >   > >   > > > That's it. Go ahead, try to prove me wrong! > > Does MouseClick mean Mouse Button Down, or does it mean Mouse Button > Pressed Then Released Within A Short Tim

Re: Multiplicity and Asininity in Tkinter Event API

2011-07-14 Thread Chris Angelico
On Fri, Jul 15, 2011 at 8:34 AM, rantingrick wrote: > >   >   >   >   >   > > That's it. Go ahead, try to prove me wrong! > Does MouseClick mean Mouse Button Down, or does it mean Mouse Button Pressed Then Released Within A Short Time Without The Mouse Moving In Between? Both events are needed.

Multiplicity and Asininity in Tkinter Event API

2011-07-14 Thread rantingrick
# Multiplicity and Asininity in Tkinter Event API! # The problems with Tkinter events are two fold