<?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>Silverlight, RIA development, and other goofy geeky goodness.</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:06:48 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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-5865</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:02:21 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-5865</guid>
		<description>My blog filters out xml.  Can you e-mail it to me (david dot poll at microsoft dot com)?</description>
		<content:encoded><![CDATA[<p>My blog filters out xml.  Can you e-mail it to me (david dot poll at microsoft dot com)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Silva</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5864</link>
		<dc:creator>Tiago Silva</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:50:15 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-5864</guid>
		<description>i am using your control and it looks great.
but now i have made some changes in my code like -
i put my domaindatasource on a ResourceDictionary xaml file and bind it like :

 
this is not working...
any tips ?</description>
		<content:encoded><![CDATA[<p>i am using your control and it looks great.<br />
but now i have made some changes in my code like -<br />
i put my domaindatasource on a ResourceDictionary xaml file and bind it like :</p>
<p>this is not working&#8230;<br />
any tips ?</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-5846</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 07 Feb 2010 23:15:57 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-5846</guid>
		<description>There is no requirement to use the control as the root element.  It&#039;s simply a content control -- wrap whatever you want it to appear over in it.  If you have some other control that requires the root to be a grid, put it inside of the grid with other content within it.</description>
		<content:encoded><![CDATA[<p>There is no requirement to use the control as the root element.  It&#8217;s simply a content control &#8212; wrap whatever you want it to appear over in it.  If you have some other control that requires the root to be a grid, put it inside of the grid with other content within it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McCurdy</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5842</link>
		<dc:creator>Tim McCurdy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 18:16:53 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-5842</guid>
		<description>Using this control as the root element destroys the ability to open your UserControl / Page in Blend.  Also, I have huge problems using 3rd party controls which expect the root element to be a grid in order to function correctly.  Is there some way to have this overlay without being the root element?</description>
		<content:encoded><![CDATA[<p>Using this control as the root element destroys the ability to open your UserControl / Page in Blend.  Also, I have huge problems using 3rd party controls which expect the root element to be a grid in order to function correctly.  Is there some way to have this overlay without being the root element?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy Lopez</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5254</link>
		<dc:creator>Eddy Lopez</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:50:35 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-5254</guid>
		<description>Hi, I am trying to follow Ria services examples, but I am unable to build the solution. 
Error	The type or namespace name &#039;Activity&#039; could not be found (are you missing a using directive or an assembly reference?).

I have tried in VS2008 and VS2010, same thing. (Deleting the reference and adding it back in, did not work either.) 
However, in a separate SL project, I am able to have a valid reference to a build dll. 
Any suggestion? You can email me at 
eddy33012atyahoo.com</description>
		<content:encoded><![CDATA[<p>Hi, I am trying to follow Ria services examples, but I am unable to build the solution.<br />
Error	The type or namespace name &#8216;Activity&#8217; could not be found (are you missing a using directive or an assembly reference?).</p>
<p>I have tried in VS2008 and VS2010, same thing. (Deleting the reference and adding it back in, did not work either.)<br />
However, in a separate SL project, I am able to have a valid reference to a build dll.<br />
Any suggestion? You can email me at<br />
eddy33012atyahoo.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Wilcox &#8211; BusyIndicator: David Poll&#8217;s ActivityControl is now in the Silverlight Toolkit November 2009 Release</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-4965</link>
		<dc:creator>Jeff Wilcox &#8211; BusyIndicator: David Poll&#8217;s ActivityControl is now in the Silverlight Toolkit November 2009 Release</dc:creator>
		<pubDate>Thu, 19 Nov 2009 23:37:16 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-4965</guid>
		<description>[...] application experiences involving data, and he previously blogged about his nice ActivityControl (here and here). The control is designer to provide a visual hint to users when an asynchronous update [...]</description>
		<content:encoded><![CDATA[<p>[...] application experiences involving data, and he previously blogged about his nice ActivityControl (here and here). The control is designer to provide a visual hint to users when an asynchronous update [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-4950</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:45:15 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-4950</guid>
		<description>How do I change the phrase Loading ... another language?</description>
		<content:encoded><![CDATA[<p>How do I change the phrase Loading &#8230; another language?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marssss</title>
		<link>http://www.davidpoll.com/2009/03/19/displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-4600</link>
		<dc:creator>marssss</dc:creator>
		<pubDate>Tue, 06 Oct 2009 18:21:08 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-4600</guid>
		<description>How to set Activity in code ? i am setting DataGrid/Dataform in code , context also i am creating in code.</description>
		<content:encoded><![CDATA[<p>How to set Activity in code ? i am setting DataGrid/Dataform in code , context also i am creating in code.</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-4095</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:47:04 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-4095</guid>
		<description>One way to do it is to bind into the page for its status (i.e. make a property on the pages to bind the Activity control to)

If you do that, you can use IsActive=&quot;{Binding Content.ActivityProperty, ElementName=MyFrame}&quot; on your activity control, and it will stay bound to whatever page is currently being displayed.

Gotta love binding!</description>
		<content:encoded><![CDATA[<p>One way to do it is to bind into the page for its status (i.e. make a property on the pages to bind the Activity control to)</p>
<p>If you do that, you can use IsActive=&#8221;{Binding Content.ActivityProperty, ElementName=MyFrame}&#8221; on your activity control, and it will stay bound to whatever page is currently being displayed.</p>
<p>Gotta love 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-4094</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Mon, 14 Sep 2009 06:43:36 +0000</pubDate>
		<guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9491183#comment-4094</guid>
		<description>So, I&#039;ve looked this, and you&#039;re quite right.  I&#039;m about to blog an update that makes this value default to false, which should help resolve this issue for now.  I wonder how many people actually like that AutoBind functionality, or whether it should be removed?</description>
		<content:encoded><![CDATA[<p>So, I&#8217;ve looked this, and you&#8217;re quite right.  I&#8217;m about to blog an update that makes this value default to false, which should help resolve this issue for now.  I wonder how many people actually like that AutoBind functionality, or whether it should be removed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
