Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: digikata Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Mouse zoom not working in X11 on Mac OSX 10.7.3 (Lion) with gnuplot 4.4.4 or 4.6.0 Date: Tue, 8 May 2012 10:05:24 -0700 (PDT) Organization: http://groups.google.com Lines: 32 Message-ID: <31964165.954.1336496724661.JavaMail.geo-discussion-forums@pbcia3> References: <9d96d2b0-f885-4f9c-93b5-c8f2622ac71b@36g2000yqi.googlegroups.com> NNTP-Posting-Host: 76.220.126.134 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1336496725 6724 127.0.0.1 (8 May 2012 17:05:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 May 2012 17:05:25 +0000 (UTC) In-Reply-To: <9d96d2b0-f885-4f9c-93b5-c8f2622ac71b@36g2000yqi.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.220.126.134; posting-account=Ff_yOAoAAABH3H-syb6CtT2vP0FyAx7n User-Agent: G2/1.0 Xref: csiph.com comp.graphics.apps.gnuplot:1085 On Thursday, April 12, 2012 9:22:47 PM UTC-7, Ben wrote: > I'm hoping somebody can help me figure out why the mouse zoom feature > doesn't seem to be working in the X11 terminal on my Mac with OSX > 10.7.3 and gnuplot 4.4.4 or 4.6.0 (I've tried both). I compiled > gnuplot from source and everything else seems to be working fine. The > output of "configure" shows that it was set up to compile with mouse > zoom enabled: > > gnuplot will be compiled with the following features: > > Mouse support in interactive terminals: yes > > When the X11 window displays with the plot, the coordinates are shown > in the lower left corner of the window, but they never update when I > move the cursor around the window. The crosshair cursor moves around > the plot as I move the mouse but mouse clicks of any kind don't seem > to do anything. > > I'm using XQuartz 2.7.2_beta4 for the X server. > > This is the first time I have really tried to use gnuplot on a Mac so > I'm not sure if there is something I may be doing wrong or what might > be preventing this from working. I'm having a similar problem on OS X with XQuartz 2.7.2_rc1. From a stackoverflow discussion, sending "pause mouse keypress" seems to make the cursor coordinates update, but none of the mouse clicks ever get accepted. That a hint of an issue with recognizing mouse inputs between XQuartz and gnuplot. I'll have to find some time to go back to older versions of XQuartz to see if that resolves the issue.