<?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: Throttling Silverlight Mouse Events to Keep the UI Responsive</title>
	<atom:link href="http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/</link>
	<description>Colin Eberhardt&#039;s Adventures in .NET</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:02:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Flex Charts vs Silverlight Charts &#8211; a test of Performance &#124; Odds On Flex</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-25937</link>
		<dc:creator>Flex Charts vs Silverlight Charts &#8211; a test of Performance &#124; Odds On Flex</dc:creator>
		<pubDate>Tue, 16 Nov 2010 09:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-25937</guid>
		<description>[...] in Silverlight, there is no need to do anything funky with mouse event handling Flex, as the Flex component lifecycle means the UI will always have a [...]</description>
		<content:encoded><![CDATA[<p>[...] in Silverlight, there is no need to do anything funky with mouse event handling Flex, as the Flex component lifecycle means the UI will always have a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visiblox Charts vs. Silverlight Toolkit Charts &#8211; a test of Performance &#124; Colin Eberhardt&#039;s Adventures in WPF</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-24940</link>
		<dc:creator>Visiblox Charts vs. Silverlight Toolkit Charts &#8211; a test of Performance &#124; Colin Eberhardt&#039;s Adventures in WPF</dc:creator>
		<pubDate>Mon, 08 Nov 2010 08:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-24940</guid>
		<description>[...] the grid are used to detect when the user drags the line. The technique I published previously on throttling mouse events is used to handle the mouse move event in order to construct the chart data: private void [...]</description>
		<content:encoded><![CDATA[<p>[...] the grid are used to detect when the user drags the line. The technique I published previously on throttling mouse events is used to handle the mouse move event in order to construct the chart data: private void [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Bulla</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-20865</link>
		<dc:creator>Brent Bulla</dc:creator>
		<pubDate>Fri, 01 Oct 2010 21:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-20865</guid>
		<description>I appreciate your sample here...it has proven especially useful with smooth zooming/panning of high res images (medical grade). Keep up the good work!</description>
		<content:encoded><![CDATA[<p>I appreciate your sample here&#8230;it has proven especially useful with smooth zooming/panning of high res images (medical grade). Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Eberhardt</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-12512</link>
		<dc:creator>Colin Eberhardt</dc:creator>
		<pubDate>Tue, 22 Jun 2010 19:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-12512</guid>
		<description>@Tom,

Thanks for the feedback - I have experienced that problem before, where a Silverlight application eats up all the available CPU time, starving the browser UI. However, it does not happen for me with the application on this page. It is something I definitely intend to look into.

Regards, Colin E.</description>
		<content:encoded><![CDATA[<p>@Tom,</p>
<p>Thanks for the feedback &#8211; I have experienced that problem before, where a Silverlight application eats up all the available CPU time, starving the browser UI. However, it does not happen for me with the application on this page. It is something I definitely intend to look into.</p>
<p>Regards, Colin E.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-12487</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 21 Jun 2010 21:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-12487</guid>
		<description>Interesting, but what makes the SL UI responsive seems to make the browser UI unresponsive...?  I was just playing with the second embedded SL instance here.  As I added more lines, it would take longer to switch to a different browser tab by clicking on the tab.  Also, the mouse wheel stopped working.  If I clicked Reset in the SL app, things would work normally again.  The first embedded SL instance shows 0 lines.  My environment is SL4 on FF 3.6.3 on Windows 7.</description>
		<content:encoded><![CDATA[<p>Interesting, but what makes the SL UI responsive seems to make the browser UI unresponsive&#8230;?  I was just playing with the second embedded SL instance here.  As I added more lines, it would take longer to switch to a different browser tab by clicking on the tab.  Also, the mouse wheel stopped working.  If I clicked Reset in the SL app, things would work normally again.  The first embedded SL instance shows 0 lines.  My environment is SL4 on FF 3.6.3 on Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Client Developer Roundup for 6/21/2010 - Pete Brown's 10rem.net</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-12464</link>
		<dc:creator>Windows Client Developer Roundup for 6/21/2010 - Pete Brown's 10rem.net</dc:creator>
		<pubDate>Mon, 21 Jun 2010 05:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-12464</guid>
		<description>[...] Throttling Silverlight Mouse Events to Keep the UI Responsive (Colin Eberhardt) [...]</description>
		<content:encoded><![CDATA[<p>[...] Throttling Silverlight Mouse Events to Keep the UI Responsive (Colin Eberhardt) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beat Kiener</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-12249</link>
		<dc:creator>Beat Kiener</dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-12249</guid>
		<description>Very nice demo!</description>
		<content:encoded><![CDATA[<p>Very nice demo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #621</title>
		<link>http://www.scottlogic.co.uk/blog/colin/2010/06/throttling-silverlight-mouse-events-to-keep-the-ui-responsive/#comment-12240</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #621</dc:creator>
		<pubDate>Tue, 15 Jun 2010 07:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottlogic.co.uk/blog/colin/?p=663#comment-12240</guid>
		<description>[...] Throttling Silverlight Mouse Events to Keep the UI Responsive - Colin Eberhardt takes a ,ook at improving the responsiveness of his Silverlight applications which make use of the mouse events by throttling the mouse events, illustrating with some browser based examples (NB some of these examples show the unthrottled case which may cause your browser to become unresponsive) [...]</description>
		<content:encoded><![CDATA[<p>[...] Throttling Silverlight Mouse Events to Keep the UI Responsive &#8211; Colin Eberhardt takes a ,ook at improving the responsiveness of his Silverlight applications which make use of the mouse events by throttling the mouse events, illustrating with some browser based examples (NB some of these examples show the unthrottled case which may cause your browser to become unresponsive) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

