<?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: Silverlight Toolkit November 2009: Activity Control &#8211;&gt; BusyIndicator (a.k.a. Update 3: Displaying background activity in a Silverlight RIA application)</title>
	<atom:link href="http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/</link>
	<description>Silverlight, RIA development, and other goofy geeky goodness.</description>
	<lastBuildDate>Fri, 05 Mar 2010 18:09:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Muaz Zubair</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5933</link>
		<dc:creator>Muaz Zubair</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5933</guid>
		<description>Excellent post!
I get great experience through your blogs.
Sometimes I get unexpected problems when I working with Silverlight. I want to contact some expert programmer, but I didn&#039;t know anyone. Please, can you let me ask these type question directly (through e-mail). 
I want to learn from your experience.</description>
		<content:encoded><![CDATA[<p>Excellent post!<br />
I get great experience through your blogs.<br />
Sometimes I get unexpected problems when I working with Silverlight. I want to contact some expert programmer, but I didn&#8217;t know anyone. Please, can you let me ask these type question directly (through e-mail).<br />
I want to learn from your experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5334</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Mon, 21 Dec 2009 23:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5334</guid>
		<description>You can actually turn this off quite easily -- those behaviors are part of the template for the control (managed by the VisualStateManager).  Use Blend to create a new template that doesn&#039;t show the background.

If I remember correctly, though, I don&#039;t put the gray background up immediately -- all I&#039;m doing is disabling the underlying controls (which turns most of them gray) by disabling their container.  Again, this is behavior you can change easily by retemplating.</description>
		<content:encoded><![CDATA[<p>You can actually turn this off quite easily &#8212; those behaviors are part of the template for the control (managed by the VisualStateManager).  Use Blend to create a new template that doesn&#8217;t show the background.</p>
<p>If I remember correctly, though, I don&#8217;t put the gray background up immediately &#8212; all I&#8217;m doing is disabling the underlying controls (which turns most of them gray) by disabling their container.  Again, this is behavior you can change easily by retemplating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5308</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5308</guid>
		<description>Setting IsBusy=true will immediately put up the gray background - even if the actual dialog box hasn&#039;t appeared yet.

This is quite annoying if the component you&#039;re updating is being updated via a timer because it will then flicker on the triggering of the timer. 

If the gray background would not appear until the box itself appears then that would be great!

If you&#039;re using busy indicator as a safeguard for a slow internet connection, where normally the call should return instantly this is quite an annoying limitation.</description>
		<content:encoded><![CDATA[<p>Setting IsBusy=true will immediately put up the gray background &#8211; even if the actual dialog box hasn&#8217;t appeared yet.</p>
<p>This is quite annoying if the component you&#8217;re updating is being updated via a timer because it will then flicker on the triggering of the timer. </p>
<p>If the gray background would not appear until the box itself appears then that would be great!</p>
<p>If you&#8217;re using busy indicator as a safeguard for a slow internet connection, where normally the call should return instantly this is quite an annoying limitation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5205</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5205</guid>
		<description>Thanks for reporting this issue!  It sounds like a bug in the logic for enabling/disabling when the button is bound to an ICommand.  I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>Thanks for reporting this issue!  It sounds like a bug in the logic for enabling/disabling when the button is bound to an ICommand.  I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC van Bers</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5204</link>
		<dc:creator>AC van Bers</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5204</guid>
		<description>Super that the control is now integrated in the toolkit!

1 problem I&#039;m experiencing though:
It breaks buttons when the ICommand interface is used in SL4 beta..

I made a post and tracking about it:

http://forums.silverlight.net/forums/p/146909/327160.aspx#327160


http://silverlight.codeplex.com/WorkItem/View.aspx?WorkItemId=4754</description>
		<content:encoded><![CDATA[<p>Super that the control is now integrated in the toolkit!</p>
<p>1 problem I&#8217;m experiencing though:<br />
It breaks buttons when the ICommand interface is used in SL4 beta..</p>
<p>I made a post and tracking about it:</p>
<p><a href="http://forums.silverlight.net/forums/p/146909/327160.aspx#327160" rel="nofollow">http://forums.silverlight.net/forums/p/146909/327160.aspx#327160</a></p>
<p><a href="http://silverlight.codeplex.com/WorkItem/View.aspx?WorkItemId=4754" rel="nofollow">http://silverlight.codeplex.com/WorkItem/View.aspx?WorkItemId=4754</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david.poll</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5062</link>
		<dc:creator>david.poll</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5062</guid>
		<description>Hi folks!  I&#039;ve been on vacation for the last week (immediately following PDC).  I&#039;ll try to address your questions/comments in the next few days.  Thanks for all the feedback!</description>
		<content:encoded><![CDATA[<p>Hi folks!  I&#8217;ve been on vacation for the last week (immediately following PDC).  I&#8217;ll try to address your questions/comments in the next few days.  Thanks for all the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nk54</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5029</link>
		<dc:creator>Nk54</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5029</guid>
		<description>Lol this morning all my activity control makes page unavailable on blend :/

so i google &quot;davidpoll&quot; and surprise ! your activityControll become busyIndicator in the new toolkit :D

Ctrl+H replace &quot;activityControll&quot; to &quot;BusyIndicator&quot; all work finally fine ^^

thx ! nice job (also to Jeff and David)</description>
		<content:encoded><![CDATA[<p>Lol this morning all my activity control makes page unavailable on blend :/</p>
<p>so i google &#8220;davidpoll&#8221; and surprise ! your activityControll become busyIndicator in the new toolkit <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Ctrl+H replace &#8220;activityControll&#8221; to &#8220;BusyIndicator&#8221; all work finally fine ^^</p>
<p>thx ! nice job (also to Jeff and David)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maca</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-5025</link>
		<dc:creator>Maca</dc:creator>
		<pubDate>Wed, 25 Nov 2009 03:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-5025</guid>
		<description>I just installed the toolkit and tried to use in an existing solution.  I was trying to drag the BusyIndicator from the toolbox into the xaml and got the following error:

The operation could not be completed.

I got it working by removing the reference to System.Windows.Controls.Toolkit and readding it.

Looking forward to use it now. :)</description>
		<content:encoded><![CDATA[<p>I just installed the toolkit and tried to use in an existing solution.  I was trying to drag the BusyIndicator from the toolbox into the xaml and got the following error:</p>
<p>The operation could not be completed.</p>
<p>I got it working by removing the reference to System.Windows.Controls.Toolkit and readding it.</p>
<p>Looking forward to use it now. <img src='http://www.davidpoll.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Miranda</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-4996</link>
		<dc:creator>Michel Miranda</dc:creator>
		<pubDate>Sun, 22 Nov 2009 07:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-4996</guid>
		<description>Great control! I have two questions.
1. I want to show the busy indicator but keep the content enabled. Is it possible?
2. I want to show a custom animation. How to get rid of the gray background rectangle?
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Great control! I have two questions.<br />
1. I want to show the busy indicator but keep the content enabled. Is it possible?<br />
2. I want to show a custom animation. How to get rid of the gray background rectangle?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Toolkit November 2009: Activity Control &#8230; Silverlight Blog</title>
		<link>http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/comment-page-1/#comment-4979</link>
		<dc:creator>Silverlight Toolkit November 2009: Activity Control &#8230; Silverlight Blog</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidpoll.com/2009/11/19/silverlight-toolkit-november-2009-activity-control-busyindicator-a-k-a-update-3-displaying-background-activity-in-a-silverlight-ria-application/#comment-4979</guid>
		<description>[...] original here: Silverlight Toolkit November 2009: Activity Control &#8230;          By admin &#124; category: silverlight application &#124; tags: all-enjoy, big-fan, busyindicator, [...]</description>
		<content:encoded><![CDATA[<p>[...] original here: Silverlight Toolkit November 2009: Activity Control &#8230;          By admin | category: silverlight application | tags: all-enjoy, big-fan, busyindicator, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
