<?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 : Reproducible crash - selecting an autohidden pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Reproducible crash - selecting an autohidden pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:02:02 +0000</pubDate>
  <lastBuildDate>Mon, 08 Jan 2007 04:15:33 +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=6004</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[Reproducible crash - selecting an autohidden pane : Indeed, RecalcLayout() was the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18985&amp;title=reproducible-crash-selecting-an-autohidden-pane#18985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 6004<br /><strong>Posted:</strong> 08 January 2007 at 4:15am<br /><br />Indeed, RecalcLayout() was the key to solution. Excellent, thank you.]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 04:15:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18985&amp;title=reproducible-crash-selecting-an-autohidden-pane#18985</guid>
  </item> 
  <item>
   <title><![CDATA[Reproducible crash - selecting an autohidden pane : Hi,  This code works for me:  CXTPDockingPane*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18887&amp;title=reproducible-crash-selecting-an-autohidden-pane#18887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6004<br /><strong>Posted:</strong> 05 January 2007 at 9:05am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>This code works for me:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;CXTPDockingPane* pPaneResourceView = m_paneManager.FindPane(IDR_PANE_RESOURCEVIEW);<BR>&nbsp;&nbsp;&nbsp; if (pPaneResourceView)<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;m_paneManager.ShowPane(pPaneResourceView);<BR>&nbsp;&nbsp;pPaneResourceView-&gt;Hide();<BR>&nbsp;&nbsp;RecalcLayout();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pPaneResourceView-&gt;Select();<BR>&nbsp;&nbsp;&nbsp; }</DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 09:05:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18887&amp;title=reproducible-crash-selecting-an-autohidden-pane#18887</guid>
  </item> 
  <item>
   <title><![CDATA[Reproducible crash - selecting an autohidden pane : We use XTP 10.1; in the &amp;#034;PaneActions&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18875&amp;title=reproducible-crash-selecting-an-autohidden-pane#18875</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 6004<br /><strong>Posted:</strong> 05 January 2007 at 6:26am<br /><br />We use XTP 10.1; in the "PaneActions" sample try to close all panes (from GUI), then call a method like this:<br><br><font face="Courier New, Courier, mono">void CMainFrame::OnDoCrashAction()<br>{<br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pPaneResourceView = m_paneManager.FindPane(IDR_PANE_RESOURCEVIEW);<br>&nbsp;&nbsp;&nbsp; if (pPaneResourceView)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_paneManager.ShowPane(pPaneResourceView);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_paneManager.ToggleAutoHide(pPaneResourceView);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pPaneResourceView-&gt;Select();<br>&nbsp;&nbsp;&nbsp; }<br>}</font><br><br>With this code I'd like to re-open an autohidden pane and select it. However, first I get an <b><font color="#0000ff">assert </font></b>complaining about atlmfc\include\afxwin2.inl, line 150. If I click ignore, then it's OK until I hover the mouse above the newly opened ResourceView. By this hovering I get a crash: an <font color="#0000ff"><b>access violation</b></font> inside CXTPDockingPaneAutoHidePanel::OnMouseHover(). The value of m_pActiveWnd-&gt;m_pPane is 0xfeeefeee.<br><br>Do you know any workaround for this?<br>Any fixes available in newer versions?<br><br>Thank you, in advance!<br><br>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 06:26:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6004&amp;PID=18875&amp;title=reproducible-crash-selecting-an-autohidden-pane#18875</guid>
  </item> 
 </channel>
</rss>