<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Designer Silverlight &#187; colorpicker</title>
	<atom:link href="http://www.designersilverlight.com/category/colorpicker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designersilverlight.com</link>
	<description>Matthias Shapiro's Silverlight &#38; WPF Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 09 Mar 2010 03:28:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Final-ish Silverlight Color Picker Utility</title>
		<link>http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/</link>
		<comments>http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 05:56:47 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Blend]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorpicker]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/</guid>
		<description><![CDATA[Seeing as how I&#8217;ve already spent far too much time on this little project, barring major problems with this control (please point them out!) this will probably be my last version of the control. My ADD is kicking in and I need to work on something else.
If you&#8217;re interested in having the compact version of [...]]]></description>
			<content:encoded><![CDATA[<p>Seeing as how I&#8217;ve already spent far too much time on this little project, barring major problems with this control (please point them out!) this will probably be my last version of the control. My ADD is kicking in and I need to work on something else.</p>
<p>If you&#8217;re interested in having the compact version of this control as a gadget, <a href="http://www.designersilverlight.com/2008/12/03/updated-silverlight-color-picker-gadget/">you can find it here</a>.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/colorpickercontrolsource.zip">Download Source for Color Picker Control</a></p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/colorpickerdll.zip">Download dll for Color Picker Control</a></p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/colorpickertestapp.zip">Download Source for Color Picker Implementation (seen below)</a></p>
<p><iframe src="http://silverlight.services.live.com/invoke/77530/Updated%20Color%20Picker/iframe.html" scrolling="no" frameborder="0" style="width:300px; height:250px"></iframe></p>
<h2>Using the color picker in Blend</h2>
<p>To add this to your application, just add the DLL above to your application by right clicking on the References folder in your Silverlight app.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image0011.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="clip_image001" src="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image001-thumb1.png" border="0" alt="clip_image001" width="280" height="61" /></a></p>
<p>Find the DLL and bring it into the application.</p>
<p>Open up the asset library (the bottom of the tool bar on the far left) and go to “Custom Controls”. You should find the ColorPicker in there.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image0015.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="clip_image001[5]" src="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image0015-thumb.png" border="0" alt="clip_image001[5]" width="492" height="171" /></a></p>
<p>Now you can just draw the whole thing right into your application.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image0017.png"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="clip_image001[7]" src="http://www.designersilverlight.com/wp-content/uploads/2008/12/clip-image0017-thumb.png" border="0" alt="clip_image001[7]" width="339" height="275" /></a></p>
<p>Easy as pie.</p>
<p>You can swap between an extended view and a compact view by changing the “IsCompact” property. Compact view is basically gadget sized and expanded view can be as big as the screen if you want it to be.</p>
<p>Whenever you change the color, the control fires off a “ColorChanged” event. I thought that would be valuable for dynamic interactions. Hopefully you can find some fun uses for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tips for Creating a Silverlight 2 Gadget for Vista</title>
		<link>http://www.designersilverlight.com/2008/12/03/tips-for-creating-a-silverlight-2-gadget-for-vista/</link>
		<comments>http://www.designersilverlight.com/2008/12/03/tips-for-creating-a-silverlight-2-gadget-for-vista/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 05:45:22 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[colorpicker]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[handle]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/?p=405</guid>
		<description><![CDATA[First, glance over at Chris Szurgot&#8217;s post on creating a Silverlight Gadget. It really is as easy as he says it is. Just build your project in Visual Studio and in the html page replace the:
&#60;param name=&#8221;source&#8221; value=&#8221;ClientBin/MySilverlightApp.xap&#8221;/&#62;
with
&#60;param name=&#8221;source&#8221; value=&#8221;x-gadget:///MySilverlightApp.xap&#8221;/&#62;
There are a couple things that should be noted though.
Here is how to give your Silverlight [...]]]></description>
			<content:encoded><![CDATA[<p>First, <a href="http://blogs.msdn.com/szurgot/archive/2008/11/03/silverlight-gadget-version-of-snowflake-app.aspx">glance over at Chris Szurgot&#8217;s post on creating a Silverlight Gadget</a>. It really is as easy as he says it is. Just build your project in Visual Studio and in the html page replace the:</p>
<p><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">param</span><span style="color: #ff0000;"> name</span><span style="color: #0000ff;">=&#8221;source&#8221;</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=&#8221;ClientBin/MySilverlightApp.xap&#8221;/&gt;</span></p>
<p>with</p>
<p><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">param</span> <span style="color: #ff0000;">name</span><span style="color: #0000ff;">=&#8221;source&#8221;</span> <span style="color: #ff0000;">value</span><span style="color: #0000ff;">=&#8221;x-gadget:///MySilverlightApp.xap&#8221;/&gt;</span></p>
<p>There are a couple things that should be noted though.</p>
<p>Here is <a href="http://www.designersilverlight.com/2008/12/03/how-to-give-a-silverlight-2-gadget-a-transparent-background/">how to give your Silverlight gadget a transparent background</a>.</p>
<p>It needed it&#8217;s own post.</p>
<p>Take note: If you plan on using any level of dragging in your gadget (like I use), I would recommend against planning on having anything transparent. The only way I can get it to work is if you make the Silverlight object windowless. An unfortunate side effect is that it looks like this also intercepts any sort of MouseDrag event and interprets it as &#8220;the user wants to move the gadget off the sidebar&#8221;. For me, this meant that I couldn&#8217;t commit to any action on my color picker since the whole thing was interacted via dragging.</p>
<p>Next, if you want to see a handle for your gadget (pictured below), you need to do one of two things.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/gadgethandle.png"><img class="alignnone size-medium wp-image-407" title="gadgethandle" src="http://www.designersilverlight.com/wp-content/uploads/2008/12/gadgethandle.png" alt="" width="24" height="49" /></a></p>
<p>The first is that if you host your application online and add the silverlight app via an &lt;iframe /&gt;. For reasons that boggle my mind at 11PM, this works. The downside is that if your user is not connected to the internet when they boot their machine, they will be unable to use your gadget.</p>
<p>The other solution is to give your application some room to breathe in the html page. Basically, make the body size in your gadget larger than your silverlight app. When the user hovers over something that isn&#8217;t Silverlight, the handle will appear. But if you fill the whole gadget space with Silverlight, your app will block any indication that the mouse is hovering over it.</p>
<p>For a working sample, <a href="http://www.designersilverlight.com/wp-content/uploads/2008/12/colorpickersilverlight.gadget">download my Color Picker Gadget</a> as an example. Just download it, rename it from *.gadget to *.zip and extract all the files I used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/12/03/tips-for-creating-a-silverlight-2-gadget-for-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Silverlight Color Picker Gadget</title>
		<link>http://www.designersilverlight.com/2008/12/03/updated-silverlight-color-picker-gadget/</link>
		<comments>http://www.designersilverlight.com/2008/12/03/updated-silverlight-color-picker-gadget/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 04:51:03 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colorpicker]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/?p=401</guid>
		<description><![CDATA[I&#8217;ve finally updated my Silverlight color picker and it was none too soon, if you ask me. I&#8217;ve been missing this thing ever since the last compatibility break. Here you can download the source.
Download Source for Color Picker Gadget
And here you can download the gadget.
Download Color Picker Gadget
And here you can check it out.

As you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally updated my Silverlight color picker and it was none too soon, if you ask me. I&#8217;ve been missing this thing ever since the last compatibility break. Here you can download the source.</p>
<p><a href='http://www.designersilverlight.com/wp-content/uploads/2008/12/rcw_colorpicker.zip'>Download Source for Color Picker Gadget</a></p>
<p>And here you can download the gadget.</p>
<p><a href='http://www.designersilverlight.com/wp-content/uploads/2008/12/colorpickersilverlight.gadget'>Download Color Picker Gadget</a></p>
<p>And here you can check it out.</p>
<p><iframe src="http://silverlight.services.live.com/invoke/77530/ColorGadget/iframe.html" scrolling="no" frameborder="0" style="width:125px; height:200px"></iframe></p>
<p>As you can see, I&#8217;ve updated a number of things, not the least of which was the fact that I was using a slider for the hue to the right in the old version. The new one uses an interface of my own because the slider wasn&#8217;t flexible enough for what I needed.</p>
<p>I also added functionality so that clicking on the color boxes selects all the text. I have <a href="http://www.designersilverlight.com/2008/12/03/getting-a-mouseleftbuttondown-or-mouseleftbuttonup-event-from-your-textbox/">a blog post on how to do that</a> if you&#8217;re so inclined.</p>
<p>I&#8217;ve made some discoveries regarding creating Silverlight gadgets, but that is a post in and of itself. It&#8217;s coming. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/12/03/updated-silverlight-color-picker-gadget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting a MouseLeftButtonDown or MouseLeftButtonUp Event From Your TextBox</title>
		<link>http://www.designersilverlight.com/2008/12/03/getting-a-mouseleftbuttondown-or-mouseleftbuttonup-event-from-your-textbox/</link>
		<comments>http://www.designersilverlight.com/2008/12/03/getting-a-mouseleftbuttondown-or-mouseleftbuttonup-event-from-your-textbox/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 00:28:46 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[XAML]]></category>
		<category><![CDATA[colorpicker]]></category>
		<category><![CDATA[MouseLeftButtonDown]]></category>
		<category><![CDATA[MouseLeftButtonUp]]></category>
		<category><![CDATA[SelectAll]]></category>
		<category><![CDATA[TextBox]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/?p=396</guid>
		<description><![CDATA[One of the nifty little tricks I got working in my attempt to update my Silverlight Color Picker was that I wanted to have the entire content of a TextBox to select when I clicked on it. Imagine my surprise when clicking on the TextBox didn&#8217;t fire either a MouseLeftButtonUp or a MouseLeftButtonDown event!
This stunned [...]]]></description>
			<content:encoded><![CDATA[<p>One of the nifty little tricks I got working in my attempt to update my Silverlight Color Picker was that I wanted to have the entire content of a TextBox to select when I clicked on it. Imagine my surprise when clicking on the TextBox <em>didn&#8217;t fire either a MouseLeftButtonUp or a MouseLeftButtonDown event!</em></p>
<p>This stunned me a little bit. Turns out there is a big discussion about this over at the <a href="http://silverlight.net/forums/p/31070/112500.aspx">Silverlight Forum</a>. Long story short, I needed to add this code to my project (you&#8217;ll see it in my Color Picker project if you download it).</p>
<p>Add this code to your MyPage.xaml.cs file:</p>
<p><span style="color: #0000ff;">public class</span> <span style="color: #008080;">TextBoxClickable</span> : <span style="color: #008080;">TextBox</span><br />
{<br />
&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">protected override void</span> OnMouseLeftButtonDown(<span style="color: #008080;">MouseButtonEventArgs</span> e)<br />
&nbsp; &nbsp; &nbsp;{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">base</span>.OnMouseLeftButtonDown(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.Handled = <span style="color: #0000ff;">false</span>;<br />
&nbsp; &nbsp; &nbsp;}</p>
<p>&nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">protected override void</span> OnMouseLeftButtonUp(<span style="color: #008080;">MouseButtonEventArgs</span> e)<br />
&nbsp; &nbsp; &nbsp;{<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #0000ff;">base</span>.OnMouseLeftButtonUp(e);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e.Handled = <span style="color: #0000ff;">false</span>;<br />
&nbsp; &nbsp; &nbsp;}<br />
}</p>
<p>Your XAML should define your namespace:</p>
<p><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">UserControl</span> <span style="color: #ff0000;">x<span style="color: #0000ff;">:</span>Class</span>=&#8221;<span style="color: #0000ff;">MyProjectName.MyPage</span>&#8221;<br />
&nbsp; &nbsp; &nbsp;<span style="color: #ff0000;"> xmlns<span style="color: #0000ff;">:</span>clickable</span>=&#8221;<span style="color: #0000ff;">clr-namespace:MyPage</span>&#8220;&gt;</p>
<p>And you can use your new clickable TextBox like this:</p>
<p><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">clickable</span><span style="color: #0000ff;">:</span><span style="color: #800000;">TextBoxClickable</span> <span style="color: #ff0000;">MouseLeftButtonDown</span>=&#8221;<span style="color: #0000ff;">TextBox_SelectAll</span>&#8221; <span style="color: #0000ff;">/&gt;</span></p>
<p>If you&#8217;re like me and want to select everything in the TextBox with a single click, your method will look like this:</p>
<p><span style="color: #0000ff;">private void</span> TextBox_SelectAll(<span style="color: #0000ff;">object</span> sender, <span style="color: #008080;">MouseButtonEventArgs</span> e)<br />
{<br />
&nbsp; &nbsp; &nbsp;<span style="color: #008080;">TextBox</span> selectionBox = (<span style="color: #008080;">TextBox</span>)sender;<br />
&nbsp; &nbsp; &nbsp;selectionBox.SelectAll();<br />
}</p>
<p>That&#8217;s it. I&#8217;ll post my updated color pickers in a couple hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/12/03/getting-a-mouseleftbuttondown-or-mouseleftbuttonup-event-from-your-textbox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Color Picker In Action (In The Silverlight Particle Project)</title>
		<link>http://www.designersilverlight.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/</link>
		<comments>http://www.designersilverlight.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:00:17 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[colorpicker]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/</guid>
		<description><![CDATA[Just for fun, I took my color picker and plugged into Robby Ingebretsen’s Silverlight Particle Generator. I had to make some tweaks to the XAML to alter the look to just what I wanted it to be, but you can check out the result here.
By the way, if you’d like a rock solid version of [...]]]></description>
			<content:encoded><![CDATA[<p>Just for fun, I took my color picker and plugged into <a href="http://blog.nerdplusart.com/archives/silverlight-particle-generator">Robby Ingebretsen’s Silverlight Particle Generator</a>. I had to make some tweaks to the XAML to alter the look to just what I wanted it to be, but you can <a href="http://www.designersilverlight.com/projects/ParticlesFullScreen.html">check out the result here.</a></p>
<p>By the way, if you’d like a rock solid version of the color picker, let me know. My inclination is to re-write the whole thing as a custom control and give it support for things like two way color binding, make it a template-able control, that kind of stuff. The end result would be something faster, easier to use and more customizable, but I hesitate to put the energy into it if there is no desire for other people to use it.</p>
<p>So… let me know if you’re interested.</p>
<p>UPDATE from December 3: I&#8217;ve <a href="http://www.designersilverlight.com/2008/12/03/updated-silverlight-color-picker-gadget/">updated the Silverlight gadget</a>, which is a stripped down version of the Silverlight control. I&#8217;ll be getting the more robust control out shortly. You&#8217;re more than welcome to download the gadget source and deconstruct.</p>
<p><script src="http://www.micropoll.com/akira/MicroPoll?id=108679"></script><noscript></noscript><!-- END MICROPOLL JAVASCRIPT CODE --></p>
<p><b>Update (12/05/08):</b></p>
<p><a href="http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/">Updated Color Picker Utility</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/09/29/color-picker-in-action-in-the-silverlight-particle-project/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using a Color Picker Silverlight Control</title>
		<link>http://www.designersilverlight.com/2008/09/27/using-a-color-picker-silverlight-control/</link>
		<comments>http://www.designersilverlight.com/2008/09/27/using-a-color-picker-silverlight-control/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 03:05:08 +0000</pubDate>
		<dc:creator>Matthias Shapiro</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[colorpicker]]></category>

		<guid isPermaLink="false">http://www.designersilverlight.com/2008/09/27/using-a-color-picker-silverlight-control/</guid>
		<description><![CDATA[UPDATED (12/05/08):
Updated Color Picker Utility
UPDATED (09/29/08): I added an event to my user control. You can now use the ColorChanged event to figure out when the color has changed and subsequently apply that color. This invalidates my problem with the slider click events. All downloads are updated appropriately.
Download Color Picker Control Only
Download Color Picker Sidebar [...]]]></description>
			<content:encoded><![CDATA[<p><b>UPDATED (12/05/08):</b></p>
<p><a href="http://www.designersilverlight.com/2008/12/04/final-ish-silverlight-color-picker-utility/">Updated Color Picker Utility</a></p>
<p>UPDATED (09/29/08): I added an event to my user control. You can now use the ColorChanged event to figure out when the color has changed and subsequently apply that color. This invalidates my problem with the slider click events. All downloads are updated appropriately.</p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/09/silverlightcolorpickercontrol.zip" title="Download Color Picker Control Only">Download Color Picker Control Only</a></p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/09/colorpickersidebar.gadget" title="Download Color Picker Sidebar Gadget">Download Color Picker Sidebar Gadget</a></p>
<p><a href="http://www.designersilverlight.com/wp-content/uploads/2008/09/colorpicker_solutionsource.zip" title="Download Full Source Code for Project Below">Download Full Source Code for Project Below</a></p>
<p>I’m working on getting a tutorial up about how I made my color picker control, but I thought that in the meantime I could at least put up the code and how to use it.</p>
<p>This color picker is nothing more than a simple Silverlight user control with some attached properties. You could literally just add these files to your project and then start drawing color pickers all over the place.</p>
<p>The control has two modes. The default mode is the one seen here. This color picker can be resized to pretty much any size you want. You could make the whole screen a color picker if that was your whim. The second mode is a “compact” mode that reduces the color picker to size of a Vista sidebar gadget (130px by 200px).</p>
<p>Incidentally, if you would like that gadget, you can download it here. I now have it as my constant companion on my side bar.</p>
<p>To switch between these modes, simply flip the “IsCompact” property. Here’s an example app so you can see both color pickers.</p>
<p>(Sample removed due to incompatibility, please see the updated link at the top.)</p>
<p>You can grab the color from this color picker by watching the ColorChanged event, which delivers both the new color and the old color. There is also a &#8220;SelectedColor&#8221; property that can used. <a href='http://www.designersilverlight.com/wp-content/uploads/2008/09/colorpicker_solutionsource.zip' title='ColorPickerSolution'>ColorPickerSolution</a></p>
<p>If you’d like to see how all this is working, I have the entire source code for the above project right here.</p>
<p>My biggest problem right now is that, for reasons I’ve yet to discover, the slider control (the rainbow colored bar on the side) is a black hole for mouse events, which is why the button doesn’t update when I drag it. If anyone knows why, please let me know. UPDATE: This problem has been invalidated by my implementation of the &#8220;ColorChanged&#8221; event.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designersilverlight.com/2008/09/27/using-a-color-picker-silverlight-control/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
