<?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 : invalid pane &#111;n XTP_DPN_PANEMENUCLICK</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : invalid pane &#111;n XTP_DPN_PANEMENUCLICK]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:37:21 +0000</pubDate>
  <lastBuildDate>Wed, 21 Dec 2005 02:44:26 +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=3426</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[invalid pane &#111;n XTP_DPN_PANEMENUCLICK : Yes, sorry was not documented...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10288&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10288</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3426<br /><strong>Posted:</strong> 21 December 2005 at 2:44am<br /><br /><P>Yes, sorry was not documented :(</P><P>Use it as:</P><P>XTP_DOCKINGPANE_CLICK* pClick = (XTP_DOCKINGPANE_CLICK*)lParam;<BR></P><P>CXTPDockingPane* pPane = pClick-&gt;pPane.</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>ps. structure declaration</P><P>struct XTP_DOCKINGPANE_CLICK<BR>{<BR>&nbsp;CXTPDockingPane* pPane;<BR>&nbsp;CPoint pt;<BR>&nbsp;CRect rcExclude;<BR>};<BR></P>]]>
   </description>
   <pubDate>Wed, 21 Dec 2005 02:44:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10288&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10288</guid>
  </item> 
  <item>
   <title><![CDATA[invalid pane &#111;n XTP_DPN_PANEMENUCLICK : Thanks, that helps! But i could...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10285&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1613">andolo</a><br /><strong>Subject:</strong> 3426<br /><strong>Posted:</strong> 21 December 2005 at 2:29am<br /><br />Thanks, that helps! But i could not find it in the documentation. Is there any description for these parameters?]]>
   </description>
   <pubDate>Wed, 21 Dec 2005 02:29:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10285&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10285</guid>
  </item> 
  <item>
   <title><![CDATA[invalid pane &#111;n XTP_DPN_PANEMENUCLICK : because lParam is XTP_DOCKINGPANE_CLICK...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10278&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3426<br /><strong>Posted:</strong> 20 December 2005 at 1:31pm<br /><br /><P>because lParam is XTP_DOCKINGPANE_CLICK pointer.</P><P>XTP_DOCKINGPANE_CLICK* pClick = (XTP_DOCKINGPANE_CLICK*)lParam;<BR></P><P>lParam depends on wParam value. </P><P>move CXTPDockingPane* pPane = (CXTPDockingPane*)lParam; to scope of case XTP_DPN_SHOWWINDOW.&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 20 Dec 2005 13:31:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10278&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10278</guid>
  </item> 
  <item>
   <title><![CDATA[invalid pane &#111;n XTP_DPN_PANEMENUCLICK :           Hi,  i need yor help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10273&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10273</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1613">andolo</a><br /><strong>Subject:</strong> 3426<br /><strong>Posted:</strong> 20 December 2005 at 7:48am<br /><br />         Hi,<br>i need yor help please:<br><br>I want to handle XTP_DPN_PANEMENUCLICK. But when the lParam in this case doesn't point to a valid CXTPDockingPane.<br>What is wrong or how can i get the pane who sends the message?<br><br><br><br><br>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp; CXTPDockingPane* pPane = (CXTPDockingPane*)lParam;<br><br>&nbsp;&nbsp;&nbsp; switch ((int)wParam)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case XTP_DPN_SHOWWINDOW:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  // here pPane is valid <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" border="0"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  break;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; case XTP_DPN_PANEMENUCLICK:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  // here pPane is invalid <img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" border="0"><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  break;<br>&nbsp;&nbsp;&nbsp; }<br>}]]>
   </description>
   <pubDate>Tue, 20 Dec 2005 07:48:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3426&amp;PID=10273&amp;title=invalid-pane-on-xtp-dpn-panemenuclick#10273</guid>
  </item> 
 </channel>
</rss>