<?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 : Child window not disabled until resize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Child window not disabled until resize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 09:45:35 +0000</pubDate>
  <lastBuildDate>Tue, 05 Nov 2019 16:55:03 +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=23920</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[Child window not disabled until resize : For some reason, when setting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23920&amp;PID=77522&amp;title=child-window-not-disabled-until-resize#77522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23920<br /><strong>Posted:</strong> 05 November 2019 at 4:55pm<br /><br /><div>For some reason, when setting a pane's enable state to, say, xtpPaneEnableActions, the child window stays enabled until the user resizes it. I see this when the pane is floating and we call SetEnabled(xtpPaneEnableActions). What the user sees as the mouse moves over controls in the child window is that the controls are active. But, resize the floating frame and they are no longer active. The reason is that CXTPDockingPane::OnSizeParent has to be called because that is where EnableWindow is called to disable the child window (if the xtpPaneEnableClient bit isn't set).</div><div><br></div><div>Why wait until the user resizes the pane? I went ahead and added calls to EnableWindow when we set xtpPaneEnableActions or set xtpPaneEnabled to handle floating panes.</div><div><br></div><div>Just wondering if there is some reason this isn't done when calling SetEnabled().<br></div>]]>
   </description>
   <pubDate>Tue, 05 Nov 2019 16:55:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23920&amp;PID=77522&amp;title=child-window-not-disabled-until-resize#77522</guid>
  </item> 
 </channel>
</rss>