<?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] Ribbon rendering bug in v17.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Ribbon rendering bug in v17.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:23:57 +0000</pubDate>
  <lastBuildDate>Mon, 18 Apr 2016 12:44:24 +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=22935</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] Ribbon rendering bug in v17.1 : Hello Mark,Unfortunately I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74671&amp;title=solved-ribbon-rendering-bug-in-v17-1#74671</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22935<br /><strong>Posted:</strong> 18 April 2016 at 12:44pm<br /><br />Hello Mark,<br><p>Unfortunately I have not found reason of that one pixel line.</p><p>Regards,<br>&nbsp;Oleksandr Lebed<br></p>]]>
   </description>
   <pubDate>Mon, 18 Apr 2016 12:44:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74671&amp;title=solved-ribbon-rendering-bug-in-v17-1#74671</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon rendering bug in v17.1 : One pixel white line still present...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74670&amp;title=solved-ribbon-rendering-bug-in-v17-1#74670</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22935<br /><strong>Posted:</strong> 18 April 2016 at 10:20am<br /><br />One pixel white line still present in the v17.2 release. &nbsp;:-(<div><br></div><div>- Mark R.</div>]]>
   </description>
   <pubDate>Mon, 18 Apr 2016 10:20:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74670&amp;title=solved-ribbon-rendering-bug-in-v17-1#74670</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon rendering bug in v17.1 : HiLebed,Thanks very much - your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74536&amp;title=solved-ribbon-rendering-bug-in-v17-1#74536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22935<br /><strong>Posted:</strong> 02 March 2016 at 3:31pm<br /><br />Hi&nbsp;<span style="line-height: 16.8px; : rgb248, 248, 252;">Lebed,</span><div><span style="line-height: 16.8px; : rgb248, 248, 252;"><br></span></div><div><span style="line-height: 16.8px; : rgb248, 248, 252;">Thanks very much - your fix worked nicely.&nbsp;</span></div><div><span style="line-height: 16.8px; : rgb248, 248, 252;"><br></span></div><div><span style="line-height: 16.8px; : rgb248, 248, 252;">As you mentioned, there's still a one pixel line present, but its far less noticeable.</span></div><div><span style="line-height: 16.8px; : rgb248, 248, 252;"><br></span></div><div><span style="line-height: 16.8px; : rgb248, 248, 252;">- Mark R.</span></div>]]>
   </description>
   <pubDate>Wed, 02 Mar 2016 15:31:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74536&amp;title=solved-ribbon-rendering-bug-in-v17-1#74536</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon rendering bug in v17.1 : Hello Mark,I found out cause of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74535&amp;title=solved-ribbon-rendering-bug-in-v17-1#74535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22935<br /><strong>Posted:</strong> 02 March 2016 at 3:21pm<br /><br />Hello Mark,<br><p>I found out cause of bug. It was introduced when fixing other issue.<br><br>As hot fix you can delete lines in&nbsp;CXTPRibbonBar::GetCaptionHeight()<br><table width="99%"><tr><td><pre class="BBcode">//If main window is full screen increase caption height fro 4px. Fix for Win8<br>&nbsp; &nbsp; if (XTPSystemVersion()-&gt;IsWin8OrGreater() &amp;&amp; (AfxGetMainWnd() != NULL) &amp;&amp; ((AfxGetMainWnd()-&gt;GetStyle() &amp; WS_MAXIMIZE) != 0))<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; nHeight += m_nQuickAccessHeightDiff;<br>&nbsp; &nbsp; }</pre></td></tr></table><br>These lines were added to fix other issue but now they are not necessary.<br>There left some excessive one pixel line above ribbon (Win 8.1), I continue to investigate and fix it.<br><br>The fix will be available in the next beta of final release.&nbsp;Once you have an update installed, please make sure everything works as &nbsp;expected, let me know if there are any issues left.<br><br>Regards,<br>&nbsp;Lebed Oleksandr<br></p>]]>
   </description>
   <pubDate>Wed, 02 Mar 2016 15:21:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74535&amp;title=solved-ribbon-rendering-bug-in-v17-1#74535</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon rendering bug in v17.1 : Hello,There&amp;#039;s a ribbon bar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74495&amp;title=solved-ribbon-rendering-bug-in-v17-1#74495</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 22935<br /><strong>Posted:</strong> 22 February 2016 at 4:57pm<br /><br />Hello,<div><br></div><div>There's a ribbon bar rendering bug in XTP v17.1 when using Office 2013 themes. To reproduce, start the CodeJock ribbon bar sample application,&nbsp;<span style="line-height: 1.4;">maximize the window, then&nbsp;</span><span style="line-height: 1.4;">switch current theme to Office 2013 (Dark Gray version).</span></div><div><span style="line-height: 1.4;"><br></span></div><div>These steps result in an unwanted white strip appearing to the left and right of the ribbon bar tabs. Here's a screenshot:</div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;"><img src="uploads/669/2016-02-22_16-56-18.png" height="97" width="600" border="0" /><br></span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">You won't notice the problem if only ever use the normal "light" Office 2013, but the problem is visible with the dark or light gray variations.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">If anyone knows of a quick fix or workaround, that would be great, as we use these themes quite heavily.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">Regards,</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">Mark R.</span></div>]]>
   </description>
   <pubDate>Mon, 22 Feb 2016 16:57:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22935&amp;PID=74495&amp;title=solved-ribbon-rendering-bug-in-v17-1#74495</guid>
  </item> 
 </channel>
</rss>