<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Understanding Routed Commands</title>
	<atom:link href="http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/</link>
	<description>Thoughts about the Windows Presentation Foundation</description>
	<lastBuildDate>Tue, 23 Apr 2013 00:14:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Josh Smith</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-11351</link>
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 01:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-11351</guid>
		<description><![CDATA[I&#039;m glad to be of service, Dog!  8)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to be of service, Dog!  8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dog Tate</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-11350</link>
		<dc:creator><![CDATA[Dog Tate]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 01:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-11350</guid>
		<description><![CDATA[That unicorn riding robot is now living on my desktop. Thanks!

And oh yeah, thanks for the great post too. I&#039;ve been banging my head against a bunch of MVVM WPF examples and trying to understand what the hell the difference was between the implementations. Recognizing the difference between ICommand and RoutedCommand implementations was the key!  Woo freakin hoo. Great post.]]></description>
		<content:encoded><![CDATA[<p>That unicorn riding robot is now living on my desktop. Thanks!</p>
<p>And oh yeah, thanks for the great post too. I&#8217;ve been banging my head against a bunch of MVVM WPF examples and trying to understand what the hell the difference was between the implementations. Recognizing the difference between ICommand and RoutedCommand implementations was the key!  Woo freakin hoo. Great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Smith</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-11121</link>
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-11121</guid>
		<description><![CDATA[Yogesh,

I suggest using CommandManager.RegisterClassCommandBinding().  

Josh]]></description>
		<content:encoded><![CDATA[<p>Yogesh,</p>
<p>I suggest using CommandManager.RegisterClassCommandBinding().  </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-11120</link>
		<dc:creator><![CDATA[Yogesh]]></dc:creator>
		<pubDate>Sat, 12 Jul 2008 14:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-11120</guid>
		<description><![CDATA[Hello Josh,

Can you help me with Application wide commands?

Does any such term exists? What I want is, that I define CanExecute and Execute handlers on a application/top window/main frame level and all the child windows or pages of main frame pick those handlers automatically. Is this possible in any way?

If you got confused with what I want, I want something similar to what is being discussed here:
http://forums.msdn.microsoft.com/en/wpf/thread/cc2645a3-014b-4244-a91c-bbe40872cee0/

Regards,
Yogesh.]]></description>
		<content:encoded><![CDATA[<p>Hello Josh,</p>
<p>Can you help me with Application wide commands?</p>
<p>Does any such term exists? What I want is, that I define CanExecute and Execute handlers on a application/top window/main frame level and all the child windows or pages of main frame pick those handlers automatically. Is this possible in any way?</p>
<p>If you got confused with what I want, I want something similar to what is being discussed here:<br />
<a href="http://forums.msdn.microsoft.com/en/wpf/thread/cc2645a3-014b-4244-a91c-bbe40872cee0/" rel="nofollow">http://forums.msdn.microsoft.com/en/wpf/thread/cc2645a3-014b-4244-a91c-bbe40872cee0/</a></p>
<p>Regards,<br />
Yogesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Smith</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10767</link>
		<dc:creator><![CDATA[Josh Smith]]></dc:creator>
		<pubDate>Wed, 07 May 2008 17:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10767</guid>
		<description><![CDATA[I dunno.  You should search the WPF Forum, and if you can&#039;t find an answer there, post your question on it.
 http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&amp;SiteID=1

Josh]]></description>
		<content:encoded><![CDATA[<p>I dunno.  You should search the WPF Forum, and if you can&#8217;t find an answer there, post your question on it.<br />
 <a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&#038;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&#038;SiteID=1</a></p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Duffy</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10765</link>
		<dc:creator><![CDATA[Patrick Duffy]]></dc:creator>
		<pubDate>Wed, 07 May 2008 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10765</guid>
		<description><![CDATA[Hello Josh,

    I was reading your article on WPF commanding and I have a question. I have an application that has a complex layout with multiple tab windows imbedded in a document container window which hosts a flowdocument. When I create a command for &#039;cut&#039;,  &#039;copy&#039; and &#039;paste&#039; (from the ApplicationCommands class) and place it in a tool bar menu, the &#039;tunnel and bubble&#039; fails to enable these commands when I select text in the flowdocument, but if I place the menu directly iside the xaml element that holds the flow document it works.   Why does WPF fail to bubble up to the top-level toolbar but it works if I place the menu farther down the tree? Any idea on what to do to fix it?]]></description>
		<content:encoded><![CDATA[<p>Hello Josh,</p>
<p>    I was reading your article on WPF commanding and I have a question. I have an application that has a complex layout with multiple tab windows imbedded in a document container window which hosts a flowdocument. When I create a command for &#8216;cut&#8217;,  &#8216;copy&#8217; and &#8216;paste&#8217; (from the ApplicationCommands class) and place it in a tool bar menu, the &#8216;tunnel and bubble&#8217; fails to enable these commands when I select text in the flowdocument, but if I place the menu directly iside the xaml element that holds the flow document it works.   Why does WPF fail to bubble up to the top-level toolbar but it works if I place the menu farther down the tree? Any idea on what to do to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres Olivares</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10713</link>
		<dc:creator><![CDATA[Andres Olivares]]></dc:creator>
		<pubDate>Wed, 30 Apr 2008 02:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10713</guid>
		<description><![CDATA[Josh,

Great article, and I agree the images are funny. I was interested in a scenario Kent mentioned &quot;commands really shine when developing custom controls.&quot; I was looking for a way to make commands for a component executed somewhere centralized away from the component, even away from the client implementing the component.

Scenario:
I have a Window [Win1] and it contains a component [Comp1]. Comp1 contains a menu item and it is bound to a central command. When executed Win1 determines whether it can be executed but the command executes in another class, like a service, and it works of some context. This would be ideal because I can then code this CommandController similar to a service for a specific context. This imaginery CommandController would have exposed commands and handlers for those commands. The final goal in this scenario would be that another component, possibly in another Window, could bind to the same command because it would want to deal with the same context identically.

Hope this make sense. I am still in search to make this happen and I believe your article helped me understand the usage of routed commands and my limitations. 

Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Josh,</p>
<p>Great article, and I agree the images are funny. I was interested in a scenario Kent mentioned &#8220;commands really shine when developing custom controls.&#8221; I was looking for a way to make commands for a component executed somewhere centralized away from the component, even away from the client implementing the component.</p>
<p>Scenario:<br />
I have a Window [Win1] and it contains a component [Comp1]. Comp1 contains a menu item and it is bound to a central command. When executed Win1 determines whether it can be executed but the command executes in another class, like a service, and it works of some context. This would be ideal because I can then code this CommandController similar to a service for a specific context. This imaginery CommandController would have exposed commands and handlers for those commands. The final goal in this scenario would be that another component, possibly in another Window, could bind to the same command because it would want to deal with the same context identically.</p>
<p>Hope this make sense. I am still in search to make this happen and I believe your article helped me understand the usage of routed commands and my limitations. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WPF Dev - Josh Smith, post happy</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10499</link>
		<dc:creator><![CDATA[WPF Dev - Josh Smith, post happy]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 03:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10499</guid>
		<description><![CDATA[[...] Images in a 3D ItemsControl - Creating a custom 3D panel Understanding Routed Commands - This one blew my mind a little bit. Maybe it was the unicorns, robots, and laser beams. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Images in a 3D ItemsControl &#8211; Creating a custom 3D panel Understanding Routed Commands &#8211; This one blew my mind a little bit. Maybe it was the unicorns, robots, and laser beams. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Demopoulos</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10491</link>
		<dc:creator><![CDATA[Mike Demopoulos]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 00:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10491</guid>
		<description><![CDATA[Awesome post. I&#039;m a Flash developer who is trying to make the transition over to WPF and it&#039;s articles like these that really help. ...i have to admit, my head is still spinning, but it&#039;s getting easier. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Awesome post. I&#8217;m a Flash developer who is trying to make the transition over to WPF and it&#8217;s articles like these that really help. &#8230;i have to admit, my head is still spinning, but it&#8217;s getting easier. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Avera</title>
		<link>http://joshsmithonwpf.wordpress.com/2008/03/18/understanding-routed-commands/#comment-10489</link>
		<dc:creator><![CDATA[David Avera]]></dc:creator>
		<pubDate>Tue, 01 Apr 2008 21:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://joshsmithonwpf.wordpress.com/?p=441#comment-10489</guid>
		<description><![CDATA[Josh,
Thanks for the reply. The problem appears to be corrected with a system restart. I &gt;think&lt; something got hosed and there was a devenv.exe process that wasn&#039;t going away when I shut down all instances of VS. During shutdown I had to kill it. So, it appears better now.]]></description>
		<content:encoded><![CDATA[<p>Josh,<br />
Thanks for the reply. The problem appears to be corrected with a system restart. I &gt;think&lt; something got hosed and there was a devenv.exe process that wasn&#8217;t going away when I shut down all instances of VS. During shutdown I had to kill it. So, it appears better now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
