<?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 : [solved] v18.3 missing Ribbon group separators</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [solved] v18.3 missing Ribbon group separators]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:57:20 +0000</pubDate>
  <lastBuildDate>Fri, 20 Apr 2018 04:51:53 +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=23562</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[[solved] v18.3 missing Ribbon group separators : When do you plan to release the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76772&amp;title=solved-v18-3-missing-ribbon-group-separators#76772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9098">Daeva</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 20 April 2018 at 4:51am<br /><br />When do you plan to release the patch with this fix?]]>
   </description>
   <pubDate>Fri, 20 Apr 2018 04:51:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76772&amp;title=solved-v18-3-missing-ribbon-group-separators#76772</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] v18.3 missing Ribbon group separators : yes ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76771&amp;title=solved-v18-3-missing-ribbon-group-separators#76771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 19 April 2018 at 3:05pm<br /><br />yes]]>
   </description>
   <pubDate>Thu, 19 Apr 2018 15:05:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76771&amp;title=solved-v18-3-missing-ribbon-group-separators#76771</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] v18.3 missing Ribbon group separators : Hello.In older versions between...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76768&amp;title=solved-v18-3-missing-ribbon-group-separators#76768</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9098">Daeva</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 19 April 2018 at 10:33am<br /><br /><div>Hello.</div>In older versions between ribbon groups was a separators. (style office 2013) Now they're gone. Is it possible to return them back?]]>
   </description>
   <pubDate>Thu, 19 Apr 2018 10:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76768&amp;title=solved-v18-3-missing-ribbon-group-separators#76768</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] v18.3 missing Ribbon group separators : Hello, To fix it you should be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76574&amp;title=solved-v18-3-missing-ribbon-group-separators#76574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 07 February 2018 at 10:42am<br /><br />Hello, <br><br>To fix it you should be remove method:<br>void CXTPRibbonOffice2013Theme::DrawGroup(CDC* pDC, CXTPRibbonGroup* pGroup)<br><br>also change method void CXTPRibbonMarkupTheme::DrawGroup(CDC *pDC, CXTPRibbonGroup *pGroup) as shown below:<br><br>void CXTPRibbonMarkupTheme::DrawGroup(CDC *pDC, CXTPRibbonGroup *pGroup)<br>{<br>&nbsp;&nbsp;&nbsp; ASSERT(pDC);<br>&nbsp;&nbsp;&nbsp; ASSERT(pGroup);<br>&nbsp;&nbsp;&nbsp; CRect rcGroup(pGroup-&gt;GetRect());<br><br>&nbsp;&nbsp;&nbsp; if (!pGroup-&gt;IsReduced())<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CString strCaption = pGroup-&gt;GetCaption();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XTPDrawHelpers()-&gt;StripMnemonics(strCaption);<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LOGFONT lf;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //ADDED<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_fontGroupCaption.GetLogFont(&amp;lf);&nbsp;&nbsp; //ADDED<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (pGroup-&gt;IsHighlighted())<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ASSERT(NULL != m_pGroupHighlighted);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupHighlighted-&gt;SetFontSize(-lf.lfHeight);&nbsp;&nbsp; //ADDED<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupHighlighted-&gt;SetCaption(strCaption);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupHighlighted-&gt;SetTextColor(m_clrGroupCaption);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupHighlighted-&gt;RenderMarkup(pDC, rcGroup);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ASSERT(NULL != m_pGroupNormal);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupNormal-&gt;SetFontSize(-lf.lfHeight);&nbsp;&nbsp; //ADDED<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupNormal-&gt;SetCaption(strCaption);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupNormal-&gt;SetTextColor(m_clrGroupCaption);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pGroupNormal-&gt;RenderMarkup(pDC, rcGroup);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>Regards,<br>Gontarenko Artem<br>]]>
   </description>
   <pubDate>Wed, 07 Feb 2018 10:42:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76574&amp;title=solved-v18-3-missing-ribbon-group-separators#76574</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] v18.3 missing Ribbon group separators : Hello,Thank you for bringing this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76573&amp;title=solved-v18-3-missing-ribbon-group-separators#76573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 06 February 2018 at 8:30am<br /><br />Hello,<br><br>Thank you for bringing this to our attention.<br>As quick workaround you can delete new method CXTPRibbonOffice2013Theme::DrawGroup to will be used base method&nbsp; CXTPRibbonMarkupTheme::DrawGroup().&nbsp; Or add calling base method in CXTPRibbonOffice2013Theme::DrawGroup&nbsp; instead all other code.<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Tue, 06 Feb 2018 08:30:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76573&amp;title=solved-v18-3-missing-ribbon-group-separators#76573</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] v18.3 missing Ribbon group separators : Tried that and I see missing Ribbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76572&amp;title=solved-v18-3-missing-ribbon-group-separators#76572</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2724">SvenC</a><br /><strong>Subject:</strong> 23562<br /><strong>Posted:</strong> 06 February 2018 at 7:32am<br /><br />Tried that and I see missing Ribbon group separators for Office 2013 and 2016 themes.<div><br></div><div>I can repro that in you Ribbon sample project as well.</div><div><br></div><div>Have a look at the 2016 theme on top and 2010 theme at the bottom:</div><div><br></div><div><img src="uploads/2724/cj_Ribb&#111;n_Missing_Sep.png" height="448" width="1051" border="0" /><br></div>]]>
   </description>
   <pubDate>Tue, 06 Feb 2018 07:32:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23562&amp;PID=76572&amp;title=solved-v18-3-missing-ribbon-group-separators#76572</guid>
  </item> 
 </channel>
</rss>