<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for James Van Dyne</title>
	<atom:link href="http://www.james-vandyne.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.james-vandyne.com</link>
	<description>The Life and Times</description>
	<lastBuildDate>Sat, 31 Dec 2011 22:03:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to Make an Accessible Multiline NSMenuItem (without any custom drawing) by P</title>
		<link>http://www.james-vandyne.com/how-to-make-an-accessible-multiline-nsmenuitem-without-a-custom-view/comment-page-1/#comment-226</link>
		<dc:creator>P</dc:creator>
		<pubDate>Sat, 31 Dec 2011 22:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-vandyne.com/?p=159#comment-226</guid>
		<description>&lt;p&gt;I guess some of your code got mangled on clean up...&lt;/p&gt;

&lt;p&gt;Replace&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;(void)willHighlightItem:(NSMenuItem *)item currentlyHighlightedItem:(NSMenuItem *)currentItem {&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;by&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;(void)menu:(NSMenu *)menu willHighlightItem:(NSMenuItem *)item {
NSMenuItem *currentItem = [menu highlightedItem];&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;above to make it work again. A delegate method like the one in your code does not exist.
Thanks for the sharing this nice idea!&lt;/p&gt;

&lt;p&gt;Replace webbb by web in my mail adress above to contact me. Don&#039;t want to get spammed by bots.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I guess some of your code got mangled on clean up&#8230;</p>

<p>Replace</p>

<ul>
<li>(void)willHighlightItem:(NSMenuItem *)item currentlyHighlightedItem:(NSMenuItem *)currentItem {</li>
</ul>

<p>by</p>

<ul>
<li>(void)menu:(NSMenu *)menu willHighlightItem:(NSMenuItem *)item {
NSMenuItem *currentItem = [menu highlightedItem];</li>
</ul>

<p>above to make it work again. A delegate method like the one in your code does not exist.
Thanks for the sharing this nice idea!</p>

<p>Replace webbb by web in my mail adress above to contact me. Don&#8217;t want to get spammed by bots.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Universal Overlays Using UIViews on iOS by James</title>
		<link>http://www.james-vandyne.com/creating-universal-overlays-using-uiviews-on-ios/comment-page-1/#comment-182</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 19 Jul 2011 21:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-vandyne.com/?p=132#comment-182</guid>
		<description>&lt;p&gt;You&#039;re welcome! Glad I could finally give something back!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! Glad I could finally give something back!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Universal Overlays Using UIViews on iOS by Conor</title>
		<link>http://www.james-vandyne.com/creating-universal-overlays-using-uiviews-on-ios/comment-page-1/#comment-181</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Mon, 18 Jul 2011 16:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-vandyne.com/?p=132#comment-181</guid>
		<description>&lt;p&gt;I was doing something very similar to this to add an overlay to the screen, but couldn&#039;t work out how to get hitTest working until I stumbled upon this post, so thank you very much!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I was doing something very similar to this to add an overlay to the screen, but couldn&#8217;t work out how to get hitTest working until I stumbled upon this post, so thank you very much!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on Xcode 4 Price by Mal Curtis</title>
		<link>http://www.james-vandyne.com/thoughts-on-xcode-4-price/comment-page-1/#comment-178</link>
		<dc:creator>Mal Curtis</dc:creator>
		<pubDate>Sat, 09 Jul 2011 06:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-vandyne.com/?p=184#comment-178</guid>
		<description>&lt;p&gt;If you want make and gcc, just install xcode 3.x... it&#039;s still free!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you want make and gcc, just install xcode 3.x&#8230; it&#8217;s still free!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thoughts on Xcode 4 Price by James</title>
		<link>http://www.james-vandyne.com/thoughts-on-xcode-4-price/comment-page-1/#comment-172</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 24 May 2011 13:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.james-vandyne.com/?p=184#comment-172</guid>
		<description>&lt;p&gt;Alex,&lt;/p&gt;

&lt;p&gt;Thanks for the comment. I may not have been as clear as I should have - the original draft of this was interrupted by the Tohoku earthquake this past March.&lt;/p&gt;

&lt;p&gt;No doubt porting a new compiler to a new platform is a difficult task. My point is that if the compilers are all open source ( which they are ) it only takes one developer to purchase the developer tools and create packages that anybody can install.&lt;/p&gt;

&lt;p&gt;I can&#039;t speak for ruby gems offering pre-compiled versions, but many tools e.g. git do have packages available so you don&#039;t need to compile it yourself.&lt;/p&gt;

&lt;p&gt;If  you happen to run into the problem where they have the 5 bucks and want Xcode but no valid credit card, you can gift apps; or, even better, get an iTunes gift card, which I&#039;m 99% sure can be used on the Mac App store as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex,</p>

<p>Thanks for the comment. I may not have been as clear as I should have &#8211; the original draft of this was interrupted by the Tohoku earthquake this past March.</p>

<p>No doubt porting a new compiler to a new platform is a difficult task. My point is that if the compilers are all open source ( which they are ) it only takes one developer to purchase the developer tools and create packages that anybody can install.</p>

<p>I can&#8217;t speak for ruby gems offering pre-compiled versions, but many tools e.g. git do have packages available so you don&#8217;t need to compile it yourself.</p>

<p>If  you happen to run into the problem where they have the 5 bucks and want Xcode but no valid credit card, you can gift apps; or, even better, get an iTunes gift card, which I&#8217;m 99% sure can be used on the Mac App store as well.</p>]]></content:encoded>
	</item>
</channel>
</rss>

