[Python-bugs-list] [ python-Bugs-834351 ] Mouse wheel crashes
program
SourceForge.net
noreply at sourceforge.net
Sun Nov 2 13:37:11 EST 2003
Bugs item #834351, was opened at 2003-11-02 01:37
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=834351&group_id=5470
Category: Tkinter
Group: Python 2.2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Gary Richardson (garyrxx)
Assigned to: Martin v. Löwis (loewis)
Summary: Mouse wheel crashes program
Initial Comment:
The following program (by Michael Peuser) crashes as
soon as the mouse wheel is moved. See my post to
c.l.p. on Oct 29.
Gary Richardson
#-------------------------
from Tkinter import *
def _onMouseWheel(event):
print event
root = Tk()
root.bind('<MouseWheel>',_onMouseWheel)
root.mainloop()
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2003-11-02 19:37
Message:
Logged In: YES
user_id=21627
What operating system are you using?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=834351&group_id=5470
More information about the Python-bugs-list
mailing list