<?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 : Too Many Panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Too Many Panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:28:06 +0000</pubDate>
  <lastBuildDate>Wed, 02 Jul 2008 01:45:29 +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=4745</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[Too Many Panes : Hi,  Has there been any news on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=37698&amp;title=too-many-panes#37698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=854">Dmitry</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 02 July 2008 at 1:45am<br /><br />Hi,<br /><br />Has there been any news on this subject?<br /><br />We would also like to have tabs in AutoHide panel scrollable.<br /><br />Regards,<br />Dmitry]]>
   </description>
   <pubDate>Wed, 02 Jul 2008 01:45:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=37698&amp;title=too-many-panes#37698</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes :    oleg wrote:Hi, So you mean...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14973&amp;title=too-many-panes#14973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 3:03pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>Hi,</div><div>So you mean tabs in AutoHide panel not in Tabbed Containers?</div><div>&nbsp;</div><div>Unfortunatelly in this&nbsp;case there is no method :(</div></td></tr></table><br>OK - guess I found something that's missing :-)<br>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 15:03:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14973&amp;title=too-many-panes#14973</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes : Hi, So you mean tabs in AutoHide...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14972&amp;title=too-many-panes#14972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 2:16pm<br /><br /><DIV>Hi,</DIV><DIV>So you mean tabs in AutoHide panel not in Tabbed Containers?</DIV><DIV>&nbsp;</DIV><DIV>Unfortunatelly in this&nbsp;case there is no method :(</DIV>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 14:16:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14972&amp;title=too-many-panes#14972</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes :  OK - I see why it works in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14971&amp;title=too-many-panes#14971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 1:18pm<br /><br />OK - I see why it works in the TabManager example, this is because you have just one group - you specify the neighbour when creating the panes, I don't.<br><br>So - how do I dynamically add my panes into the single group? I have maybe 12 different panes, created on demand, not st startup.<br><br>For the CreatePane function I need to specify a neighbour, currently I enter NULL.<br><br>Does this make sense? I have modified the TabManager example so that this doesn't work - simply by not supplying the neighbour argument and not using AttachPane().<br><br>How do I find the value to use as the neighbour?<br><br>---<br><br>Or - <b>here's what I really want</b> - I have all my panes which the user can hide as required.<br><br>Try modifying the TabManager code:<br><br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pwndPane1 = m_paneManager.CreatePane(<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDR_PANE1, CRect(0, 0,200, 120), xtpPaneDockLeft);<br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pwndPane2 = m_paneManager.CreatePane(<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDR_PANE2, CRect(0, 0,200, 120), <b>xtpPaneDockLeft</b>);<br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pwndPane3 = m_paneManager.CreatePane(<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDR_PANE3, CRect(0, 0,200, 120), <b>xtpPaneDockLeft</b>);<br>//&nbsp;&nbsp;&nbsp; m_paneManager.AttachPane(pwndPane2, pwndPane1);<br>//&nbsp;&nbsp;&nbsp; m_paneManager.AttachPane(pwndPane3, pwndPane1);<br><br>Hide these - then try getting the tabs Compressed - or getting any layout style applied :-(<br><br><br>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 13:18:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14971&amp;title=too-many-panes#14971</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes :     oleg wrote:Hi,  Yes,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14967&amp;title=too-many-panes#14967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 11:53am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>Hi,</div><div>&nbsp;</div><div>Yes, <strong>m_paneManager.GetPaintManager()-&gt;GetTabPaintManager()-&gt;SetLayout(xtpTabLayoutAutoSize);</strong><br>must work... Just be sure you call it after you set theme for dockingpanes.<br></div></td></tr></table><br>Somehow the layout is being ignored :-(<br>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 11:53:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14967&amp;title=too-many-panes#14967</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes : Hi,  Yes, m_paneManager.GetP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14961&amp;title=too-many-panes#14961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 11:38am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Yes, <strong>m_paneManager.GetPaintManager()-&gt;GetTabPaintManager()-&gt;SetLayout(xtpTabLayoutAutoSize);</strong><BR>must work... Just be sure you call it after you set theme for dockingpanes.<BR></DIV>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 11:38:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14961&amp;title=too-many-panes#14961</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes : False alarm - I see it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14951&amp;title=too-many-panes#14951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 9:48am<br /><br />False alarm - I see it's in the Tab Manager sample - will look further after I take the dog for a walk.]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 09:48:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14951&amp;title=too-many-panes#14951</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes :    Simon HB9DRV wrote:   oleg...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14949&amp;title=too-many-panes#14949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 16 August 2006 at 8:51am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Simon HB9DRV" alt="Originally posted by Simon HB9DRV" style="vertical-align: text-bottom;" /> <strong>Simon HB9DRV wrote:</strong><br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>Hi,</div><div>You can change layout from xtpTabLayoutSizeToFit to xtpTabLayoutAutoSize. it will add scroll buttons.&nbsp;</div><div>&nbsp;</div><div>See TabManager sample.</div></td></tr></table><br>Hah - so simple, many thanks!<br></td></tr></table><br>Hi - having a brain problem here. Exactly how should I set this? I have tried<br><br><b>m_paneManager.GetPaintManager()-&gt;GetTabPaintManager()-&gt;SetLayout(xtpTabLayoutAutoSize);</b><br><br>without success. Must I call something afterwards?<br><br>]]>
   </description>
   <pubDate>Wed, 16 Aug 2006 08:51:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14949&amp;title=too-many-panes#14949</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes :    oleg wrote:Hi, You can change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14878&amp;title=too-many-panes#14878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 14 August 2006 at 9:34am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>Hi,</div><div>You can change layout from xtpTabLayoutSizeToFit to xtpTabLayoutAutoSize. it will add scroll buttons.&nbsp;</div><div>&nbsp;</div><div>See TabManager sample.</div></td></tr></table><br>Hah - so simple, many thanks!<br>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 09:34:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14878&amp;title=too-many-panes#14878</guid>
  </item> 
  <item>
   <title><![CDATA[Too Many Panes : Hi, You can change layout from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14864&amp;title=too-many-panes#14864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4745<br /><strong>Posted:</strong> 14 August 2006 at 9:16am<br /><br /><DIV>Hi,</DIV><DIV>You can change layout from xtpTabLayoutSizeToFit to xtpTabLayoutAutoSize. it will add scroll buttons.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>See TabManager sample.</DIV>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 09:16:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4745&amp;PID=14864&amp;title=too-many-panes#14864</guid>
  </item> 
 </channel>
</rss>