<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: IDL and Mouse Cursor problems on OS X</title>
	<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/</link>
	<description>IRAF and More - For Mac Using Astronomers and Astrophysicists</description>
	<pubDate>Sat, 22 Nov 2008 00:04:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Torsten</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27981</link>
		<dc:creator>Torsten</dc:creator>
		<pubDate>Wed, 21 May 2008 11:23:58 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27981</guid>
		<description>&lt;p&gt;again: it must be underscore - click - underscore...!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>again: it must be underscore - click - underscore&#8230;!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Torsten</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27980</link>
		<dc:creator>Torsten</dc:creator>
		<pubDate>Wed, 21 May 2008 11:22:43 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27980</guid>
		<description>&lt;p&gt;sorry, if I write the keyword wm&lt;em&gt;click&lt;/em&gt;through instead
wmclickthrough it works...my mistake...&lt;/p&gt;

&lt;p&gt;Thank's
Torsten&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sorry, if I write the keyword wm<em>click</em>through instead
wmclickthrough it works&#8230;my mistake&#8230;</p>

<p>Thank&#8217;s
Torsten</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Torsten</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27979</link>
		<dc:creator>Torsten</dc:creator>
		<pubDate>Wed, 21 May 2008 10:53:13 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-27979</guid>
		<description>&lt;p&gt;I tried the different solutions on my PPC G5:
- Leopard 10.5.2
- Xquartz 2.2.1 - (xorg-server 1.3.0-apple20)
- IDL 7.0&lt;/p&gt;

&lt;p&gt;there is NO way to make cursor work! Any help??&lt;/p&gt;

&lt;p&gt;Thank's
Torsten&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried the different solutions on my PPC G5:
- Leopard 10.5.2
- Xquartz 2.2.1 - (xorg-server 1.3.0-apple20)
- IDL 7.0</p>

<p>there is NO way to make cursor work! Any help??</p>

<p>Thank&#8217;s
Torsten</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Shiode</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-26325</link>
		<dc:creator>Josh Shiode</dc:creator>
		<pubDate>Wed, 16 Apr 2008 03:55:09 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-26325</guid>
		<description>&lt;p&gt;Sorry, formatted that wrong. I mean the keyword in the article, not what showed up with the italics...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry, formatted that wrong. I mean the keyword in the article, not what showed up with the italics&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Shiode</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-26316</link>
		<dc:creator>Josh Shiode</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:46:08 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-26316</guid>
		<description>&lt;p&gt;If you upgraded x11 through macosforge (which is recommended by most forums I have come across), I found that the above tip does not work. For reference, I am running IDL 6.4 (with the 6.4.1 patch) and the latest x11 release (2.2.0.1) on OS X 10.5.2. &lt;/p&gt;

&lt;p&gt;The relevant command is almost identical except that the defaults file (Mac calls it a domain) you will need to change is 'org.x.x11' So the command would be:&lt;/p&gt;

&lt;p&gt;defaults write org.x.x11 wm&lt;em&gt;click&lt;/em&gt;through -bool true&lt;/p&gt;

&lt;p&gt;I found that I actually had to delete the "wm&lt;em&gt;click&lt;/em&gt;through" key using the command:&lt;/p&gt;

&lt;p&gt;defaults delete org.x.x11 wm&lt;em&gt;click&lt;/em&gt;through&lt;/p&gt;

&lt;p&gt;And then add it back using the first command, but I suspect that problem was just my own user error somewhere. Hope this helps others not waste the 2 hours I just wasted...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you upgraded x11 through macosforge (which is recommended by most forums I have come across), I found that the above tip does not work. For reference, I am running IDL 6.4 (with the 6.4.1 patch) and the latest x11 release (2.2.0.1) on OS X 10.5.2. </p>

<p>The relevant command is almost identical except that the defaults file (Mac calls it a domain) you will need to change is &#8216;org.x.x11&#8242; So the command would be:</p>

<p>defaults write org.x.x11 wm<em>click</em>through -bool true</p>

<p>I found that I actually had to delete the &#8220;wm<em>click</em>through&#8221; key using the command:</p>

<p>defaults delete org.x.x11 wm<em>click</em>through</p>

<p>And then add it back using the first command, but I suspect that problem was just my own user error somewhere. Hope this helps others not waste the 2 hours I just wasted&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Levine</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-24951</link>
		<dc:creator>Paul Levine</dc:creator>
		<pubDate>Sun, 24 Feb 2008 05:28:49 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-24951</guid>
		<description>&lt;p&gt;Whoops, I meant "thanks a lot" not "low"&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Whoops, I meant &#8220;thanks a lot&#8221; not &#8220;low&#8221;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Levine</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-24950</link>
		<dc:creator>Paul Levine</dc:creator>
		<pubDate>Sun, 24 Feb 2008 05:13:59 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-24950</guid>
		<description>&lt;p&gt;Just wanted to chime in with another "thanks a low" for posting this, it saved my rear&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just wanted to chime in with another &#8220;thanks a low&#8221; for posting this, it saved my rear</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-22616</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Fri, 04 Jan 2008 03:44:39 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-22616</guid>
		<description>&lt;p&gt;Leopard might the problem; you may want to look at the various posts on here about X11, and try some of the newer unofficial X11 builds on macosxforge...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Leopard might the problem; you may want to look at the various posts on here about X11, and try some of the newer unofficial X11 builds on macosxforge&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Bonnett</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-22566</link>
		<dc:creator>Christopher Bonnett</dc:creator>
		<pubDate>Thu, 03 Jan 2008 14:02:09 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-22566</guid>
		<description>&lt;p&gt;I applied the command, and now it will register left click and right click, but i won't register middle click, anybody have any ideas?
I'm on leopard and using idl 7.0....&lt;/p&gt;

&lt;p&gt;Christopher&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I applied the command, and now it will register left click and right click, but i won&#8217;t register middle click, anybody have any ideas?
I&#8217;m on leopard and using idl 7.0&#8230;.</p>

<p>Christopher</p>]]></content:encoded>
	</item>
	<item>
		<title>By: A. Weinberger</title>
		<link>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-19282</link>
		<dc:creator>A. Weinberger</dc:creator>
		<pubDate>Mon, 01 Oct 2007 22:20:57 +0000</pubDate>
		<guid>http://macsingularity.org/2007/03/23/idl-and-mouse-cursor-problems-on-os-x/#comment-19282</guid>
		<description>&lt;p&gt;Thanks, that solved three problems at once: getting the wrong cursor coordinates with a cursor command (in idlde), having the cursor command hang (in plain idl), and having to click back in the idlde window to have the wrong cursor position registered.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, that solved three problems at once: getting the wrong cursor coordinates with a cursor command (in idlde), having the cursor command hang (in plain idl), and having to click back in the idlde window to have the wrong cursor position registered.</p>]]></content:encoded>
	</item>
</channel>
</rss>
