<?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: Final-ish Silverlight Color Picker Utility</title>
	<atom:link href="http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/</link>
	<description>Matthias Shapiro's WPF &#38; Silverlight Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:52:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-2707</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 07 Sep 2010 13:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-2707</guid>
		<description>A nice design I must say, if you are looking for a control more like the ones in Microsoft Word - where the colors are predefined and you just need to select it - you can have a look at this control as well http://endofstream.com/creating-custom-colorpicker-in-silverlight/ 

Also the button controltemplate could be combined with the example on this page, because I really like the design here ;)</description>
		<content:encoded><![CDATA[<p>A nice design I must say, if you are looking for a control more like the ones in Microsoft Word &#8211; where the colors are predefined and you just need to select it &#8211; you can have a look at this control as well <a href="http://endofstream.com/creating-custom-colorpicker-in-silverlight/" rel="nofollow">http://endofstream.com/creating-custom-colorpicker-in-silverlight/</a> </p>
<p>Also the button controltemplate could be combined with the example on this page, because I really like the design here <img src='http://www.designerwpf.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishi</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1799</link>
		<dc:creator>Rishi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1799</guid>
		<description>One more suggestion, it would perhaps be better to have it as a Custom Control rather than a User Control.</description>
		<content:encoded><![CDATA[<p>One more suggestion, it would perhaps be better to have it as a Custom Control rather than a User Control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishi</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1798</link>
		<dc:creator>Rishi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1798</guid>
		<description>I was looking at your picker, I have couple of suggestions to make it better..

1. The color picker should be dealing with the Color Type and not SolidColorBrush
2. The SelectedColor property should be a Dependency property, to allow binding
3. The UI should also work backwards, as in when set a color the UI markers should set themselves up

Cheers</description>
		<content:encoded><![CDATA[<p>I was looking at your picker, I have couple of suggestions to make it better..</p>
<p>1. The color picker should be dealing with the Color Type and not SolidColorBrush<br />
2. The SelectedColor property should be a Dependency property, to allow binding<br />
3. The UI should also work backwards, as in when set a color the UI markers should set themselves up</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1643</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 27 May 2009 10:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1643</guid>
		<description>The control is working with WPF?</description>
		<content:encoded><![CDATA[<p>The control is working with WPF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greattall1</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1419</link>
		<dc:creator>greattall1</dc:creator>
		<pubDate>Tue, 14 Apr 2009 17:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1419</guid>
		<description>I&#039;m having trouble databinding to the SelectedColor property as well.  I&#039;m using the control inside of a datagrid in a template column, and when I switch to the color picker i get a AG_PARSER_BAD_PROPERTY_VALUE error, even though it is being bound to a SolidColorBrush.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble databinding to the SelectedColor property as well.  I&#8217;m using the control inside of a datagrid in a template column, and when I switch to the color picker i get a AG_PARSER_BAD_PROPERTY_VALUE error, even though it is being bound to a SolidColorBrush.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1224</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1224</guid>
		<description>I&#039;m having the same issue as GEB.  Excellent component, just not sure how to wire it so I can set the color in code.

Also, when you type a color into the text box, it doesn&#039;t update.

I&#039;m going to look into all of this later, but those are my only two issues with this great component!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue as GEB.  Excellent component, just not sure how to wire it so I can set the color in code.</p>
<p>Also, when you type a color into the text box, it doesn&#8217;t update.</p>
<p>I&#8217;m going to look into all of this later, but those are my only two issues with this great component!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GEB</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1189</link>
		<dc:creator>GEB</dc:creator>
		<pubDate>Wed, 04 Feb 2009 02:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1189</guid>
		<description>I have a question regarding the color picker.  If I set the SelectedColor property immediately after the control is loaded (my object already has a color assigned), it updates resultCanvas.background, but it does not actually show this selected color in the color canvas.  Any way to change the color picker in a way that when the selectedColor is set by the calling application, it sets the resultCanvas.Background AND the color canvas to the same selected color?</description>
		<content:encoded><![CDATA[<p>I have a question regarding the color picker.  If I set the SelectedColor property immediately after the control is loaded (my object already has a color assigned), it updates resultCanvas.background, but it does not actually show this selected color in the color canvas.  Any way to change the color picker in a way that when the selectedColor is set by the calling application, it sets the resultCanvas.Background AND the color canvas to the same selected color?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phucnd</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1152</link>
		<dc:creator>phucnd</dc:creator>
		<pubDate>Fri, 09 Jan 2009 06:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1152</guid>
		<description>Good! I like it!
Thanks!</description>
		<content:encoded><![CDATA[<p>Good! I like it!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 December 08 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1119</link>
		<dc:creator>2008 December 08 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1119</guid>
		<description>[...] Shapiro and his Final-ish Silverlight Color Picker Utility and How To Give a Silverlight 2 Gadget a Transparent Background and How To Write a Custom Event in [...]</description>
		<content:encoded><![CDATA[<p>[...] Shapiro and his Final-ish Silverlight Color Picker Utility and How To Give a Silverlight 2 Gadget a Transparent Background and How To Write a Custom Event in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Designer WPF &#187; Blog Archive &#187; Silverlight Color Picker</title>
		<link>http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/comment-page-1/#comment-1113</link>
		<dc:creator>Designer WPF &#187; Blog Archive &#187; Silverlight Color Picker</dc:creator>
		<pubDate>Fri, 05 Dec 2008 17:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comment-1113</guid>
		<description>[...] Updated Color Picker Utility [...]</description>
		<content:encoded><![CDATA[<p>[...] Updated Color Picker Utility [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
