<?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: HOW TO: Use and add ribbon to your WPF applications? (Part 3)</title> <atom:link href="http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/feed/" rel="self" type="application/rss+xml" /><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/</link> <description>User experience, usability, IA, Silverlight and WPF tutorials and articles</description> <lastBuildDate>Thu, 09 Sep 2010 16:14:28 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Nethsu</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-60635</link> <dc:creator>Nethsu</dc:creator> <pubDate>Thu, 02 Sep 2010 04:49:39 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-60635</guid> <description>How Can I get the same structure in the clipboard as in Office?? Cut ,Copy and Delete are one below the other ??</description> <content:encoded><![CDATA[<p>How Can I get the same structure in the clipboard as in Office?? Cut ,Copy and Delete are one below the other ??</p> ]]></content:encoded> </item> <item><title>By: Tomboy</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-58821</link> <dc:creator>Tomboy</dc:creator> <pubDate>Tue, 24 Aug 2010 20:45:32 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-58821</guid> <description>The HasDialogLauncher property seems to be missing in current releases of the WPF Ribbon. How to achive the same behaviour as described here in new releases?</description> <content:encoded><![CDATA[<p>The HasDialogLauncher property seems to be missing in current releases of the WPF Ribbon. How to achive the same behaviour as described here in new releases?</p> ]]></content:encoded> </item> <item><title>By: Anatoliy</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-52820</link> <dc:creator>Anatoliy</dc:creator> <pubDate>Tue, 20 Jul 2010 11:54:34 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-52820</guid> <description>Igal Kroyter, why don&#039;t you use minWidth and minHeight? I think this will prevent this exception.And I also have one question. I want to load dynamic resource to the RibbonCommand&#039;s LabelTitle property.So the construction is like this: LabelTitle=&quot;{DynamicResource appclose}&quot;But LabelTitle is not a DependencyProperty and I get an exception when try to run the application.Does anyone have an idea of possible workaround of this problem?</description> <content:encoded><![CDATA[<p>Igal Kroyter, why don&#8217;t you use minWidth and minHeight? I think this will prevent this exception.</p><p>And I also have one question. I want to load dynamic resource to the RibbonCommand&#8217;s LabelTitle property.</p><p>So the construction is like this: LabelTitle=&#8221;{DynamicResource appclose}&#8221;</p><p>But LabelTitle is not a DependencyProperty and I get an exception when try to run the application.</p><p>Does anyone have an idea of possible workaround of this problem?</p> ]]></content:encoded> </item> <item><title>By: Igal Kroyter</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-52228</link> <dc:creator>Igal Kroyter</dc:creator> <pubDate>Thu, 15 Jul 2010 19:39:36 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-52228</guid> <description>First, I&#039;d like to thank to people like you over the net for shring these great capabilities.I have a &quot;small&quot; question. When I shrink the r:Window to minimum (VS says that Height =-1) the application crashes. Any Ideas?Regards,Igal</description> <content:encoded><![CDATA[<p>First, I&#8217;d like to thank to people like you over the net for shring these great capabilities.</p><p>I have a &#8220;small&#8221; question. When I shrink the r:Window to minimum (VS says that Height =-1) the application crashes. Any Ideas?</p><p>Regards,</p><p>Igal</p> ]]></content:encoded> </item> <item><title>By: foxp2</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-50808</link> <dc:creator>foxp2</dc:creator> <pubDate>Wed, 07 Jul 2010 16:36:22 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-50808</guid> <description>and the solution is ? Thanks to share when you find.</description> <content:encoded><![CDATA[<p>and the solution is ?<br /> Thanks to share when you find.</p> ]]></content:encoded> </item> <item><title>By: Spook</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-45757</link> <dc:creator>Spook</dc:creator> <pubDate>Tue, 01 Jun 2010 13:26:31 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-45757</guid> <description>Main form must be derived from RibbonWindow.By the way, is there a way to use Resources while not deriving main form from RibbonWindow? Under XP it&#039;s the only way for main window to look... er, normal, changing it to RibbonWindow screws the look (it looks very 95-ish)</description> <content:encoded><![CDATA[<p>Main form must be derived from RibbonWindow.</p><p>By the way, is there a way to use Resources while not deriving main form from RibbonWindow? Under XP it&#8217;s the only way for main window to look&#8230; er, normal, changing it to RibbonWindow screws the look (it looks very 95-ish)</p> ]]></content:encoded> </item> <item><title>By: UXPassion.com</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-40628</link> <dc:creator>UXPassion.com</dc:creator> <pubDate>Tue, 27 Apr 2010 00:01:08 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-40628</guid> <description>Faster than I was even able to take a look at the problem :) Glad it&#039;s all great now!</description> <content:encoded><![CDATA[<p>Faster than I was even able to take a look at the problem <img src='http://www.uxpassion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Glad it&#8217;s all great now!</p> ]]></content:encoded> </item> <item><title>By: xarkam</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-40541</link> <dc:creator>xarkam</dc:creator> <pubDate>Sun, 25 Apr 2010 18:23:22 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-40541</guid> <description>Resolved.</description> <content:encoded><![CDATA[<p>Resolved.</p> ]]></content:encoded> </item> <item><title>By: xarkam</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-40537</link> <dc:creator>xarkam</dc:creator> <pubDate>Sun, 25 Apr 2010 17:44:30 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-40537</guid> <description>Hi, with VS2010 &amp; Net 4 i recieve this error: &#039;RibbonTutorial.Window1&#039; does not contain a definition for &#039;OnShowClipboardGroup&#039; and no extension method &#039;OnShowClipboardGroup&#039; accepting a first argument of type &#039;RibbonTutorial.Window1&#039; could be found (are you missing a using directive or an assembly reference?)	c:\users\xarkam\documents\visual studio 2010\Projects\WpfApplication1\WpfApplication1\MainWindow.xaml</description> <content:encoded><![CDATA[<p>Hi, with VS2010 &amp; Net 4 i recieve this error:<br /> &#8216;RibbonTutorial.Window1&#8242; does not contain a definition for &#8216;OnShowClipboardGroup&#8217; and no extension method &#8216;OnShowClipboardGroup&#8217; accepting a first argument of type &#8216;RibbonTutorial.Window1&#8242; could be found (are you missing a using directive or an assembly reference?)	c:\users\xarkam\documents\visual studio 2010\Projects\WpfApplication1\WpfApplication1\MainWindow.xaml</p> ]]></content:encoded> </item> <item><title>By: Picatostes</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-31704</link> <dc:creator>Picatostes</dc:creator> <pubDate>Fri, 05 Feb 2010 12:26:49 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-31704</guid> <description>Ok it is fixed ... don&#039;t know how but it is fixed</description> <content:encoded><![CDATA[<p>Ok it is fixed &#8230; don&#8217;t know how but it is fixed</p> ]]></content:encoded> </item> <item><title>By: Picatostes</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-31689</link> <dc:creator>Picatostes</dc:creator> <pubDate>Fri, 05 Feb 2010 10:45:19 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-31689</guid> <description>Hey there! Great tutorial!!Everything goes good till the step where I type:I get this error: &quot;The atachable property &#039;Resources&#039; was not found in type &#039;RibbonWindow&quot;Someone could help me??Thanks in advance.</description> <content:encoded><![CDATA[<p>Hey there! Great tutorial!!</p><p>Everything goes good till the step where I type:</p><p>I get this error:<br /> &#8220;The atachable property &#8216;Resources&#8217; was not found in type &#8216;RibbonWindow&#8221;</p><p>Someone could help me??</p><p>Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Noman Nadeem</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-25438</link> <dc:creator>Noman Nadeem</dc:creator> <pubDate>Wed, 23 Dec 2009 14:27:43 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-25438</guid> <description>I can&#039;t seem to write code ... I meant...Ribbon Margin=&quot;1,1,1,0&quot; Height=&quot;139&quot; VerticalAlignment=&quot;Top&quot; ...</description> <content:encoded><![CDATA[<p>I can&#8217;t seem to write code &#8230; I meant</p><p>&#8230;Ribbon Margin=&#8221;1,1,1,0&#8243; Height=&#8221;139&#8243; VerticalAlignment=&#8221;Top&#8221; &#8230;</p> ]]></content:encoded> </item> <item><title>By: Noman Nadeem</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-25437</link> <dc:creator>Noman Nadeem</dc:creator> <pubDate>Wed, 23 Dec 2009 14:25:22 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-25437</guid> <description>Hey there, great tutorial.Regarding Tooltips coming at the bottom, it is a setting for the  itself. You have to make sure that the Ribbon is not resizing vertically according to the main window.In my case I used the following:.... </description> <content:encoded><![CDATA[<p>Hey there, great tutorial.</p><p>Regarding Tooltips coming at the bottom, it is a setting for the  itself. You have to make sure that the Ribbon is not resizing vertically according to the main window.</p><p>In my case I used the following:</p><p>&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Brian</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-24971</link> <dc:creator>Brian</dc:creator> <pubDate>Sun, 20 Dec 2009 03:15:07 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-24971</guid> <description>All of my &quot;chunks&quot; and buttons are disabled. I set the &quot;IsEnabled&quot; property to &quot;True&quot;, and they still are dimmed out and won&#039;t click. What is wrong?</description> <content:encoded><![CDATA[<p>All of my &#8220;chunks&#8221; and buttons are disabled. I set the &#8220;IsEnabled&#8221; property to &#8220;True&#8221;, and they still are dimmed out and won&#8217;t click. What is wrong?</p> ]]></content:encoded> </item> <item><title>By: ParaDiddle</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-23070</link> <dc:creator>ParaDiddle</dc:creator> <pubDate>Thu, 03 Dec 2009 18:04:09 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-23070</guid> <description>Why can&#039;t I see the text of my RibbonGroup?</description> <content:encoded><![CDATA[<p>Why can&#8217;t I see the text of my RibbonGroup?</p> ]]></content:encoded> </item> <item><title>By: taaemoh</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-21746</link> <dc:creator>taaemoh</dc:creator> <pubDate>Sat, 21 Nov 2009 08:06:27 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-21746</guid> <description>thank you very much for your great tutorial about using ribbon user interface on this pageI have a little problem that I wish you help me solve it , I followed your instruction step by step and every thing is almost good except for one bad thing, when I run the application I see both the old user interface (the traditional one) with the ribbon user interface above it not covering it completely , I mean I see two user interfaces so the ribbon is no completely covering the old UIso how can I apply the ribbon UI to the whole form and cover the old UIbest regardstaaemoh</description> <content:encoded><![CDATA[<p>thank you very much for your great tutorial about using ribbon user interface on this page</p><p>I have a little problem that I wish you help me solve it , I followed<br /> your instruction step by step and every thing is almost good except for<br /> one bad thing,<br /> when I run the application I see both the old user<br /> interface (the traditional one) with the ribbon user interface above it<br /> not covering it completely , I mean I see two user interfaces so the<br /> ribbon is no completely covering the old UI</p><p>so how can I apply the ribbon UI to the whole form and cover the old UI</p><p>best regards</p><p>taaemoh</p> ]]></content:encoded> </item> <item><title>By: UXPassion.com</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-10518</link> <dc:creator>UXPassion.com</dc:creator> <pubDate>Sat, 18 Jul 2009 20:01:44 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-10518</guid> <description>Thanks for pointing this out! Again, I guess this will be fixed by the time ribbon becomes part of WPF 4.0 as it was planned...</description> <content:encoded><![CDATA[<p>Thanks for pointing this out! Again, I guess this will be fixed by the time ribbon becomes part of WPF 4.0 as it was planned&#8230;</p> ]]></content:encoded> </item> <item><title>By: UXPassion.com</title><link>http://www.uxpassion.com/2008/11/how-to-use-add-ribbon-to-wpf-applications-part-3/comment-page-1/#comment-10517</link> <dc:creator>UXPassion.com</dc:creator> <pubDate>Sat, 18 Jul 2009 20:00:57 +0000</pubDate> <guid isPermaLink="false">http://www.uxpassion.com/?p=402#comment-10517</guid> <description>What do you need help with?</description> <content:encoded><![CDATA[<p>What do you need help with?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/38 queries in 0.017 seconds using disk

Served from: www.uxpassion.com @ 2010-09-10 18:40:51 -->