<?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: Cocoa Tutorial: Source List Badges, Part 2</title>
	<atom:link href="http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 01:13:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/comment-page-1/#comment-5973</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Fri, 20 Aug 2010 03:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=97#comment-5973</guid>
		<description>@Decoder Yep, I&#039;d ignore my implementation and look at Perspx&#039;s PXSourceList project on GitHub.</description>
		<content:encoded><![CDATA[<p>@Decoder Yep, I&#8217;d ignore my implementation and look at Perspx&#8217;s PXSourceList project on GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Decoder</title>
		<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/comment-page-1/#comment-5523</link>
		<dc:creator>Decoder</dc:creator>
		<pubDate>Tue, 22 Jun 2010 12:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=97#comment-5523</guid>
		<description>Hi, 

It&#039;s a very good post.. 

One thing to tell you that - when I tried this updated code... it is working properly when row is not selected.. once it is selected it is hiding badge icon and text over it.

Your previous code is working fine in both cases...</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>It&#8217;s a very good post.. </p>
<p>One thing to tell you that &#8211; when I tried this updated code&#8230; it is working properly when row is not selected.. once it is selected it is hiding badge icon and text over it.</p>
<p>Your previous code is working fine in both cases&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Rozanski</title>
		<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/comment-page-1/#comment-3351</link>
		<dc:creator>Alex Rozanski</dc:creator>
		<pubDate>Wed, 06 Jan 2010 14:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=97#comment-3351</guid>
		<description>Great post, however I have a couple of suggestions:

1. For the highlighted colour value, use `keyboardFocusIndicatorColor` instead of `alternateSelectedControlColor`. If the user has the Graphite appearance set in the User Preferences, the highlighted row background colour will be a dark-grey instead of blue, and the badge text colour will not match.

By using `keyboardFocusIndicatorColor`, it will return a blue colour when the Blue style is set in the user Preferences, and a dark grey when Graphite is set, which will match the row background.

2. If the cell for a row is being edited, the Source List is no longer the window&#039;s first responder, so badge text will not be presented in the dark blue colour even if it is selected. To rectify this you can check -[NSTableView editedRow] to see if the current row is being edited – if it is and it is also selected you can give the badge text the dark blue colour too.</description>
		<content:encoded><![CDATA[<p>Great post, however I have a couple of suggestions:</p>
<p>1. For the highlighted colour value, use `keyboardFocusIndicatorColor` instead of `alternateSelectedControlColor`. If the user has the Graphite appearance set in the User Preferences, the highlighted row background colour will be a dark-grey instead of blue, and the badge text colour will not match.</p>
<p>By using `keyboardFocusIndicatorColor`, it will return a blue colour when the Blue style is set in the user Preferences, and a dark grey when Graphite is set, which will match the row background.</p>
<p>2. If the cell for a row is being edited, the Source List is no longer the window&#8217;s first responder, so badge text will not be presented in the dark blue colour even if it is selected. To rectify this you can check -[NSTableView editedRow] to see if the current row is being edited – if it is and it is also selected you can give the badge text the dark blue colour too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-12-23 &#124; manicwave.com</title>
		<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/comment-page-1/#comment-3171</link>
		<dc:creator>links for 2009-12-23 &#124; manicwave.com</dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=97#comment-3171</guid>
		<description>[...] fill the void – Cocoa Tutorial: Source List Badges, Part 2 (tags: nstextcell cocoa badge customdrawing) [...]</description>
		<content:encoded><![CDATA[<p>[...] fill the void – Cocoa Tutorial: Source List Badges, Part 2 (tags: nstextcell cocoa badge customdrawing) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; RssBucket on Google Code</title>
		<link>http://www.bdunagan.com/2008/11/10/cocoa-tutorial-source-list-badges-part-2/comment-page-1/#comment-22</link>
		<dc:creator>fill the void &#8211; RssBucket on Google Code</dc:creator>
		<pubDate>Mon, 24 Nov 2008 05:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=97#comment-22</guid>
		<description>[...] posted updated methods for doing source list badges and link arrows in NSTableViews, so I figured I should update the RssBucket code to reflect those. [...]</description>
		<content:encoded><![CDATA[<p>[...] posted updated methods for doing source list badges and link arrows in NSTableViews, so I figured I should update the RssBucket code to reflect those. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
