<?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 : double click on docking pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : double click on docking pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:29:02 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jul 2008 06:37:27 +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=11302</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[double click on docking pane : You probably need to override...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37943&amp;title=double-click-on-docking-pane#37943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 11302<br /><strong>Posted:</strong> 08 July 2008 at 6:37am<br /><br />You probably need to override the click-behavior in DockingMiniWnd-class too.]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 06:37:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37943&amp;title=double-click-on-docking-pane#37943</guid>
  </item> 
  <item>
   <title><![CDATA[double click on docking pane : thank you, oleg. I will try it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37922&amp;title=double-click-on-docking-pane#37922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4196">tataxin</a><br /><strong>Subject:</strong> 11302<br /><strong>Posted:</strong> 08 July 2008 at 1:09am<br /><br />thank you, oleg.<br />I will try it and report here.]]>
   </description>
   <pubDate>Tue, 08 Jul 2008 01:09:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37922&amp;title=double-click-on-docking-pane#37922</guid>
  </item> 
  <item>
   <title><![CDATA[double click on docking pane : Hi,  Its not very easy. :(  Start...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37872&amp;title=double-click-on-docking-pane#37872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11302<br /><strong>Posted:</strong> 07 July 2008 at 3:50am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Its not very easy. :( </DIV><DIV><BR>Start from Samples\DockingPane\DockingContainers&nbsp; sample - it shows how to create custom container. You need custom TabbedContainer and catch WM_LBUTTONDBLCLK.</DIV>]]>
   </description>
   <pubDate>Mon, 07 Jul 2008 03:50:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37872&amp;title=double-click-on-docking-pane#37872</guid>
  </item> 
  <item>
   <title><![CDATA[double click on docking pane : helppppp, please!!! does anyone...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37856&amp;title=double-click-on-docking-pane#37856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4196">tataxin</a><br /><strong>Subject:</strong> 11302<br /><strong>Posted:</strong> 06 July 2008 at 8:57pm<br /><br />helppppp, please!!!<br />does anyone has any way to catch the event double click on XCTPDockingPane??]]>
   </description>
   <pubDate>Sun, 06 Jul 2008 20:57:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37856&amp;title=double-click-on-docking-pane#37856</guid>
  </item> 
  <item>
   <title><![CDATA[double click on docking pane : Hi,  I have a dockingpane manager...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37798&amp;title=double-click-on-docking-pane#37798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4196">tataxin</a><br /><strong>Subject:</strong> 11302<br /><strong>Posted:</strong> 03 July 2008 at 8:56pm<br /><br />Hi, <br />I have a dockingpane manager CXTPDockingPaneManager m_paneManager. Then I create a pane CXTPDockingPane, like this:<br />m_pPaneAlarmCauseMsg = m_paneManager.CreatePane(IDR_PANE_ID, rec,xtpPaneDockLeft);<br /><br />The pane have a title, given by codejock (title bar property on dialog is false)<br /><br />Now what I want is catch the event mouse double click on that title bar. But I don't know how to implement this.<br /><br />Can you show me the way? It's great if you can give me an example. <br />Thank you in advance!<br />]]>
   </description>
   <pubDate>Thu, 03 Jul 2008 20:56:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11302&amp;PID=37798&amp;title=double-click-on-docking-pane#37798</guid>
  </item> 
 </channel>
</rss>