Bug 834351 - Mouse wheel crashes program

  • Thread starter Gary Richardson
  • Start date
G

Gary Richardson

Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?

#-------------------------
from Tkinter import *
def _onMouseWheel(event):
print event
root = Tk()
root.bind('<MouseWheel>',_onMouseWheel)
root.mainloop()
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

Gary said:
Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?

To my knowledge, it has not been fixed. I have not even tried to
reproduce it, yet. Contributions are welcome.

Regards,
Martin
 
A

Adonis

Gary said:
Has this bug been fixed in 2.3.5 or 2.4? Does it exist in XP systems?

#-------------------------
from Tkinter import *
def _onMouseWheel(event):
print event
root = Tk()
root.bind('<MouseWheel>',_onMouseWheel)
root.mainloop()

Works for me... WinXP SP2 Python 2.4 final

Adonis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top