<?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: A WPF Color Picker</title>
	<atom:link href="http://visualizationtools.net/default/a-wpf-color-picker/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualizationtools.net/default/a-wpf-color-picker/</link>
	<description>Think. Visualize. Understand.</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:39:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anas Al-Homsi</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-964</link>
		<dc:creator>Anas Al-Homsi</dc:creator>
		<pubDate>Sat, 06 Aug 2011 09:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-964</guid>
		<description>Thank you :)</description>
		<content:encoded><![CDATA[<p>Thank you <img src='http://visualizationtools.net/default/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kovi</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-321</link>
		<dc:creator>Kovi</dc:creator>
		<pubDate>Thu, 20 Jan 2011 13:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-321</guid>
		<description>Hi,

thanks a lot. I&#039;m very satisfied with this color picker. But there might be a bug (or I might be wrong).

I have MyObject, that implement INotifyPropertyChanged with Brush property. Than I have a list of MyObjects displayed in ListBox. On a SelectionChanged I can see the detail of selected MyObject in another StackPanel. In this StackPanel is placed ColorPicker with binded property CurrentColor to my brush property on MyObject.

When I&#039;m selecting the objects in collection - everything is just fine. After I change the color with picker on one, the displayed color in ColorApplyButton will not changed when selecting other MyObjects in collection. If I pickup another color from picker, the color is changed on correct MyObject, and the color of ColorApplyButton changes, but than is not changed when selecting.

I hope It makes sence to you an you can see where I&#039;m getting.

Thanks ...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks a lot. I&#8217;m very satisfied with this color picker. But there might be a bug (or I might be wrong).</p>
<p>I have MyObject, that implement INotifyPropertyChanged with Brush property. Than I have a list of MyObjects displayed in ListBox. On a SelectionChanged I can see the detail of selected MyObject in another StackPanel. In this StackPanel is placed ColorPicker with binded property CurrentColor to my brush property on MyObject.</p>
<p>When I&#8217;m selecting the objects in collection &#8211; everything is just fine. After I change the color with picker on one, the displayed color in ColorApplyButton will not changed when selecting other MyObjects in collection. If I pickup another color from picker, the color is changed on correct MyObject, and the color of ColorApplyButton changes, but than is not changed when selecting.</p>
<p>I hope It makes sence to you an you can see where I&#8217;m getting.</p>
<p>Thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-320</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 29 Jul 2010 04:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-320</guid>
		<description>Fixed, thanks a bunch for letting know!</description>
		<content:encoded><![CDATA[<p>Fixed, thanks a bunch for letting know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MWS</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-319</link>
		<dc:creator>MWS</dc:creator>
		<pubDate>Thu, 29 Jul 2010 02:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-319</guid>
		<description>the link is broken</description>
		<content:encoded><![CDATA[<p>the link is broken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-318</link>
		<dc:creator>Leigh</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-318</guid>
		<description>Thanks dude, very handy. Have you thought of ways to package both the templates and classes together so that in the future you can simply add a reference to your color picker library and and use it without manually adding the resources?</description>
		<content:encoded><![CDATA[<p>Thanks dude, very handy. Have you thought of ways to package both the templates and classes together so that in the future you can simply add a reference to your color picker library and and use it without manually adding the resources?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-317</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Wed, 02 Sep 2009 06:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-317</guid>
		<description>Fairly easy. Use XamlWriter.Save(SomeBrush) to save to a XAML string and XamlReader.Parse(XamlString) to read an XML string (representing a gradient brush).</description>
		<content:encoded><![CDATA[<p>Fairly easy. Use XamlWriter.Save(SomeBrush) to save to a XAML string and XamlReader.Parse(XamlString) to read an XML string (representing a gradient brush).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlrvpuma</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-316</link>
		<dc:creator>jlrvpuma</dc:creator>
		<pubDate>Wed, 02 Sep 2009 06:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-316</guid>
		<description>Thank you.
But How do you do if you want to save colorÂ´s values in an xml.
This xml could be a config file.
save normal ColorÂ´s values  in an xml is easy, but saving gradients or semitransparents colors is , is...I don know how to do.</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
But How do you do if you want to save colorÂ´s values in an xml.<br />
This xml could be a config file.<br />
save normal ColorÂ´s values  in an xml is easy, but saving gradients or semitransparents colors is , is&#8230;I don know how to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jlrvpuma</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-315</link>
		<dc:creator>jlrvpuma</dc:creator>
		<pubDate>Tue, 01 Sep 2009 08:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-315</guid>
		<description>Thak you.</description>
		<content:encoded><![CDATA[<p>Thak you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://visualizationtools.net/default/a-wpf-color-picker/#comment-314</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=2380#comment-314</guid>
		<description>Thank you, Ã§ois !</description>
		<content:encoded><![CDATA[<p>Thank you, Ã§ois !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.visualizationtools.net/default/a-wpf-color-picker/feed/ ) in 0.72446 seconds, on Feb 4th, 2012 at 2:26 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 3:26 pm UTC -->
