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

Similar Threads


Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top