Re: Cursor in Mac OS X 10.5.6 w/X11 2.2.3 and 2.3.2 [message #64962 is a reply to message #64960] |
Mon, 02 February 2009 08:53   |
Keflavich
Messages: 19 Registered: May 2008
|
Junior Member |
|
|
> [balarsen@wireless1x-8-61]~> idl
> IDL Version 7.0.4, Mac OS X (darwin x86_64 m64). (c) 2008, ITT Visual
> Information Solutions
> IDL> plot, findgen(11)
> IDL> cursor,x,y,/down
> IDL> print, x, y
> 4.1469264 5.7047893
> IDL> cursor,x,y,/down,/device
> IDL> print,x,y
> 565 297
Actually, that's helpful to some degree - I have a couple versions of
IDL installed, apparently, but my startup line is:
IDL Version 7.0, Mac OS X (darwin i386 m32). (c) 2007, ITT Visual
Information Solutions
instead of the Version 7.0.6 with x86_64 I expect. So perhaps I have
a version issue? The executable I'm using that I believe is 7.0.6 is
in the same directory as a version.txt file containing "706", so I'm
not sure what the problem is.
> The newest X11/pkg seems to be 2.3.2.1 from here:http://xquartz.macosforge.org/trac/
> At one point X11.pkg was an issue as you state in the subject.
That's the one I got this morning.
> I seem to have 2.1.5 however... but since it's working and you're
> having trouble I may not upgrade.
That's a good call. Last time I upgraded X11 it broke many things and
I lost a day trying to revert everything.
|
|
|