Re: Tk MouseWheel Support

2013-03-02 Thread Dave Angel
On 03/02/2013 06:01 PM, Mark Lawrence wrote: On 02/03/2013 21:47, enid...@gmail.com wrote: that code and other mousewheel code arent working on my pc running windows 7 32bit python 2.6 and Mouse USB whats the solution ? Post something that we can read, or do I give up on Thunderbird? :)

Re: Tk MouseWheel Support

2013-03-02 Thread Terry Reedy
On 3/2/2013 6:01 PM, Mark Lawrence wrote: On 02/03/2013 21:47, enid...@gmail.com wrote: that code and other mousewheel code arent working on my pc running windows 7 32bit python 2.6 and Mouse USB whats the solution ? Post something that we can read, or do I give up on Thunderbird? :) In tbi

Re: Tk MouseWheel Support

2013-03-02 Thread Chris Angelico
On Sun, Mar 3, 2013 at 10:01 AM, Mark Lawrence wrote: > On 02/03/2013 21:47, enid...@gmail.com wrote: >> >> that code and other mousewheel code arent working on my pc >> >> running windows 7 32bit python 2.6 and Mouse USB >> >> whats the solution ? >> > > Post something that we can read, or do I g

Re: Tk MouseWheel Support

2013-03-02 Thread Mark Lawrence
On 02/03/2013 21:47, enid...@gmail.com wrote: that code and other mousewheel code arent working on my pc running windows 7 32bit python 2.6 and Mouse USB whats the solution ? Post something that we can read, or do I give up on Thunderbird? :) -- Cheers. Mark Lawrence -- http://mail.python

Re: Tk MouseWheel Support

2013-03-02 Thread enidoku
that code and other mousewheel code arent working on my pc running windows 7 32bit python 2.6 and Mouse USB whats the solution ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Tk MouseWheel Support

2011-03-15 Thread Greg Couch
On Mar 10, 1:37 pm, Corey Richardson wrote: > On 03/10/2011 03:35 PM, Corey Richardson wrote: > > > Middle button is Button-3 IIRC, and I think it'd be MouseUp and > > MouseDown. I'm really not sure though. > > It's Button-2 rather. > > -- > Corey Richardson Middle button is button-3 on Mac OS X,

Re: Tk MouseWheel Support

2011-03-11 Thread Dick Holmes
On Thu, 10 Mar 2011 21:56:52 +0100, Alexander Kapps wrote: >Can you post your code please (if it's too long, strip it down to >the smallest program which still shows the problem.) First, thanks to MRAB for showing me how to get the wheel working. In the following code (Windows only), rolling

Re: Tk MouseWheel Support

2011-03-10 Thread Alexander Kapps
On 10.03.2011 21:28, Richard Holmes wrote: I am trying to use the mouse wheel to scroll a list box, but I'm not getting the event. When I bind "" to the listbox I get the event and I'm able to scroll using yview_scroll. I've tried binding "MouseWheel" and"", and I've also tried"" and "" even thou

Re: Tk MouseWheel Support

2011-03-10 Thread MRAB
On 10/03/2011 20:28, Richard Holmes wrote: I am trying to use the mouse wheel to scroll a list box, but I'm not getting the event. When I bind "" to the listbox I get the event and I'm able to scroll using yview_scroll. I've tried binding "MouseWheel" and"", and I've also tried"" and "" even thou

Re: Tk MouseWheel Support

2011-03-10 Thread Corey Richardson
On 03/10/2011 03:35 PM, Corey Richardson wrote: > Middle button is Button-3 IIRC, and I think it'd be MouseUp and > MouseDown. I'm really not sure though. It's Button-2 rather. -- Corey Richardson -- http://mail.python.org/mailman/listinfo/python-list

Re: Tk MouseWheel Support

2011-03-10 Thread Corey Richardson
On 03/10/2011 03:28 PM, Richard Holmes wrote: > I am trying to use the mouse wheel to scroll a list box, but I'm not > getting the event. When I bind "" to the listbox I get the > event and I'm able to scroll using yview_scroll. I've tried binding > "MouseWheel" and "", and I've also tried "" and >