| Store | Cart

Re: [TCLCORE] MouseWheel binding bug in listbox and text widgets?

From: Donald G Porter <d...@nist.gov>
Tue, 07 Oct 2008 14:15:03 -0400
walt wrote:
> /usr/lib64/tk8.4/tk.tcl: no event type or button # or keysym> no event type or button # or keysym>     while executing> "bind Text <MouseWheel> {>         %W yview scroll [expr {- (%D / 120) * 4}] units>     }"> Any idea what's going wrong?

You've hit Tk Bug 2010422.

https://sourceforge.net/tracker/index.php?func=detail&aid=2010422&group_id=12997&atid=112997

Your system has a very recent release of X11 from X.org.  That release
broke interface compatibility, so you also must get the very latest
release of Tk, 8.5.4, that's been modified to account for that.

In the future, issues like this are better raised in the Tracker.

-- 
| Don Porter          Mathematical and Computational Sciences Division |
| dona...@nist.gov             Information Technology Laboratory |
| http://math.nist.gov/~DPorter/                                  NIST |
|______________________________________________________________________|

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tcl-Core mailing list
Tcl-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tcl-core

Recent Messages in this Thread
walt Oct 07, 2008 05:48 pm
Donald G Porter Oct 07, 2008 06:15 pm
Messages in this thread