<?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: Color Picker In Action (In The Silverlight Particle Project)</title>
	<atom:link href="http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/</link>
	<description>Matthias Shapiro's WPF &#38; Silverlight Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:04:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Silverlight Cream for October 01, 2008 -- #384</title>
		<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/comment-page-1/#comment-1013</link>
		<dc:creator>Silverlight Cream for October 01, 2008 -- #384</dc:creator>
		<pubDate>Fri, 03 Oct 2008 04:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comment-1013</guid>
		<description>[...] use of Silverlight wherever you&#039;re needing to do file uploading. He has lots of resources linked. Color Picker In Action (In The Silverlight Particle Project) Matthias Shapiro dropped his very nice color picker into Robby Ingebretsen’s Silverlight Particle [...]</description>
		<content:encoded><![CDATA[<p>[...] use of Silverlight wherever you&#8217;re needing to do file uploading. He has lots of resources linked. Color Picker In Action (In The Silverlight Particle Project) Matthias Shapiro dropped his very nice color picker into Robby Ingebretsen’s Silverlight Particle [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Shapiro</title>
		<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/comment-page-1/#comment-1003</link>
		<dc:creator>Matthias Shapiro</dc:creator>
		<pubDate>Tue, 30 Sep 2008 12:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comment-1003</guid>
		<description>Ted: Thanks for the feedback... these problems are definitely part of the &quot;I really kind of need to rework this&quot; thing. :-) Right now the control is a bit of a square peg in a round hole. 

The slider problem is actually the most annoying. The slider can be pulled, but only sometimes. Unfortunately, for reasons I still can&#039;t figure out, the slider in Silverlight doesn&#039;t actually respond to &quot;MouseLeftButtonDown&quot; or &quot;MouseLeftButtonUp&quot; events... even though these are perfectly valid events for that control. I&#039;m probably going to ditch the slider control in favor of a custom slider that I&#039;ll design that actually works the way I want it to work.</description>
		<content:encoded><![CDATA[<p>Ted: Thanks for the feedback&#8230; these problems are definitely part of the &#8220;I really kind of need to rework this&#8221; thing. <img src='http://www.designerwpf.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Right now the control is a bit of a square peg in a round hole. </p>
<p>The slider problem is actually the most annoying. The slider can be pulled, but only sometimes. Unfortunately, for reasons I still can&#8217;t figure out, the slider in Silverlight doesn&#8217;t actually respond to &#8220;MouseLeftButtonDown&#8221; or &#8220;MouseLeftButtonUp&#8221; events&#8230; even though these are perfectly valid events for that control. I&#8217;m probably going to ditch the slider control in favor of a custom slider that I&#8217;ll design that actually works the way I want it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 September 30 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/comment-page-1/#comment-1001</link>
		<dc:creator>2008 September 30 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comment-1001</guid>
		<description>[...] Matthias Shapiro follows up on yesterday with Color Picker In Action (In The Silverlight Particle Project) [...]</description>
		<content:encoded><![CDATA[<p>[...] Matthias Shapiro follows up on yesterday with Color Picker In Action (In The Silverlight Particle Project) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/comment-page-1/#comment-999</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Tue, 30 Sep 2008 05:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comment-999</guid>
		<description>A little bug. If I press left mousebutton and move around in the colorarea and move the mouse outside that area and release the mouse, the control doesn&#039;t know that I have released the mousebutton.

And oh, the textboxes (for Copy RGB, Copy Hex) should probably be readonly. the hue-slider is annoying that you can&#039;t just pull the knob around. :)
Other than that I think it&#039;s super, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>A little bug. If I press left mousebutton and move around in the colorarea and move the mouse outside that area and release the mouse, the control doesn&#8217;t know that I have released the mousebutton.</p>
<p>And oh, the textboxes (for Copy RGB, Copy Hex) should probably be readonly. the hue-slider is annoying that you can&#8217;t just pull the knob around. <img src='http://www.designerwpf.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Other than that I think it&#8217;s super, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UXPassion.com</title>
		<link>http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/comment-page-1/#comment-998</link>
		<dc:creator>UXPassion.com</dc:creator>
		<pubDate>Tue, 30 Sep 2008 01:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comment-998</guid>
		<description>Hey do go on, I think It would be nice control to have (and to use) in projects!</description>
		<content:encoded><![CDATA[<p>Hey do go on, I think It would be nice control to have (and to use) in projects!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
