Re: [MACTCL] Tracing Tk Events
by Oscar Bonilla other posts by this author
Aug 26 2005 12:14PM messages near this date
Re: [MACTCL] Tracing Tk Events
|
Re: [MACTCL] Tracing Tk Events
I think what Jeff is talking about is that the event <MouseWheel>
needs to be able to return information about both vertical and
horizontal scrolling.
Currently, <MouseWheel> events only return a %D (delta) value that is
assumed to be vertical. We need new values, like %D for vertical (as
it is now) and %H for the horizontal. Revar meant to suggest this,
but made a small mistake and said "Perhaps %D for the vertical, like
we have now, and %V for the vertical?", which is not what he meant.
(See how good I am at reading people's minds :-)
On Aug 26, 2005, at 12:05 PM, Tim Jones wrote:
> On Aug 26, 2005, at 11:42 AM, Jeff Hobbs wrote:
>
>
> > This does not yet exist, but it is a good idea. Also note
> > that there are horizontal scrolling mousewheels in the
> > Windows world (horrible things, IMO, but they exist), so a
> > general solution is needed.
> >
>
> How about using <Shift-MouseWheel> as other Mac environments
> currently use for horizontal scrolling?
>
> <MouseWheel> moves vertically
> <Shift-MouseWheel> moves horizontally
>
> Then, you could map the MM'S scrollbutton events to those.
>
> Tim
> --
> Tim Jones tjmac@[...].com
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams *
> Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/
> bsce5sf
> _______________________________________________
> Tcl-mac mailing list
> Tcl-mac@[...].net
> https://lists.sourceforge.net/lists/listinfo/tcl-mac
>
--
pgp fingerprint: BC64 2E7A CAEF 39E1 9544 80CA F7D5 784D FB46 16C1
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Tcl-mac mailing list
Tcl-mac@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-mac
Thread:
Oscar Bonilla
Oscar Bonilla
Oscar Bonilla
Daniel A. Steffen
Tim Jones
Revar Desmera
Jeff Hobbs
Tim Jones
Oscar Bonilla
Revar Desmera
Daniel A. Steffen
Revar Desmera
Oscar Bonilla
|