<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Customization of Office 2010 Style Ribbon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Customization of Office 2010 Style Ribbon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 07:06:35 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jan 2013 11:22:43 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=18509</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Hello!Does ist work in Version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=69544&amp;title=customization-of-office-2010-style-ribbon#69544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 08 January 2013 at 11:22am<br /><br />Hello!<br>Does ist work in Version 15.3.1?<br><br>I have tied this code but DoModal returns immediately.<br>What may be the Problem?<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPropertySheet cs(_T("Test"), this);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cs.m_psh.dwFlags |= PSH_NOAPPLYNOW;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPropertyPageListNavigator* pList = new CXTPPropertyPageListNavigator();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pList-&gt;SetListStyle(xtpListBoxOffice2007);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pList-&gt;SetPropertySheet(&amp;cs);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cs.SetNavigator(pList);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPRibbonCustomizePage pageCustomizeRibbon(GetCommandBars());;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cs.AddPage(&amp;pageCustomizeRibbon);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; VERIFY(pageCustomizeRibbon.AddCategories(IDR_CHILDFRAME));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPRibbonCustomizeQuickAccessPage pageQuickAccess(GetCommandBars());<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cs.AddPage(&amp;pageQuickAccess);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pageQuickAccess.AddCategories(IDR_CHILDFRAME);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; cs.DoModal();<br>]]>
   </description>
   <pubDate>Tue, 08 Jan 2013 11:22:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=69544&amp;title=customization-of-office-2010-style-ribbon#69544</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : This is an excellent addition....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67920&amp;title=customization-of-office-2010-style-ribbon#67920</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 30 March 2012 at 3:04pm<br /><br />This is an excellent addition. But I wish we had more control over the appearance of the new ribbon customization dialog.<div><br></div><div>For example, it's a bit too wide for my needs. It would be ideal if minimum sizes of the control groupings were shrunk down a bit.</div><div><br></div><div>And the controls (e.g. buttons, etc.) also don't fit in with the current theme of my application. But that's fairly minor.</div><div><br></div><div>Great work, though. Looking forward to seeing this one evolve.</div>]]>
   </description>
   <pubDate>Fri, 30 Mar 2012 15:04:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67920&amp;title=customization-of-office-2010-style-ribbon#67920</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Please check the latest version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67881&amp;title=customization-of-office-2010-style-ribbon#67881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 28 March 2012 at 9:05am<br /><br />Please check the latest version as these options have been added.]]>
   </description>
   <pubDate>Wed, 28 Mar 2012 09:05:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67881&amp;title=customization-of-office-2010-style-ribbon#67881</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Hi Oleg,we are looking forward...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67846&amp;title=customization-of-office-2010-style-ribbon#67846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3014">mschumi</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 23 March 2012 at 3:16pm<br /><br />Hi Oleg,<br><br>we are looking forward desperately for such an customization dialog.<br><br>Is there any chance for this feature in the near future?<br>Or do you have any code snippets we could use for our own enhancement of CXTPRibbonCustomizePage?<br><br>Thank you and best regards,<br><br>Michael<br>]]>
   </description>
   <pubDate>Fri, 23 Mar 2012 15:16:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=67846&amp;title=customization-of-office-2010-style-ribbon#67846</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : I&amp;#039;ve just checked the very...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=65058&amp;title=customization-of-office-2010-style-ribbon#65058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5036">chimpy</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 29 June 2011 at 6:37pm<br /><br />I've just checked the very latest 15.1 beta and there is no mention of an Office 2010 customization dialog :(<div><br></div><div>Is the beta feature complete now, and if so how long will we have to wait for the customization dialog?</div><div><br></div><div>thanks</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 29 Jun 2011 18:37:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=65058&amp;title=customization-of-office-2010-style-ribbon#65058</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : It would be great... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64830&amp;title=customization-of-office-2010-style-ribbon#64830</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4367">m.geri</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 09 June 2011 at 6:54am<br /><br />It would be great...]]>
   </description>
   <pubDate>Thu, 09 Jun 2011 06:54:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64830&amp;title=customization-of-office-2010-style-ribbon#64830</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Looking forward to this...  -cpede...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64815&amp;title=customization-of-office-2010-style-ribbon#64815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 08 June 2011 at 7:21am<br /><br />Looking forward to this...<DIV>&nbsp;</DIV><DIV>-cpede</DIV>]]>
   </description>
   <pubDate>Wed, 08 Jun 2011 07:21:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64815&amp;title=customization-of-office-2010-style-ribbon#64815</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Hi,Yes, indeedCXTPRibbonCustomizePagewas...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64802&amp;title=customization-of-office-2010-style-ribbon#64802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 08 June 2011 at 5:34am<br /><br />Hi,<div><br></div><div>Yes, indeed&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">CXTPRibbonCustomizePage&nbsp;was added as experimental and not finished. &nbsp;We have it in todo list for future versions.</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div>]]>
   </description>
   <pubDate>Wed, 08 Jun 2011 05:34:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64802&amp;title=customization-of-office-2010-style-ribbon#64802</guid>
  </item> 
  <item>
   <title><![CDATA[Customization of Office 2010 Style Ribbon : Hi,in MS Office 2010 it is possible...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64788&amp;title=customization-of-office-2010-style-ribbon#64788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3014">mschumi</a><br /><strong>Subject:</strong> 18509<br /><strong>Posted:</strong> 07 June 2011 at 10:54am<br /><br />Hi,<br>in MS Office 2010 it is possible to customize the ribbon and its components:<br>- Show/hide tabs<br>- Add/remove custom tabs<br>- Add/remove custom groups<br>- Load/save ribbon customizations<br>See the image below:<br><img src="uploads/3014/MSExcelOpti&#111;ns.JPG" height="495" width="817" border="0" /><br><br>I'm currently using XTP Toolkit Pro 15.0.2.<br><br>I searched the samples and the XTP source code and only found CXTPRibbonCustomizePage among the sources. When this page is added to the customizing dialog CXTPCustomizeSheet, a customizing page similar to that in Office 2010 shows up. However, obviously the implementation of this page is not finished yet (Buttons are not connected; buttons and other controls that exist in the corresponding Office 2010 page are missing; groups of ribbon tabs other than the active tab are shown as "invisible"; +/- boxes on top level are missing).<br>See that dialog page below:<br><img src="uploads/3014/XTPCustomizeRibb&#111;n.JPG" height="395" width="714" border="0" /><br><br>Questions:<br>- Is it on Codejock's roadmap to implement such a ribbon customization in a future version?<br>- Is it planned to move away from the tabbed customization dialog (see the second image in this post) towards the kind of dialog I find e.g. in MS Excel "File | Options" (see the first image in this post)?<br><br>Thanks in advance for your answer,<br>Michael<br><br>]]>
   </description>
   <pubDate>Tue, 07 Jun 2011 10:54:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18509&amp;PID=64788&amp;title=customization-of-office-2010-style-ribbon#64788</guid>
  </item> 
 </channel>
</rss>