<?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 on: Grab that Invocation</title> <atom:link href="http://toxicsoftware.com/grab-that-invocation/feed/" rel="self" type="application/rss+xml" /><link>http://toxicsoftware.com/grab-that-invocation/</link> <description>RANDOMIZE USR 0</description> <lastBuildDate>Tue, 24 Jan 2012 20:00:16 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: rel=me &#187; Blog Archive &#187; Invoking forward</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22267</link> <dc:creator>rel=me &#187; Blog Archive &#187; Invoking forward</dc:creator> <pubDate>Fri, 22 May 2009 06:10:56 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22267</guid> <description>&lt;p&gt;[...] there is a better way. In a post called &#8216;Grab that Invocation&#8216; and later at Dave Dribbin&#8217;s post &#8216;Invoke on Main Thread&#8216; we can see how to [...]&lt;/p&gt; </description> <content:encoded><![CDATA[<p>[...] there is a better way. In a post called &#8216;Grab that Invocation&#8216; and later at Dave Dribbin&#8217;s post &#8216;Invoke on Main Thread&#8216; we can see how to [...]</p>]]></content:encoded> </item> <item><title>By: chrome</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22298</link> <dc:creator>chrome</dc:creator> <pubDate>Sun, 04 Jan 2009 06:43:27 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22298</guid> <description>&lt;p&gt;Great work; saved me a bunch of time writing this myself.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Great work; saved me a bunch of time writing this myself.</p>]]></content:encoded> </item> <item><title>By: chrome</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22219</link> <dc:creator>chrome</dc:creator> <pubDate>Sun, 04 Jan 2009 01:43:27 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22219</guid> <description>&lt;p&gt;Great work; saved me a bunch of time writing this myself.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Great work; saved me a bunch of time writing this myself.</p>]]></content:encoded> </item> <item><title>By: Richard Stacpoole</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22078</link> <dc:creator>Richard Stacpoole</dc:creator> <pubDate>Thu, 07 Sep 2006 10:49:54 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22078</guid> <description>&lt;p&gt;Thanks,&lt;br&gt;&lt;br&gt;I have just started using NSInvocation, and this will be useful.&lt;br&gt;&lt;br&gt;Also there is a bug in your first code box, you have &amp;firstArgument twice.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thanks,<br /><br />I have just started using NSInvocation, and this will be useful.<br /><br />Also there is a bug in your first code box, you have &amp;firstArgument twice.</p>]]></content:encoded> </item> <item><title>By: Richard Stacpoole</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-1078</link> <dc:creator>Richard Stacpoole</dc:creator> <pubDate>Thu, 07 Sep 2006 09:49:54 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-1078</guid> <description>&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;I have just started using NSInvocation, and this will be useful.&lt;/p&gt;&lt;p&gt;Also there is a bug in your first code box, you have &amp;firstArgument twice.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thanks,</p><p>I have just started using NSInvocation, and this will be useful.</p><p>Also there is a bug in your first code box, you have &amp;firstArgument twice.</p>]]></content:encoded> </item> <item><title>By: Lexical &#187; Archive &#187; NSInvocation in Practice</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-421</link> <dc:creator>Lexical &#187; Archive &#187; NSInvocation in Practice</dc:creator> <pubDate>Tue, 27 Jun 2006 05:51:11 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-421</guid> <description>&lt;p&gt;[...] There&#8217;ve been a few mentions of NSInvocation recently. I have to agree about how useful it can be, and wanted to mention a few specific places I used it in Lexicon. [...]&lt;/p&gt; </description> <content:encoded><![CDATA[<p>[...] There&#8217;ve been a few mentions of NSInvocation recently. I have to agree about how useful it can be, and wanted to mention a few specific places I used it in Lexicon. [...]</p>]]></content:encoded> </item> <item><title>By: Daniel Jalkut</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-22077</link> <dc:creator>Daniel Jalkut</dc:creator> <pubDate>Sun, 25 Jun 2006 15:19:49 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-22077</guid> <description>&lt;p&gt;Nice work! One possible enhancement might be to change the invocation &quot;capture&quot; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &quot;performInvocationsOnObject:&quot; method.&lt;br&gt;&lt;br&gt;Also, the name &quot;CInvocationRecorder&quot; might better represent what this thing does, especially if multi-recording was added.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Nice work! One possible enhancement might be to change the invocation &#8220;capture&#8221; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &#8220;performInvocationsOnObject:&#8221; method.<br /><br />Also, the name &#8220;CInvocationRecorder&#8221; might better represent what this thing does, especially if multi-recording was added.</p>]]></content:encoded> </item> <item><title>By: Daniel Jalkut</title><link>http://toxicsoftware.com/grab-that-invocation/comment-page-1/#comment-401</link> <dc:creator>Daniel Jalkut</dc:creator> <pubDate>Sun, 25 Jun 2006 14:19:49 +0000</pubDate> <guid isPermaLink="false">http://toxicsoftware.com/grab-that-invocation/#comment-401</guid> <description>&lt;p&gt;Nice work! One possible enhancement might be to change the invocation &quot;capture&quot; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &quot;performInvocationsOnObject:&quot; method.&lt;/p&gt;&lt;p&gt;Also, the name &quot;CInvocationRecorder&quot; might better represent what this thing does, especially if multi-recording was added.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Nice work! One possible enhancement might be to change the invocation &#8220;capture&#8221; so that it can record multiples on an array. Then the client could ask for an array of all invocations sent to it. It could even sport a &#8220;performInvocationsOnObject:&#8221; method.</p><p>Also, the name &#8220;CInvocationRecorder&#8221; might better represent what this thing does, especially if multi-recording was added.</p>]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 1/14 queries in 0.021 seconds using disk: basic
Object Caching 320/321 objects using disk: basic

Served from: toxicsoftware.com @ 2012-02-10 03:23:59 -->
