<?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 : How to catch &quot;&#111;n show&quot; message for pane?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to catch &quot;&#111;n show&quot; message for pane?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:34:19 +0000</pubDate>
  <lastBuildDate>Fri, 22 Oct 2004 10:39:12 +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=1242</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[How to catch &quot;&#111;n show&quot; message for pane? :  LRESULT CMainFrame::OnDockingPaneNotify(WPARAM...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3650&amp;title=how-to-catch-on-show-message-for-pane#3650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 1242<br /><strong>Posted:</strong> 22 October 2004 at 10:39am<br /><br /><P><table width="99%"><tr><td><pre class="BBcode"><BR>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;&nbsp; if (XTP_DPN_ACTION == wParam)<BR>&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_DOCKINGPANE_ACTION* pAction = (XTP_DOCKINGPANE_ACTION*) lParam;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSERT(NULL != pAction);<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (xtpPaneActionExpanded == pAction-&gt;action)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // your code here&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp; }<BR>}<BR></pre></td></tr></table><BR></P>]]>
   </description>
   <pubDate>Fri, 22 Oct 2004 10:39:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3650&amp;title=how-to-catch-on-show-message-for-pane#3650</guid>
  </item> 
  <item>
   <title><![CDATA[How to catch &quot;&#111;n show&quot; message for pane? : Hi! Did you find a solution to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3614&amp;title=how-to-catch-on-show-message-for-pane#3614</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=785">Tweety</a><br /><strong>Subject:</strong> 1242<br /><strong>Posted:</strong> 21 October 2004 at 1:16pm<br /><br /><P>Hi!</P><P>Did you find a solution to your problem? I have the same/similar problem: IŽd like to know when a user activates a pane by clicking on the tab to be able to update the contents if necessary. I get an ActivateView if the user clicks in the view, but not on the tab. Please let me know if someone knows how to do this. </P><P>Thanks.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 21 Oct 2004 13:16:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3614&amp;title=how-to-catch-on-show-message-for-pane#3614</guid>
  </item> 
  <item>
   <title><![CDATA[How to catch &quot;&#111;n show&quot; message for pane? : Ineed a reliable way to catch...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3363&amp;title=how-to-catch-on-show-message-for-pane#3363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=738">rjvaal</a><br /><strong>Subject:</strong> 1242<br /><strong>Posted:</strong> 06 October 2004 at 12:12pm<br /><br /><P>I&nbsp;need a reliable way to catch a message that a pane is being shown.&nbsp; I have used code like this:</P><P>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;if (wParam == XTP_DPN_SHOWWINDOW)<BR>&nbsp;{<BR>&nbsp; CXTPDockingPane* pPane = (CXTPDockingPane*)lParam;<BR>&nbsp;&nbsp; ...my code here<BR>&nbsp;}<BR>}<BR></P><P>But this is not sufficient!&nbsp; If my pane is hidden,&nbsp;I receive a XTP_DPN_SHOWWINDOW message more often than just when it is being shown, I also receive&nbsp;a XTP_DPN_SHOWWINDOW message for the pane when the&nbsp;pane is being hidden.</P><P>Where in my pane can I just catch that I am being shown?</P>]]>
   </description>
   <pubDate>Wed, 06 Oct 2004 12:12:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1242&amp;PID=3363&amp;title=how-to-catch-on-show-message-for-pane#3363</guid>
  </item> 
 </channel>
</rss>