<?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 : prevent  displaying hidden pane when mousemove</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : prevent  displaying hidden pane when mousemove]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:52:31 +0000</pubDate>
  <lastBuildDate>Fri, 07 Nov 2008 07:11:10 +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=12591</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[prevent  displaying hidden pane when mousemove : Shouldn&amp;#039;t it be GetKeyState()?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42697&amp;title=prevent-displaying-hidden-pane-when-mousemove#42697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12591<br /><strong>Posted:</strong> 07 November 2008 at 7:11am<br /><br />Shouldn't it be GetKeyState()? Don't you want to get the state when the message was processed?<DIV>&nbsp;</DIV><DIV>Just a guess.</DIV>]]>
   </description>
   <pubDate>Fri, 07 Nov 2008 07:11:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42697&amp;title=prevent-displaying-hidden-pane-when-mousemove#42697</guid>
  </item> 
  <item>
   <title><![CDATA[prevent  displaying hidden pane when mousemove : Thank you for responding, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42581&amp;title=prevent-displaying-hidden-pane-when-mousemove#42581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4671">maha_saad</a><br /><strong>Subject:</strong> 12591<br /><strong>Posted:</strong> 03 November 2008 at 3:12am<br /><br /><FONT face="Times New Roman, Times, serif" size=2>Thank you for responding, but I found solution to my problem I wrote it in case any one has the same problem.&nbsp;</FONT><DIV><P><FONT face="Times New Roman, Times, serif" size=2>LRESULT<B> </B>MyAppFrame::OnDockingPaneNotify(WPARAM<B> </B>wParam, LPARAM<B> </B>lParam)</FONT></P><P><FONT face="Times New Roman, Times, serif" size=2>{</P><DIV></FONT><FONT face="Times New Roman, Times, serif"><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>if</FONT></FONT><B> (</B>wParam<B> == </B>XTP_DPN_ACTION)</FONT></FONT></DIV><DIV><B><FONT face="Times New Roman, Times, serif" size=2>{</FONT></DIV><P></B><FONT face="Times New Roman, Times, serif" size=2>XTP_DOCKINGPANE_ACTION* pAction<B> = (</B>XTP_DOCKINGPANE_ACTION*)lParam;</P><DIV></FONT><FONT face="Times New Roman, Times, serif"><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>if</FONT></FONT><B> (</B>pAction-&gt;action==xtpPaneActionExpanding&amp;&amp;!(GetAsyncKeyState(VK_LBUTTON)))</FONT></FONT></DIV><DIV><FONT size=2><FONT face="Times New Roman">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT><FONT face="Times New Roman, Times, serif">pAction-&gt;bCancel=</FONT><FONT color=#0000ff><FONT face="Times New Roman, Times, serif" color=#0000ff>true</FONT></FONT><FONT face="Times New Roman, Times, serif">;</FONT></FONT><B></DIV><P></B><FONT size=2><FONT face="Times New Roman, Times, serif"><FONT color=#0000ff><FONT color=#0000ff>return</FONT></FONT><B> </B></FONT><FONT color=#0000ff><FONT face="Times New Roman, Times, serif" color=#0000ff>true</FONT></FONT><FONT face="Times New Roman, Times, serif">; </P><DIV></FONT></FONT><B><FONT face="Times New Roman, Times, serif" size=2>}</FONT><FONT size=4></DIV></B></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 03 Nov 2008 03:12:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42581&amp;title=prevent-displaying-hidden-pane-when-mousemove#42581</guid>
  </item> 
  <item>
   <title><![CDATA[prevent  displaying hidden pane when mousemove : Hello,  Sorry, there is no option....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42578&amp;title=prevent-displaying-hidden-pane-when-mousemove#42578</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12591<br /><strong>Posted:</strong> 03 November 2008 at 1:55am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Sorry, there is no option. You can change CXTPDockingPaneAutoHidePanel::OnMouseHover method and rebuild toolkit.</DIV>]]>
   </description>
   <pubDate>Mon, 03 Nov 2008 01:55:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42578&amp;title=prevent-displaying-hidden-pane-when-mousemove#42578</guid>
  </item> 
  <item>
   <title><![CDATA[prevent  displaying hidden pane when mousemove : I want to ask how can I prevent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42557&amp;title=prevent-displaying-hidden-pane-when-mousemove#42557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4671">maha_saad</a><br /><strong>Subject:</strong> 12591<br /><strong>Posted:</strong> 02 November 2008 at 5:07am<br /><br />I want to ask how can I prevent&nbsp; displaying the hidden pane when mouse move on its tab.<DIV></DIV>I want it to be <strong>only</strong> shown when mouse clicked on it.<DIV></DIV>]]>
   </description>
   <pubDate>Sun, 02 Nov 2008 05:07:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12591&amp;PID=42557&amp;title=prevent-displaying-hidden-pane-when-mousemove#42557</guid>
  </item> 
 </channel>
</rss>