<?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: attachedbindings for silverlight</title>
	<atom:link href="http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/</link>
	<description>deadly sharp lines, waves of sine, intersecting shapes with tweens and keysplines</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:06:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karim</title>
		<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/comment-page-1/#comment-12</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Thu, 06 Nov 2008 06:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://dragonshed.wordpress.com/?p=176#comment-12</guid>
		<description>@ Mahesh,

Without seeing the code and the exception, I can only guess at possible causes.  Slider.Value and TextBlock.Text properties have different types, so you will need to use a Value Converter to bridge the two.  An example of how to do this is in the Sample included, defined at the bottom of Page.xaml.cs, used by Page.xaml (lines 13 and 86).  Hope that helps.</description>
		<content:encoded><![CDATA[<p>@ Mahesh,</p>
<p>Without seeing the code and the exception, I can only guess at possible causes.  Slider.Value and TextBlock.Text properties have different types, so you will need to use a Value Converter to bridge the two.  An example of how to do this is in the Sample included, defined at the bottom of Page.xaml.cs, used by Page.xaml (lines 13 and 86).  Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/comment-page-1/#comment-11</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://dragonshed.wordpress.com/?p=176#comment-11</guid>
		<description>I am trying to use attachedBinding in SL2 but XAML parser throws an exception.

Scenario is simple, binding Slider value to TextBlock&#039;s Text Property.
Please advice.

Thanks,
Mahesh</description>
		<content:encoded><![CDATA[<p>I am trying to use attachedBinding in SL2 but XAML parser throws an exception.</p>
<p>Scenario is simple, binding Slider value to TextBlock&#8217;s Text Property.<br />
Please advice.</p>
<p>Thanks,<br />
Mahesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim&#8217;s attached bindings in Silverlight &#124; designerslove.net</title>
		<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/comment-page-1/#comment-13</link>
		<dc:creator>Karim&#8217;s attached bindings in Silverlight &#124; designerslove.net</dc:creator>
		<pubDate>Mon, 27 Oct 2008 21:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://dragonshed.wordpress.com/?p=176#comment-13</guid>
		<description>[...] office show and tell every now and then I never got a chance to really look at this until now. http://dragonshed.wordpress.com/2008/09/22/attachedbindings-for-silverlight/   Categorized as [...]</description>
		<content:encoded><![CDATA[<p>[...] office show and tell every now and then I never got a chance to really look at this until now. <a href="http://dragonshed.wordpress.com/2008/09/22/attachedbindings-for-silverlight/" rel="nofollow">http://dragonshed.wordpress.com/2008/09/22/attachedbindings-for-silverlight/</a>   Categorized as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/comment-page-1/#comment-14</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 24 Sep 2008 04:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://dragonshed.wordpress.com/?p=176#comment-14</guid>
		<description>Nicely done Karim!</description>
		<content:encoded><![CDATA[<p>Nicely done Karim!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Mosafi</title>
		<link>http://www.dragonshed.org/blog/2008/09/22/attachedbindings-for-silverlight/comment-page-1/#comment-15</link>
		<dc:creator>Neil Mosafi</dc:creator>
		<pubDate>Tue, 23 Sep 2008 10:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://dragonshed.wordpress.com/?p=176#comment-15</guid>
		<description>It&#039;s nice, and great to see another solution for this!  I&#039;m sure they&#039;ll be in Silverlight 2 when it&#039;s finally released.  I think I originally tried using an attached property, but then ended up making it an extra control cos I wanted better intellisense support for the various properties.

Cheers
Neil</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice, and great to see another solution for this!  I&#8217;m sure they&#8217;ll be in Silverlight 2 when it&#8217;s finally released.  I think I originally tried using an attached property, but then ended up making it an extra control cos I wanted better intellisense support for the various properties.</p>
<p>Cheers<br />
Neil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
