<?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: NSProgressIndicator in NSTableView or NSOutlineView</title>
	<atom:link href="http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 19:21:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cristik</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-3671</link>
		<dc:creator>cristik</dc:creator>
		<pubDate>Tue, 26 Jan 2010 14:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-3671</guid>
		<description>Thanks a lot for this solution. I managed to use bindings and added a UI category to the data model, so the MVC design is still in place.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this solution. I managed to use bindings and added a UI category to the data model, so the MVC design is still in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Solomenchuk</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-3644</link>
		<dc:creator>Vladimir Solomenchuk</dc:creator>
		<pubDate>Sun, 24 Jan 2010 23:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-3644</guid>
		<description>If you remove row, progress still remains in table. You have make own tableview with redefined reloadData method with code something like this
&lt;code&gt;
    while ([[list subviews] count] &gt; 0)
    {
		[[[list subviews] lastObject] removeFromSuperviewWithoutNeedingDisplay];
    }
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If you remove row, progress still remains in table. You have make own tableview with redefined reloadData method with code something like this<br />
<code><br />
    while ([[list subviews] count] &gt; 0)<br />
    {<br />
		[[[list subviews] lastObject] removeFromSuperviewWithoutNeedingDisplay];<br />
    }<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2661</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Sun, 11 Oct 2009 18:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2661</guid>
		<description>You can make bindings work in this case, but I still find I need to compose the progress into the model rather than into the cell. The problem with cell composition is there is only one progress object because of cell reuse, and multiple cells try to draw it at the same time. Please post a comment if you know how to do it. Thanks!</description>
		<content:encoded><![CDATA[<p>You can make bindings work in this case, but I still find I need to compose the progress into the model rather than into the cell. The problem with cell composition is there is only one progress object because of cell reuse, and multiple cells try to draw it at the same time. Please post a comment if you know how to do it. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; Syncing Arrows in iTunes</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2614</link>
		<dc:creator>fill the void &#8211; Syncing Arrows in iTunes</dc:creator>
		<pubDate>Sat, 26 Sep 2009 05:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2614</guid>
		<description>[...] Cocoa object; those objects only display the spinning lines for isIndeterminate:YES (see my NSProgressIndicator example from last year). Instead, that nice UI feedback is created through home-brewed [...]</description>
		<content:encoded><![CDATA[<p>[...] Cocoa object; those objects only display the spinning lines for isIndeterminate:YES (see my NSProgressIndicator example from last year). Instead, that nice UI feedback is created through home-brewed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Ward</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2528</link>
		<dc:creator>Simon Ward</dc:creator>
		<pubDate>Mon, 14 Sep 2009 04:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2528</guid>
		<description>Can it be done with bindings instead of a datasource?</description>
		<content:encoded><![CDATA[<p>Can it be done with bindings instead of a datasource?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Ward</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2525</link>
		<dc:creator>Simon Ward</dc:creator>
		<pubDate>Sun, 13 Sep 2009 23:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2525</guid>
		<description>Very clean and tidy code.  If only all code examples could be as clear as this.
I like it very much!</description>
		<content:encoded><![CDATA[<p>Very clean and tidy code.  If only all code examples could be as clear as this.<br />
I like it very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Swami</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2399</link>
		<dc:creator>Vijay Swami</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2399</guid>
		<description>Thanks a ton dear! You have saved hours of time for me.. now this is the real contribution to the world..nice work! Please keep helping people like me who switch to mac from windows..:)</description>
		<content:encoded><![CDATA[<p>Thanks a ton dear! You have saved hours of time for me.. now this is the real contribution to the world..nice work! Please keep helping people like me who switch to mac from windows..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2369</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Sat, 08 Aug 2009 05:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2369</guid>
		<description>Glad you found it useful!</description>
		<content:encoded><![CDATA[<p>Glad you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://www.bdunagan.com/2008/12/06/nsprogressindicator-in-nstableview-or-nsoutlineview/comment-page-1/#comment-2366</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=110#comment-2366</guid>
		<description>I&#039;ve been looking for an elegant way to implement progress indicators in an NSCell for an app I&#039;m working on. This is definitely the cleanest way I&#039;ve seen yet. Nice work.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been looking for an elegant way to implement progress indicators in an NSCell for an app I&#8217;m working on. This is definitely the cleanest way I&#8217;ve seen yet. Nice work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
