<?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 : Where are the docking pane navigation buttons?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Where are the docking pane navigation buttons?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 09:42:56 +0000</pubDate>
  <lastBuildDate>Tue, 21 Nov 2017 17:30: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=23495</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[Where are the docking pane navigation buttons? : Hi Oleksandr,Why are they no longer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76303&amp;title=where-are-the-docking-pane-navigation-buttons#76303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23495<br /><strong>Posted:</strong> 21 November 2017 at 5:30pm<br /><br />Hi Oleksandr,<br><br>Why are they no longer drawn (disappeared in V17 I think)? The arrows are still there. You can click in the general area they used to draw and the pane tabs scroll left/right. I set a break in the click method and verified the same buttons that don't draw are the ones reacting to the clicks.<br><br>If I squeeze a docking pane container down so all the tabs don't draw, how do we scroll the tabs that are not seen into view so you can see them? Right now, users just guess (at least some do) that clicking might work and it does if you hit the button rect.<br>]]>
   </description>
   <pubDate>Tue, 21 Nov 2017 17:30:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76303&amp;title=where-are-the-docking-pane-navigation-buttons#76303</guid>
  </item> 
  <item>
   <title><![CDATA[Where are the docking pane navigation buttons? : Hello rdhd,Finaly navigate buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76302&amp;title=where-are-the-docking-pane-navigation-buttons#76302</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23495<br /><strong>Posted:</strong> 21 November 2017 at 5:21pm<br /><br />Hello rdhd,<br><br>Finaly navigate buttons are drawn in&nbsp;CXTPTabManager::CNavigateButtonArrowRight::DrawEntry() and&nbsp;CXTPTabManager::CNavigateButtonArrowLeft::DrawEntry(). But they aren't used in DockingPane control.<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Tue, 21 Nov 2017 17:21:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76302&amp;title=where-are-the-docking-pane-navigation-buttons#76302</guid>
  </item> 
  <item>
   <title><![CDATA[Where are the docking pane navigation buttons? : Version 18.0.1No navigate buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76300&amp;title=where-are-the-docking-pane-navigation-buttons#76300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23495<br /><strong>Posted:</strong> 21 November 2017 at 2:51pm<br /><br />Version 18.0.1<br><br>No navigate buttons drawn!<br><br>&gt;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPDockingPaneTabColorSet2013::FillNavigateButton Line 90&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabPaintManager::FillNavigateButton Line 390&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabPaintManager::DrawNavigateButton Line 385&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabManagerNavigateButton::Draw Line 125&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabPaintManager::DrawTabControlEx Line 530&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabPaintManagerTheme::DrawTabControl Line 380&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPTabPaintManager::DrawTabControl Line 395&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPDockingPaneOffice2013Theme::DrawPane Line 250&nbsp;&nbsp;&nbsp; C++<br>&nbsp;&nbsp;&nbsp;&nbsp; ToolkitPro1801vc140x64UD.dll!CXTPDockingPaneTabbedContainer::OnPaint Line 558&nbsp;&nbsp;&nbsp; C++<br><br>And here is where I find a code issue. As in, there is no code!<br><br>void CXTPDockingPaneTabColorSet2013::FillNavigateButton(CDC *pDC, CXTPTabManagerNavigateButton *pButton, CRect &amp;rc)<br>{<br>&nbsp;&nbsp;&nbsp; UNREFERENCED_PARAMETER(pDC);<br>&nbsp;&nbsp;&nbsp; UNREFERENCED_PARAMETER(pButton);<br>&nbsp;&nbsp;&nbsp; UNREFERENCED_PARAMETER(rc);<br>}<br><br><br>]]>
   </description>
   <pubDate>Tue, 21 Nov 2017 14:51:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23495&amp;PID=76300&amp;title=where-are-the-docking-pane-navigation-buttons#76300</guid>
  </item> 
 </channel>
</rss>