<?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 : CXTPDockingPaneManager.ToggleAutoHide crash</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : CXTPDockingPaneManager.ToggleAutoHide crash]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:04:50 +0000</pubDate>
  <lastBuildDate>Mon, 16 Jul 2007 02:14:59 +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=7592</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[CXTPDockingPaneManager.ToggleAutoHide crash : Great, it works ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24486&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3143">inmaurik</a><br /><strong>Subject:</strong> 7592<br /><strong>Posted:</strong> 16 July 2007 at 2:14am<br /><br />Great, it works <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> ]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 02:14:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24486&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24486</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPaneManager.ToggleAutoHide crash : Hello,   Thanks you&amp;#039;re...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24478&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7592<br /><strong>Posted:</strong> 16 July 2007 at 1:21am<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>Thanks you're right :( ts indeed bug in our code.</DIV><DIV>&nbsp;</DIV><DIV>Can you please patch CXTPDockingPaneTabbedContainer::OnCaptionButtonDown method and add </DIV><DIV>&nbsp;</DIV><DIV>InternalAddRef();, InternalRelease(); calls:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>BOOL CXTPDockingPaneTabbedContainer::OnCaptionButtonDown(CXTPDockingPaneCaptionButton* pButton)<BR>{<BR>&nbsp;switch (pButton-&gt;GetID())<BR>&nbsp;{<BR>&nbsp;case XTP_IDS_DOCKINGPANE_MENU:<BR>&nbsp;&nbsp;if (m_pSelectedPane)<BR>&nbsp;&nbsp;{<BR><strong>&nbsp;&nbsp;&nbsp;InternalAddRef();</strong></DIV><DIV>&nbsp;&nbsp;&nbsp;CXTPDockingPaneManager* pManager = GetDockingPaneManager();<BR>&nbsp;&nbsp;&nbsp;XTP_DOCKINGPANE_CLICK menu;</DIV><DIV>&nbsp;&nbsp;&nbsp;menu.rcExclude = pButton-&gt;GetRect();<BR>&nbsp;&nbsp;&nbsp;ClientToScreen(&amp;menu.rcExclude);</DIV><DIV>&nbsp;&nbsp;&nbsp;menu.pt = CPoint(menu.rcExclude.left, menu.rcExclude.bottom);<BR>&nbsp;&nbsp;&nbsp;menu.pPane = m_pSelectedPane;<BR>&nbsp;&nbsp;&nbsp;pButton-&gt;m_bPressed = TRUE;<BR>&nbsp;&nbsp;&nbsp;Invalidate(FALSE);</DIV><DIV>&nbsp;&nbsp;&nbsp;pManager-&gt;NotifyOwner(XTP_DPN_PANEMENUCLICK, (LPARAM)&amp;menu);</DIV><DIV>&nbsp;&nbsp;&nbsp;pButton-&gt;m_bPressed = FALSE;<BR>&nbsp;&nbsp;&nbsp;if (m_hWnd) Invalidate(FALSE);</DIV><DIV><strong>&nbsp;&nbsp;&nbsp;InternalRelease();</strong><BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;return TRUE;</DIV><DIV>&nbsp;}<BR>&nbsp;return FALSE;<BR>}<BR></DIV><DIV>&nbsp;</DIV><DIV>rebuild dll and your application after.</DIV><DIV>&nbsp;</DIV><DIV>Thank you</DIV>]]>
   </description>
   <pubDate>Mon, 16 Jul 2007 01:21:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24478&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24478</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPaneManager.ToggleAutoHide crash : I was looking at the GUI_VisualStudio_vc80...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24452&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3143">inmaurik</a><br /><strong>Subject:</strong> 7592<br /><strong>Posted:</strong> 13 July 2007 at 8:13am<br /><br />I was looking at the GUI_VisualStudio_vc80 sample of Xtreme ToolkitPro v11.1.3.<DIV>&nbsp;</DIV><DIV>When I open the pane menu (which&nbsp;shown via the XTPWM_DOCKINGPANE_NOTIFY message with wParam&nbsp; XTP_DPN_PANEMENUCLICK ) and select 'AutoHide' the ToggleAutoHide function is called. </DIV><DIV>So fare this is ok but when I make the pane visible (autohide is still active) and select 'AutoHide' from that same menu again the application crashes. Using the pin / unpin works OK but via the menu the ToggleAutoHide does not work. </DIV><DIV>&nbsp;</DIV><DIV>I want to implement the same menu in my own application but due to this bug I have to remove the AutoHide function from the menu or make a workaround for this bug.</DIV><DIV>&nbsp;</DIV><DIV>Does anybody know how to make the ToggleAutoHide call function correctly?</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jul 2007 08:13:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7592&amp;PID=24452&amp;title=cxtpdockingpanemanager-toggleautohide-crash#24452</guid>
  </item> 
 </channel>
</rss>