<?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 bar artifact</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Ribbon bar artifact]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 07:32:20 +0000</pubDate>
  <lastBuildDate>Mon, 25 Jun 2018 19:00:11 +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=23601</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 bar artifact : HelloOleksandr,Thanks very much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76915&amp;title=solved-ribbon-bar-artifact#76915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23601<br /><strong>Posted:</strong> 25 June 2018 at 7:00pm<br /><br />Hello&nbsp;Oleksandr,<div><br></div><div>Thanks very much for sharing this fix.</div><div><br></div><div>- Mark R.</div>]]>
   </description>
   <pubDate>Mon, 25 Jun 2018 19:00:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76915&amp;title=solved-ribbon-bar-artifact#76915</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon bar artifact : Hello,Problem was in methodCXT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76908&amp;title=solved-ribbon-bar-artifact#76908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23601<br /><strong>Posted:</strong> 24 June 2018 at 10:50am<br /><br />Hello,<br><br>Problem was in method&nbsp;CXTPRibbonOffice2013Theme::DrawRibbonTab() <table width="99%"><tr><td><pre class="BBcode">void CXTPRibbonOffice2013Theme::DrawRibbonTab(CDC *pDC, CXTPRibbonTab *pItem)<div>{</div><div>......</div><div><br></div><div>&nbsp; &nbsp; XTPRibbonTabContextColor tabColor = pItem-&gt;GetContextColor();</div><div>&nbsp; &nbsp; XTPTabPosition tabPosition = pItem-&gt;GetTabManager()-&gt;GetPosition();</div><div><br></div><div>&nbsp; &nbsp; CRect r(pItem-&gt;GetRect());</div><div>&nbsp; &nbsp;<b><font color="#00cc00"> CXTPTabPaintManagerTheme::InflateRectEx(r, CRect(-1, 1, -1, -1), tabPosition);</font></b></div><div>&nbsp; &nbsp; BOOL bSelected = pItem-&gt;IsSelected();</div><div>&nbsp; &nbsp; if (pRibbon-&gt;IsRibbonMinimized() &amp;&amp; bSelected)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; CXTPRibbonControlTab* pControlTab = (CXTPRibbonControlTab*)pItem-&gt;GetTabManager();</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (pControlTab)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (!pControlTab-&gt;GetCommandBar() || !pControlTab-&gt;GetCommandBar()-&gt;IsTrackingMode())</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; bSelected = FALSE;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; if (bSelected)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; <b><font color="#00cc00">r.DeflateRect(0, 0, 1, 0);</font></b></div>.....</pre></td></tr></table>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Sun, 24 Jun 2018 10:50:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76908&amp;title=solved-ribbon-bar-artifact#76908</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon bar artifact : Any thoughts on what might be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76698&amp;title=solved-ribbon-bar-artifact#76698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23601<br /><strong>Posted:</strong> 15 March 2018 at 3:39am<br /><br />Any thoughts on what might be causing this?&nbsp;<div><br></div><div>I can start digging through the XTP ribbon rendering code, but any information that might help me to narrow down my investigations would be appreciated.<br><br></div><div>Regards,</div><div><br></div><div>Mark R.</div>]]>
   </description>
   <pubDate>Thu, 15 Mar 2018 03:39:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76698&amp;title=solved-ribbon-bar-artifact#76698</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon bar artifact : Hello,In the XTP 18.3 ribbon sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76675&amp;title=solved-ribbon-bar-artifact#76675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 23601<br /><strong>Posted:</strong> 07 March 2018 at 7:37pm<br /><br />Hello,<div><br></div><div>In the XTP 18.3 ribbon sample (Ribbon.RibbonSample.exe), if you choose an Office 2013/2016 theme and are running at high DPI (I've tested at 150% and 200% scaling), an artifact appears when drawing tabs:</div><div><br></div><div><img src="uploads/669/tab-line3.png" height="146" width="700" border="0" /><br></div><div><br></div><div>As show in the screenshot above, there's an unwanted horizontal line below the tab caption.</div><div><br></div><div>Wondering if there might be a source patch available for this problem.</div><div><br></div><div>Many thanks,</div><div><br></div><div>Mark R.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 07 Mar 2018 19:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76675&amp;title=solved-ribbon-bar-artifact#76675</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Ribbon bar artifact : Hi.If minimized ribbon and click...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76579&amp;title=solved-ribbon-bar-artifact#76579</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9245">mckoy</a><br /><strong>Subject:</strong> 23601<br /><strong>Posted:</strong> 12 February 2018 at 6:48am<br /><br />Hi.<div><br><div>If minimized ribbon and click to the tab, will popup ribbon, but between tab and ribbon is grey line.</div><div><br></div><div><img src="uploads/9245/word.png" height="161" width="185" border="0" />&nbsp; &nbsp;<img src="uploads/9245/Codejock.png" height="155" width="193" border="0" /><br></div><div><span style="white-space:pre">	</span>Word ribbon&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Codejock ribbon</div></div><div><br></div><div>How I can hide the line under tab with minimized ribbon like in MS Word?</div>]]>
   </description>
   <pubDate>Mon, 12 Feb 2018 06:48:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23601&amp;PID=76579&amp;title=solved-ribbon-bar-artifact#76579</guid>
  </item> 
 </channel>
</rss>