<?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] Gap between Toolbar Gripper and Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : [solved] Gap between Toolbar Gripper and Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:42:58 +0000</pubDate>
  <lastBuildDate>Thu, 03 Nov 2016 06:05: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=23177</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] Gap between Toolbar Gripper and Control : Thank you it works :-) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75274&amp;title=solved-gap-between-toolbar-gripper-and-control#75274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 23177<br /><strong>Posted:</strong> 03 November 2016 at 6:05am<br /><br />Thank you it works :-)<br>]]>
   </description>
   <pubDate>Thu, 03 Nov 2016 06:05:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75274&amp;title=solved-gap-between-toolbar-gripper-and-control#75274</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Gap between Toolbar Gripper and Control : Hello Alex,You can change this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75272&amp;title=solved-gap-between-toolbar-gripper-and-control#75272</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23177<br /><strong>Posted:</strong> 02 November 2016 at 2:50pm<br /><br />Hello Alex,<br><br>You can change this gap in method DrawCommandBarGripper. For office2013 it is method&nbsp;<span style="line-height: 16.8px;">CXTPCommandBarsOfficeXPTheme::DrawCommandBarGripper &nbsp;in file &nbsp;</span>Source\CommandBars\Themes\XTPCommandBarsOfficeXPTheme.cpp. &nbsp;<span style="line-height: 16.8px;">CXTPCommandBarsOfficeXPTheme::DrawCommandBarGripper returns size of gripper, but it isn't calculated, just &nbsp;<table width="99%"><tr><td><pre class="BBcode"></span>return CSize(XTP_DPI_X(<font color="#cc3300"><b>6</b></font>), 0);</pre></td></tr></table> so you can set 7-9px <table width="99%"><tr><td><pre class="BBcode">return CSize(XTP_DPI_X(<font color="#00cc00"><b>8</b></font>), 0);</pre></td></tr></table><br>These changes also impact on old themes officeXP and Visual Studio 2003.<br><br>I have added this fix. Thank you for bringing this to our attention.&nbsp;<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Wed, 02 Nov 2016 14:50:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75272&amp;title=solved-gap-between-toolbar-gripper-and-control#75272</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Gap between Toolbar Gripper and Control : Could you please provide a sourcecode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75270&amp;title=solved-gap-between-toolbar-gripper-and-control#75270</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 23177<br /><strong>Posted:</strong> 02 November 2016 at 3:34am<br /><br />Could you please provide a sourcecode patch to fixt this problem:<br><br>I need a small gap betweeen the gripper of a toolbar and the first control (1-2 Pixel would be enough).<br><br><img src="uploads/365/XTP_GripperGap.png" height="86" width="311" border="0" /><br><br>I will compile ist myself, just tell me where to add the sourcocde change.<br>Same problem with XTP 17.2 and 17.3<br><br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 02 Nov 2016 03:34:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23177&amp;PID=75270&amp;title=solved-gap-between-toolbar-gripper-and-control#75270</guid>
  </item> 
 </channel>
</rss>