<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Komentarze do: [EN] WPF: Ribbon in Prism Applications</title>
	<atom:link href="http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/</link>
	<description>all of the bits and pieces</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:40:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Autor: Bartłomiej Szafko</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-345</link>
		<dc:creator>Bartłomiej Szafko</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-345</guid>
		<description>I am not willing to share that code at the moment</description>
		<content:encoded><![CDATA[<p>I am not willing to share that code at the moment</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Gareth O. Evans FdSc</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-337</link>
		<dc:creator>Gareth O. Evans FdSc</dc:creator>
		<pubDate>Thu, 21 Jan 2010 10:45:10 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-337</guid>
		<description>Could you please post your code here or email it to me. Thank you :)
GE</description>
		<content:encoded><![CDATA[<p>Could you please post your code here or email it to me. Thank you <img src='http://bartekszafko.pl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
GE</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Sebastian Talamoni</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-106</link>
		<dc:creator>Sebastian Talamoni</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-106</guid>
		<description>Hi Bartek, 
Thanks for the article. 

I had some trouble with the DataBinding expressions inside the (detached) RibbonTabs. 

I&#039;ve created an example solution to this problem here in case you are interested:

http://stalamoni.blogspot.com/2009/02/creating-ribbontab-programatically.html</description>
		<content:encoded><![CDATA[<p>Hi Bartek,<br />
Thanks for the article. </p>
<p>I had some trouble with the DataBinding expressions inside the (detached) RibbonTabs. </p>
<p>I&#8217;ve created an example solution to this problem here in case you are interested:</p>
<p><a href="http://stalamoni.blogspot.com/2009/02/creating-ribbontab-programatically.html" rel="nofollow">http://stalamoni.blogspot.com/2009/02/creating-ribbontab-programatically.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Craig</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-70</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 27 Dec 2008 13:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-70</guid>
		<description>ok, so I have my RegionAdaptor working, still a bit lost as to adding tabs and &quot;items&quot; to the ribbon from a module.  Thanks for replying.</description>
		<content:encoded><![CDATA[<p>ok, so I have my RegionAdaptor working, still a bit lost as to adding tabs and &#8220;items&#8221; to the ribbon from a module.  Thanks for replying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Bartłomiej Szafko</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-69</link>
		<dc:creator>Bartłomiej Szafko</dc:creator>
		<pubDate>Fri, 26 Dec 2008 19:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-69</guid>
		<description>craig,

sure - that&#039;s right!</description>
		<content:encoded><![CDATA[<p>craig,</p>
<p>sure &#8211; that&#8217;s right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: craig</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-68</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Tue, 23 Dec 2008 10:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-68</guid>
		<description>Hi Bartłomiej 

Thanks for the reply.  I&#039;ve added the code-snippet to an Infrastructure project.

In the Shell.xaml, I drop the Ribbon control, is that correct?</description>
		<content:encoded><![CDATA[<p>Hi Bartłomiej </p>
<p>Thanks for the reply.  I&#8217;ve added the code-snippet to an Infrastructure project.</p>
<p>In the Shell.xaml, I drop the Ribbon control, is that correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: Bartłomiej Szafko</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-67</link>
		<dc:creator>Bartłomiej Szafko</dc:creator>
		<pubDate>Tue, 23 Dec 2008 07:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-67</guid>
		<description>hi, i don&#039;t have access to src right now, but as far as i can recall i put it in my shell project</description>
		<content:encoded><![CDATA[<p>hi, i don&#8217;t have access to src right now, but as far as i can recall i put it in my shell project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: craig</title>
		<link>http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/comment-page-1/#comment-66</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Mon, 22 Dec 2008 12:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://bartekszafko.pl/2008/11/29/en-wpf-ribbon-in-prism-applications/#comment-66</guid>
		<description>Where did you place this code, in the Composite.Wpf project under, Regions?

Or did you create some infrastructure project and place the code in there?

If you would be kind enough to email me your sample, I would be most greatful.</description>
		<content:encoded><![CDATA[<p>Where did you place this code, in the Composite.Wpf project under, Regions?</p>
<p>Or did you create some infrastructure project and place the code in there?</p>
<p>If you would be kind enough to email me your sample, I would be most greatful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
