<?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 : Click &#111;n a tab of a pane &#101;vent</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Click &#111;n a tab of a pane &#101;vent]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 09:45:25 +0000</pubDate>
  <lastBuildDate>Mon, 07 Nov 2005 02:18:15 +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=3146</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[Click &#111;n a tab of a pane &#101;vent : I think you have quite old ToolkitPro...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9454&amp;title=click-on-a-tab-of-a-pane-event#9454</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3146<br /><strong>Posted:</strong> 07 November 2005 at 2:18am<br /><br /><P>I think you have quite old ToolkitPro version. In last versions it was protected.</P><P>Change your sources to make it protected and rebuild library</P>]]>
   </description>
   <pubDate>Mon, 07 Nov 2005 02:18:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9454&amp;title=click-on-a-tab-of-a-pane-event#9454</guid>
  </item> 
  <item>
   <title><![CDATA[Click &#111;n a tab of a pane &#101;vent : Hi Oleg, I tried to follow your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9447&amp;title=click-on-a-tab-of-a-pane-event#9447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=389">yoavo</a><br /><strong>Subject:</strong> 3146<br /><strong>Posted:</strong> 06 November 2005 at 7:33am<br /><br /><P>Hi Oleg,</P><P>I tried to follow your instructions, but I have problem in deriving from CXTPDockingPaneAutoHidePanel because its CTOR is private.</P><P>Can you advise ?</P><P>Yoav.</P>]]>
   </description>
   <pubDate>Sun, 06 Nov 2005 07:33:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9447&amp;title=click-on-a-tab-of-a-pane-event#9447</guid>
  </item> 
  <item>
   <title><![CDATA[Click &#111;n a tab of a pane &#101;vent : Hereare some hints: 1. Override...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9408&amp;title=click-on-a-tab-of-a-pane-event#9408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3146<br /><strong>Posted:</strong> 04 November 2005 at 12:05am<br /><br /><P>Here&nbsp;are some hints:</P><P>1. Override CXTPDockingPaneManager and its OnCreatePane:</P><P>class CDockingPaneManager : public CXTPDockingPaneManager<BR>{<BR>public:<BR>&nbsp;CDockingPaneManager();<BR>&nbsp;virtual ~CDockingPaneManager();</P><P>protected:<BR>&nbsp;virtual CXTPDockingPaneBase* OnCreatePane(XTPDockingPaneType type, CXTPDockingPaneLayout* pLayout);</P><P>};<BR></P><P>&nbsp;</P><P>2. if type == xtpPaneTypeAutoHidePanel return custom derived CXTPDockingPaneAutoHidePanel class.</P><P>3.&nbsp;catch &nbsp;in csutom CDockingPaneAutoHidePanel its OnLButtonDown</P><P>void CDockingPaneAutoHidePanel::OnLButtonDown(UINT /*nFlags*/, CPoint point)<BR>{<BR>&nbsp;CXTPDockingPane* pPane = HitTest(point);<BR>&nbsp;if (pPane)<BR>&nbsp;{<BR>&nbsp;&nbsp;if (m_pActiveWnd &amp;&amp; m_pActiveWnd-&gt;m_pPane-&gt;GetSelected() == pPane)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;pPane-&gt;SetFocus();</P><P>&nbsp;&nbsp;} else<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CloseActiveWindow();<BR> &nbsp;&nbsp;&nbsp;GetDockingPaneManager()-&gt;ShowPane(pPane );<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>}<BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 04 Nov 2005 00:05:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9408&amp;title=click-on-a-tab-of-a-pane-event#9408</guid>
  </item> 
  <item>
   <title><![CDATA[Click &#111;n a tab of a pane &#101;vent : Hi, Is there a way to handle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9396&amp;title=click-on-a-tab-of-a-pane-event#9396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=389">yoavo</a><br /><strong>Subject:</strong> 3146<br /><strong>Posted:</strong> 03 November 2005 at 7:36am<br /><br /><P>Hi,</P><P>Is there a way to handle the event of clicking a tab item of a pane (in AutoHide mode) ?</P><P>Yoav.</P>]]>
   </description>
   <pubDate>Thu, 03 Nov 2005 07:36:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3146&amp;PID=9396&amp;title=click-on-a-tab-of-a-pane-event#9396</guid>
  </item> 
 </channel>
</rss>