<?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: Displaying background activity in a Silverlight RIA application</title>
	<atom:link href="http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/</link>
	<description>Software development and other goofy geeky goodness.</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:01:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-8299</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 12 Jun 2011 23:48:11 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>It&#039;s good to see the application of Silverlight in this way. What I like about Silverlight is that it has very rich support for reading data of numerous types from web services to RSS feeds to static XML files.  It also has methods to facilitate the deserialization of XML or JSON into strongly types objects for simple manipulation and binding.</description>
		<content:encoded><![CDATA[<p>It&#8217;s good to see the application of Silverlight in this way. What I like about Silverlight is that it has very rich support for reading data of numerous types from web services to RSS feeds to static XML files.  It also has methods to facilitate the deserialization of XML or JSON into strongly types objects for simple manipulation and binding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-8111</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Wed, 04 May 2011 17:06:43 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>I&#039;d recommend filing a bug on the toolkit site.  I recently left Microsoft, so I&#039;m not in the best position to relay this information anymore.</description>
		<content:encoded><![CDATA[<p>I&#8217;d recommend filing a bug on the toolkit site.  I recently left Microsoft, so I&#8217;m not in the best position to relay this information anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesse</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-8103</link>
		<dc:creator>jesse</dc:creator>
		<pubDate>Wed, 04 May 2011 02:13:58 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Hi,
In the comments I noticed you said this control eventually became the BusyIndicator in the SL 4 toolkit. I&#039;m using the control, and I&#039;ve found some odd behavior. I&#039;m binding IsBusy to a property in my ViewModel, and the content it&#039;s surrounding is in one tab. If i set it to true, then go to another tab, change the IsBusy property to false while the focus is on the second tab, and then go back to the previous tab, the progress indicator is go, but the content is still disabled. If you change tabs and go back again, everything is enabled. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
In the comments I noticed you said this control eventually became the BusyIndicator in the SL 4 toolkit. I&#8217;m using the control, and I&#8217;ve found some odd behavior. I&#8217;m binding IsBusy to a property in my ViewModel, and the content it&#8217;s surrounding is in one tab. If i set it to true, then go to another tab, change the IsBusy property to false while the focus is on the second tab, and then go back to the previous tab, the progress indicator is go, but the content is still disabled. If you change tabs and go back again, everything is enabled. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-7611</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 26 Dec 2010 10:19:32 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>The BusyIndicator is a control like any other and follows the same rules for layout.  It is simply a ContentControl that covers up its content with the Busy display when IsBusy is true.</description>
		<content:encoded><![CDATA[<p>The BusyIndicator is a control like any other and follows the same rules for layout.  It is simply a ContentControl that covers up its content with the Busy display when IsBusy is true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-7343</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 16:56:17 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Hi!

How can I define the position screen where the BusyIndicator will be displayed??

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>How can I define the position screen where the BusyIndicator will be displayed??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPF/Silverlight visual states with DataTemplates &#171; Andrew Khmylov Blog</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-7242</link>
		<dc:creator>WPF/Silverlight visual states with DataTemplates &#171; Andrew Khmylov Blog</dc:creator>
		<pubDate>Fri, 19 Nov 2010 12:17:13 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>[...] well, if you just need something like “I’m busy!” overlay is Silverlight Activity Control (http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/). Works like a charm with RIA services, but I find it limited for complex scenarios (and yes, [...]</description>
		<content:encoded><![CDATA[<p>[...] well, if you just need something like “I’m busy!” overlay is Silverlight Activity Control (<a href="http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/" rel="nofollow">http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/</a>). Works like a charm with RIA services, but I find it limited for complex scenarios (and yes, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-7241</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Fri, 19 Nov 2010 08:44:31 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>I certainly haven&#039;t abandoned it -- I&#039;m no longer on the Silverlight team itself, but I&#039;m still building things with Silverlight, and intend to continue to post as long as I&#039;ve got new/interesting content.  I&#039;ve got another post in the works (code written -- just need to document it and write about it), it&#039;s just a question of time.</description>
		<content:encoded><![CDATA[<p>I certainly haven&#8217;t abandoned it &#8212; I&#8217;m no longer on the Silverlight team itself, but I&#8217;m still building things with Silverlight, and intend to continue to post as long as I&#8217;ve got new/interesting content.  I&#8217;ve got another post in the works (code written &#8212; just need to document it and write about it), it&#8217;s just a question of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail Gellings</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-7240</link>
		<dc:creator>Gail Gellings</dc:creator>
		<pubDate>Fri, 19 Nov 2010 08:27:11 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Greetings I recently finished going through through your blog as well as I’m very impressed. I do have a couple inquiries for you personally however. You think you’re thinking about doing a follow-up submitting about this? Will you be going to keep bringing up-to-date too?</description>
		<content:encoded><![CDATA[<p>Greetings I recently finished going through through your blog as well as I’m very impressed. I do have a couple inquiries for you personally however. You think you’re thinking about doing a follow-up submitting about this? Will you be going to keep bringing up-to-date too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Sickles</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-6958</link>
		<dc:creator>Brad Sickles</dc:creator>
		<pubDate>Wed, 07 Jul 2010 02:56:01 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Thanks much. Appreciate the fixes.</description>
		<content:encoded><![CDATA[<p>Thanks much. Appreciate the fixes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-6956</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 06 Jul 2010 20:19:26 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>No problem. Thank you very much. I will try it out, now.</description>
		<content:encoded><![CDATA[<p>No problem. Thank you very much. I will try it out, now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

