Now that I think of it, I guess I didn't really give the mode a
chance.  The ZoomAt method will zoom to any point, but then that point
becomes the center of the window.  In order for it to work correctly,
you would have to make a ZoomTo? function that would keep the zoom
point under the cursor.

Larry

On 8/17/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote:
> Paul,
>
> I have always found the function of mouse wheel zoom that you
> described very useful. It reduces the need for panninf when you zoom
> in on an object.
>
> The Sunburned Surveyor
>
> On 8/16/07, Larry Becker <[EMAIL PROTECTED]> wrote:
> > Hi Paul,
> >
> >  I tried that method and didn't find it useful, but the code is still
> > there commented out if you want to test it yourself.
> >
> > //zoomAt(e.getPoint(), zoomFactor);  //zoom to cursor
> >
> > regards,
> > Larry
> >
> > On 8/16/07, Paul Austin <[EMAIL PROTECTED]> wrote:
> > > I just thought of an interesting enhancement to the mouse wheel zoom
> > > functionality
> > >
> > > At the moment when you zoom it zooms in and out based on the existing
> > > window center.
> > >
> > > What would be useful is if you could use the mouse location as the
> > > center when zooming in (and maybe out).
> > >
> > > This may confuse some users so it could be done as a keyboard modifier,
> > > e.g. Ctrl + wheel uses the mouse location as the centre.
> > >
> > > What do people think?
> > >
> > > Paul
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > > _______________________________________________
> > > Jump-pilot-devel mailing list
> > > Jump-pilot-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> >
> >
> > --
> > http://amusingprogrammer.blogspot.com/
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to