<?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 : Version 20.1 Docking pane woes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Version 20.1 Docking pane woes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 07:59:36 +0000</pubDate>
  <lastBuildDate>Wed, 29 Sep 2021 16:58:18 +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=24216</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[Version 20.1 Docking pane woes : I don&amp;#039;t know why this call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24216&amp;PID=78259&amp;title=version-20-1-docking-pane-woes#78259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 24216<br /><strong>Posted:</strong> 29 September 2021 at 4:58pm<br /><br /><div>I don't know why this call to send WM_INITIALUPDATE to our windows causes issues and wish I did. I found the call to send it to the input CWnd caused the issue while sending it to the descendants of the input CWnd did not cause the issue.</div><div><br></div><div>I finally gave up and set m_bAutoInitialUpdate to false. But why? What's going on?<br></div>]]>
   </description>
   <pubDate>Wed, 29 Sep 2021 16:58:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24216&amp;PID=78259&amp;title=version-20-1-docking-pane-woes#78259</guid>
  </item> 
  <item>
   <title><![CDATA[Version 20.1 Docking pane woes : After updating our app to version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24216&amp;PID=78258&amp;title=version-20-1-docking-pane-woes#78258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 24216<br /><strong>Posted:</strong> 29 September 2021 at 4:52pm<br /><br /><div>After updating our app to version 20.1, I found that our docking panes would not size. Nor would pinning and unpinning result in a good display. I had to resize the frame window to see the auto-hide panel or to get the app frame to display. I found the reason was that in CXTPDockingPaneManager::RecalcFrameLayout the code now checks m_bInitialUpdateCalled and if that member is false, it would just return rather than calling RecalcLayout on the frame.</div><div><br></div><div>I fixed that by sending the WM_INITIALUPDATE message to the pane manager. But now, I am having a lot of other issues with docking pane client windows. Using spy++ I found that mouse messages aren't getting to our dialogs or to the task panel we have as a child of the client window of the pane it is in. Cursors aren't updating when the mouse enters a window, controls don't respond to mouse clicks ...<br></div><div><br></div><div>Now I have found that CXTPDockingPane::Attach is also sending WM_INITIALUPDATE to each CWnd (dialogs in our case) being attached. If I skip sending the messages to the input CWnd, everything works as it has for ever.</div><div><br></div><div>What's going on here?<br></div>]]>
   </description>
   <pubDate>Wed, 29 Sep 2021 16:52:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24216&amp;PID=78258&amp;title=version-20-1-docking-pane-woes#78258</guid>
  </item> 
 </channel>
</rss>