<?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: Toxic Progress Indicator</title>
	<atom:link href="http://toxicsoftware.com/toxic_progress_indicator/feed/" rel="self" type="application/rss+xml" />
	<link>http://toxicsoftware.com/toxic_progress_indicator/</link>
	<description>RANDOMIZE USR 0</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:12:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: R.I.P Toxic Progress Indicator</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-21457</link>
		<dc:creator>R.I.P Toxic Progress Indicator</dc:creator>
		<pubDate>Tue, 30 Oct 2007 13:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-21457</guid>
		<description>&lt;p&gt;[...] NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for 10.5+ only applications. Leopard has really helped to retire a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] NSProgressIndicator for the circular/determinate modes. This style is new to Leopard. This means my Toxic Progress Indicator class can be retired, at least for 10.5+ only applications. Leopard has really helped to retire a [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwa</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-22093</link>
		<dc:creator>schwa</dc:creator>
		<pubDate>Sat, 30 Jun 2007 21:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-22093</guid>
		<description>&lt;p&gt;Yeah no clue how it will work when accessed via AppleScript. Good luck and let me know what you find.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah no clue how it will work when accessed via AppleScript. Good luck and let me know what you find.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: schwa</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-20031</link>
		<dc:creator>schwa</dc:creator>
		<pubDate>Sat, 30 Jun 2007 20:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-20031</guid>
		<description>&lt;p&gt;Yeah no clue how it will work when accessed via AppleScript. Good luck and let me know what you find.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah no clue how it will work when accessed via AppleScript. Good luck and let me know what you find.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Uncle Foobar</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-22092</link>
		<dc:creator>Uncle Foobar</dc:creator>
		<pubDate>Sun, 17 Jun 2007 09:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-22092</guid>
		<description>&lt;p&gt;Hi;&lt;br&gt;&lt;br&gt;i really like your pie spinny; not sure why Apple doesn&#039;t include Mail&#039;s pie and other IB features in IB...&lt;br&gt;&lt;br&gt;Here&#039;s the thing: i&#039;m trying to access your pie after pulling it off the pallette and setting it to spinner / determinate.&lt;br&gt;&lt;br&gt;I want to access it in AppleScript though; I&#039;m a beginner so i&#039;m not sure &lt;em&gt;what&lt;/em&gt; to ask for / a snippet of code perhaps?  &lt;br&gt;&lt;br&gt;I&#039;m trying: start progress indicator &quot;tpie&quot; of window 1  which works for spinners and progress bars; i guess with the definate nature i need to increment or something (count...progress...finish)&lt;br&gt;&lt;br&gt;Foob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi;<br /><br />i really like your pie spinny; not sure why Apple doesn&#39;t include Mail&#39;s pie and other IB features in IB&#8230;<br /><br />Here&#39;s the thing: i&#39;m trying to access your pie after pulling it off the pallette and setting it to spinner / determinate.<br /><br />I want to access it in AppleScript though; I&#39;m a beginner so i&#39;m not sure <em>what</em> to ask for / a snippet of code perhaps?  <br /><br />I&#39;m trying: start progress indicator &#8220;tpie&#8221; of window 1  which works for spinners and progress bars; i guess with the definate nature i need to increment or something (count&#8230;progress&#8230;finish)<br /><br />Foob</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Uncle Foobar</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-18508</link>
		<dc:creator>Uncle Foobar</dc:creator>
		<pubDate>Sun, 17 Jun 2007 08:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-18508</guid>
		<description>&lt;p&gt;Hi;&lt;/p&gt;

&lt;p&gt;i really like your pie spinny; not sure why Apple doesn&#039;t include Mail&#039;s pie and other IB features in IB...&lt;/p&gt;

&lt;p&gt;Here&#039;s the thing: i&#039;m trying to access your pie after pulling it off the pallette and setting it to spinner / determinate.&lt;/p&gt;

&lt;p&gt;I want to access it in AppleScript though; I&#039;m a beginner so i&#039;m not sure &lt;em&gt;what&lt;/em&gt; to ask for / a snippet of code perhaps?&lt;/p&gt;

&lt;p&gt;I&#039;m trying: start progress indicator &quot;tpie&quot; of window 1  which works for spinners and progress bars; i guess with the definate nature i need to increment or something (count...progress...finish)&lt;/p&gt;

&lt;p&gt;Foob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi;</p>

<p>i really like your pie spinny; not sure why Apple doesn&#8217;t include Mail&#8217;s pie and other IB features in IB&#8230;</p>

<p>Here&#8217;s the thing: i&#8217;m trying to access your pie after pulling it off the pallette and setting it to spinner / determinate.</p>

<p>I want to access it in AppleScript though; I&#8217;m a beginner so i&#8217;m not sure <em>what</em> to ask for / a snippet of code perhaps?</p>

<p>I&#8217;m trying: start progress indicator &#8220;tpie&#8221; of window 1  which works for spinners and progress bars; i guess with the definate nature i need to increment or something (count&#8230;progress&#8230;finish)</p>

<p>Foob</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fancy Windows, &#38;c. &#171; Important Shock</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-2593</link>
		<dc:creator>Fancy Windows, &#38;c. &#171; Important Shock</dc:creator>
		<pubDate>Mon, 20 Nov 2006 20:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-2593</guid>
		<description>&lt;p&gt;[...] Lately, inspired by John Gruber&#8217;s recent assertions that the Apple Human Interface Guidelines are no longer relevant (a good summary can be found here), the new, fancier widgets made by various Cocoa developers have come into the spotlight. Daniel Jalkut, a Very Cool Guy, developed a bunch of very nifty widgets while revamping the interface for his unbelievably cool application FlexTime, and was so kind as to blog about his thought process while doing it. His blog entry pointed me to Matt Gemmell&#8217;s enormous stack of custom-made widgets, replete with shiny screenshots. My interest piqued, I fired up Google and found Sean Patrick O&#8217;Brien&#8217;s iLifeControls framework, a class-dumped version of Disco&#8217;s Smoke framework, Toxic Software&#8217;s Toxic Progress Indicator and TXTableView, Chad Weider&#8217;s badging and gradient code, Blake Seely&#8217;s BSRoundedBox, Andy Matuschak&#8217;s Polished Metal buttons, AMViewAnimation, and OpenHUD framework, Andreas M.&#8217;s jaw-dropping amount of custom widgets, Erling Ellingsen&#8217;s CGSWindowWarp exposÃ©, John Pannell&#8217;s PSMTabBarControls, Uli&#8217;s freakin&#8217; plethora of awesome doodads, Rainer Brockerhoff&#8217;s RBSplitView, and Ankur Kothari&#8217;s CoreGraphics framework. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Lately, inspired by John Gruber&#8217;s recent assertions that the Apple Human Interface Guidelines are no longer relevant (a good summary can be found here), the new, fancier widgets made by various Cocoa developers have come into the spotlight. Daniel Jalkut, a Very Cool Guy, developed a bunch of very nifty widgets while revamping the interface for his unbelievably cool application FlexTime, and was so kind as to blog about his thought process while doing it. His blog entry pointed me to Matt Gemmell&#8217;s enormous stack of custom-made widgets, replete with shiny screenshots. My interest piqued, I fired up Google and found Sean Patrick O&#8217;Brien&#8217;s iLifeControls framework, a class-dumped version of Disco&#8217;s Smoke framework, Toxic Software&#8217;s Toxic Progress Indicator and TXTableView, Chad Weider&#8217;s badging and gradient code, Blake Seely&#8217;s BSRoundedBox, Andy Matuschak&#8217;s Polished Metal buttons, AMViewAnimation, and OpenHUD framework, Andreas M.&#8217;s jaw-dropping amount of custom widgets, Erling Ellingsen&#8217;s CGSWindowWarp exposÃ©, John Pannell&#8217;s PSMTabBarControls, Uli&#8217;s freakin&#8217; plethora of awesome doodads, Rainer Brockerhoff&#8217;s RBSplitView, and Ankur Kothari&#8217;s CoreGraphics framework. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Red Sweater Blog - Flex Your HIG</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-2103</link>
		<dc:creator>Red Sweater Blog - Flex Your HIG</dc:creator>
		<pubDate>Mon, 06 Nov 2006 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-2103</guid>
		<description>&lt;p&gt;[...] My first thought was to simply reuse the excellent pie chart cell I use for the table content, which is based on Jon Wight&#8217;s Toxic Progress Indicator. I allocated one, configured it appropriately, and then &#8220;setHeaderCell:&#8221; on the NSTableColumn. This sorta kinda worked, but there were major drawbacks. First, the drawing of the pie chart at that size revealed aliasing problems that didn&#8217;t really look polished. I&#8217;d have to edit the code to improve the compositing over the background, or something. Second, when you take over responsibility as a header cell, you take over all responsibility. You&#8217;ve got to draw that cute polished background, in addition to the content. Now I&#8217;m sure I could have gotten this all to work, by employing the existing default table header cell to do some of the heavy lifting, or by subclassing it. But I heard a little voice in my head screaming &#8220;overengineering!&#8221; so I took a step back. Paul Kim pointed out that I could simply &#8220;setImage:&#8221; on the existing header cell, and it would draw it for me, nicely composited over the polished background. Why go to the trouble of dynamically generating a pie chart image when one put together in PhotoShop will look just as good and be 100% predictable? [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] My first thought was to simply reuse the excellent pie chart cell I use for the table content, which is based on Jon Wight&#8217;s Toxic Progress Indicator. I allocated one, configured it appropriately, and then &#8220;setHeaderCell:&#8221; on the NSTableColumn. This sorta kinda worked, but there were major drawbacks. First, the drawing of the pie chart at that size revealed aliasing problems that didn&#8217;t really look polished. I&#8217;d have to edit the code to improve the compositing over the background, or something. Second, when you take over responsibility as a header cell, you take over all responsibility. You&#8217;ve got to draw that cute polished background, in addition to the content. Now I&#8217;m sure I could have gotten this all to work, by employing the existing default table header cell to do some of the heavy lifting, or by subclassing it. But I heard a little voice in my head screaming &#8220;overengineering!&#8221; so I took a step back. Paul Kim pointed out that I could simply &#8220;setImage:&#8221; on the existing header cell, and it would draw it for me, nicely composited over the polished background. Why go to the trouble of dynamically generating a pie chart image when one put together in PhotoShop will look just as good and be 100% predictable? [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Weider</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-22091</link>
		<dc:creator>Chad Weider</dc:creator>
		<pubDate>Sun, 03 Sep 2006 07:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-22091</guid>
		<description>&lt;p&gt;Point taken. Hopefully the new &quot;pseudo-captcha&quot; I&#039;ve installed will work better next time around.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Point taken. Hopefully the new &#8220;pseudo-captcha&#8221; I&#39;ve installed will work better next time around.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Weider</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-1047</link>
		<dc:creator>Chad Weider</dc:creator>
		<pubDate>Sun, 03 Sep 2006 06:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-1047</guid>
		<description>&lt;p&gt;Point taken. Hopefully the new &quot;pseudo-captcha&quot; I&#039;ve installed will work better next time around.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Point taken. Hopefully the new &#8220;pseudo-captcha&#8221; I&#8217;ve installed will work better next time around.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: toxicsoftware.com &#187; FlexTime 1.0 finished</title>
		<link>http://toxicsoftware.com/toxic_progress_indicator/comment-page-1/#comment-881</link>
		<dc:creator>toxicsoftware.com &#187; FlexTime 1.0 finished</dc:creator>
		<pubDate>Thu, 17 Aug 2006 17:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://toxicsoftware.com/blog/toxic_progress_indicator/#comment-881</guid>
		<description>&lt;p&gt;[...] Daniel Jalkut of Red Sweater infamy has released FlexTime, a Mac OS X timer application. Of interest to me is that FlexTime might well be the first released Mac OS X application to make used of my Toxic Progress Indicator Cocoa Widget, as seen in the following screenshot: [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Daniel Jalkut of Red Sweater infamy has released FlexTime, a Mac OS X timer application. Of interest to me is that FlexTime might well be the first released Mac OS X application to make used of my Toxic Progress Indicator Cocoa Widget, as seen in the following screenshot: [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
