<?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 : Docking pane tabs not updated</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Docking pane tabs not updated]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 14:37:02 +0000</pubDate>
  <lastBuildDate>Mon, 08 Nov 2004 12:24:37 +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=1362</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[Docking pane tabs not updated : Add RedrawPane() call. In next...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3910&amp;title=docking-pane-tabs-not-updated#3910</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 08 November 2004 at 12:24pm<br /><br /><P>Add RedrawPane() call.&nbsp;</P><P>&nbsp;In next version we will update tabs in SetTitle method.</P>]]>
   </description>
   <pubDate>Mon, 08 Nov 2004 12:24:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3910&amp;title=docking-pane-tabs-not-updated#3910</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane tabs not updated : It works with RedrawPanes(). My...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3886&amp;title=docking-pane-tabs-not-updated#3886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 07 November 2004 at 3:48pm<br /><br /><P>It works with RedrawPanes().&nbsp; My thoughts are that the tab strings should be updated when SetTitle() is called, since the string in the pane's title is also the string in the tab.</P><P>I haven't stepped through the functions called in&nbsp;RedrawPanes().&nbsp; Does calling this cause the object in each pane to be redrawn, or just the title bar and tabs?</P>]]>
   </description>
   <pubDate>Sun, 07 Nov 2004 15:48:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3886&amp;title=docking-pane-tabs-not-updated#3886</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane tabs not updated : So it doesn&amp;#039;t work with RedrawPane()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3843&amp;title=docking-pane-tabs-not-updated#3843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 05 November 2004 at 1:19am<br /><br />So it doesn't work with RedrawPane() too?&nbsp;&nbsp; Must.]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 01:19:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3843&amp;title=docking-pane-tabs-not-updated#3843</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane tabs not updated : FindPane() will return a CXTPDockingPane*,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3829&amp;title=docking-pane-tabs-not-updated#3829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 04 November 2004 at 1:53am<br /><br /><P>FindPane() will return a CXTPDockingPane*, and then I can call the class function RedrawPane().&nbsp; I've tried this and it doesn't update my tab string.</P>]]>
   </description>
   <pubDate>Thu, 04 Nov 2004 01:53:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3829&amp;title=docking-pane-tabs-not-updated#3829</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane tabs not updated : Yes you can call RedrawPanes,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3815&amp;title=docking-pane-tabs-not-updated#3815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 03 November 2004 at 3:43am<br /><br /><P>Yes you can call RedrawPanes, but better don't use global CXTPDockingPane* pointers. instead use</P><P>FindPane() method.</P>]]>
   </description>
   <pubDate>Wed, 03 Nov 2004 03:43:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3815&amp;title=docking-pane-tabs-not-updated#3815</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane tabs not updated : I&amp;#039;m using XTP v9.51 andhave...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3811&amp;title=docking-pane-tabs-not-updated#3811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=775">Maye Johnson</a><br /><strong>Subject:</strong> 1362<br /><strong>Posted:</strong> 02 November 2004 at 10:45pm<br /><br /><P>I'm using XTP v9.51 and&nbsp;have several panes that are attached to each other, and&nbsp;the tabs are on the bottom.&nbsp; When I load a file in one pane, I call SetTitle for that pane to update its title bar.&nbsp; The problem is that the string for the tab isn't updated until I click on another tab.&nbsp; To get around this, I call the pane manager's RedrawPanes function.</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>&nbsp;m_pMyPane-&gt;SetTitle(szTitle);</P><P>m_paneManager.RedrawPanes();<BR></pre></td></tr></table></P><P>In this function's class header file, I have the vars defined as:</P><P>&nbsp;CXTPDockingPaneManager&nbsp;m_paneManager;</P><P>&nbsp;CXTPDockingPane*&nbsp;m_pMyPane;<BR></P><P>Am I managing panes incorrectly, or is this a bug in XTP?</P>]]>
   </description>
   <pubDate>Tue, 02 Nov 2004 22:45:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1362&amp;PID=3811&amp;title=docking-pane-tabs-not-updated#3811</guid>
  </item> 
 </channel>
</rss>