<?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 : Docking pane splitter problems in latest release</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking pane splitter problems in latest release]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:31:14 +0000</pubDate>
  <lastBuildDate>Thu, 13 Jan 2011 07:33:13 +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=17435</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[Docking pane splitter problems in latest release : We didn&amp;#039;t find new problems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=62184&amp;title=docking-pane-splitter-problems-in-latest-release#62184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 13 January 2011 at 7:33am<br /><br />We didn't find new problems with such code<div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><div><br></div><div>while (::PeekMessage(&amp;msg, NULL, WM_PAINT, WM_PAINT, PM_REMOVE | PM_NOYIELD))</div><div>{</div><div>&nbsp;&nbsp; DispatchMessage(&amp;msg);</div><div>}</div><div><br></div><div>if you see problems with your DockingPane splitter you can insert this code to&nbsp;CXTPDockingPaneSplitterWnd::OnLButtonDown method inside&nbsp;<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 0px; -webkit-border-vertical-spacing: 0px; ">while (::GetCapture() == m_hWnd) loop.</span></div></span></div>]]>
   </description>
   <pubDate>Thu, 13 Jan 2011 07:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=62184&amp;title=docking-pane-splitter-problems-in-latest-release#62184</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Question to Oleg: should we change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=62177&amp;title=docking-pane-splitter-problems-in-latest-release#62177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2223">Tomasz</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 12 January 2011 at 12:53pm<br /><br />Question to Oleg: should we change all occurrences in the library sources&nbsp;on our own &nbsp;or will be a fix to version 13.4.2 made available ??? Is this fix safe, i.e. did you find any problems with it?]]>
   </description>
   <pubDate>Wed, 12 Jan 2011 12:53:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=62177&amp;title=docking-pane-splitter-problems-in-latest-release#62177</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Oleg: Out of curiosity I checked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61865&amp;title=docking-pane-splitter-problems-in-latest-release#61865</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2223">Tomasz</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 16 December 2010 at 7:11am<br /><br /><p>Oleg: Out of curiosity I checked where those WM_PAINT pumping is used in XTP. And I found 14 places. And each one with a COPY of same lines. Why this is not written as a global function that can be called instead of copy-pasting same code 14 times?</p><p>Sorry for rant but I really hate code-bloat.</p>]]>
   </description>
   <pubDate>Thu, 16 Dec 2010 07:11:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61865&amp;title=docking-pane-splitter-problems-in-latest-release#61865</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Hi,Seems this onewhile (::PeekMessage(&amp;amp;msg,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61409&amp;title=docking-pane-splitter-problems-in-latest-release#61409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 16 November 2010 at 2:41am<br /><br />Hi,<div><br></div><div>Seems this one</div><div><br></div><div><div>while (::PeekMessage(&amp;msg, NULL, WM_PAINT, WM_PAINT, PM_REMOVE | PM_NOYIELD))</div><div>{</div><div>&nbsp;&nbsp; DispatchMessage(&amp;msg);</div><div>}</div></div><div><br></div><div>make same work and don't have problem with IE9, we are going to update to this code if won't find new problem.</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 16 Nov 2010 02:41:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61409&amp;title=docking-pane-splitter-problems-in-latest-release#61409</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Just wanted to provide a quick...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61403&amp;title=docking-pane-splitter-problems-in-latest-release#61403</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 15 November 2010 at 12:46pm<br /><br />Just wanted to provide a quick update. Oleg sent me the version of XTPDockingPaneSplitterContainer.cpp that shipped with XTP v13.4.0. I used it to recompile the CodeJock libraries, and that resolved the issue.<br><br>Oleg also indicated that they're investigating a permanent fix for inclusion in the upcoming v15 release.<br>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 12:46:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61403&amp;title=docking-pane-splitter-problems-in-latest-release#61403</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : hey Olegdid you try any other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61395&amp;title=docking-pane-splitter-problems-in-latest-release#61395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 15 November 2010 at 8:43am<br /><br />hey Oleg<div><br></div><div>did you try any other flags for PeekMessage? &nbsp;e.g.&nbsp;<span ="Apple-style-span" style="font-family: Verdana; line-height: normal; font-size: 11px; border-collapse: collapse; -webkit-border-horiz&#111;ntal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">PM_QS_SENDMESSAGE</span></div><div><br></div><div>Or did you just remove this flushing code? &nbsp;The flushing code looks like it actually processes all the WM_PAINT messages in one hit...</div>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 08:43:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61395&amp;title=docking-pane-splitter-problems-in-latest-release#61395</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Hello,Yes, its indeed related...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61388&amp;title=docking-pane-splitter-problems-in-latest-release#61388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 15 November 2010 at 3:10am<br /><br />Hello,<div><br></div><div>Yes, its indeed related to IE9 - to redraw faster we had such code to &nbsp;flush WM_PAINT buffer:</div><div><br></div><div><div><span ="Apple-tab-span" style="white-space:pre">			</span>while (::PeekMessage(&amp;msg, NULL, WM_PAINT, WM_PAINT, PM_NOREMOVE))</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>if (!GetMessage(&amp;msg, NULL, WM_PAINT, WM_PAINT))</div><div><span ="Apple-tab-span" style="white-space:pre">					</span>return;</div><div><span ="Apple-tab-span" style="white-space:pre">				</span>DispatchMessage(&amp;msg);</div><div><span ="Apple-tab-span" style="white-space:pre">			</span>}</div></div><div><br></div><div>for me it looks safe and worked fine for us all time (even MFC has at least 3 places with same code), but new IE9 beta that used as ActiveX hangs on this flush code.</div>]]>
   </description>
   <pubDate>Mon, 15 Nov 2010 03:10:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61388&amp;title=docking-pane-splitter-problems-in-latest-release#61388</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : I understand that CodeJock team...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61174&amp;title=docking-pane-splitter-problems-in-latest-release#61174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 26 October 2010 at 10:50pm<br /><br />I understand that CodeJock team is busy trying to get the next major release out the door, but as it stands I'll have to roll back to 13.4.0 if there's no fix for this. <br><br>Could someone from CJ please comment? Perhaps a source patch or workaround? ]]>
   </description>
   <pubDate>Tue, 26 Oct 2010 22:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61174&amp;title=docking-pane-splitter-problems-in-latest-release#61174</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release : Well, 13.4.2 comes with a fix...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61105&amp;title=docking-pane-splitter-problems-in-latest-release#61105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 22 October 2010 at 5:32pm<br /><br />Well, 13.4.2 comes with a fix for IE9 compatibility (see other thread)&nbsp;that may affect this behavior. We really need feedback fron CJ here!]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 17:32:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61105&amp;title=docking-pane-splitter-problems-in-latest-release#61105</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane splitter problems in latest release :   Hi, I am also getting the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61086&amp;title=docking-pane-splitter-problems-in-latest-release#61086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6244">SHAN</a><br /><strong>Subject:</strong> 17435<br /><strong>Posted:</strong> 22 October 2010 at 3:16am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am also getting the same problem with docking pane&nbsp;after updating to 13.4.2 Version....!&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 03:16:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17435&amp;PID=61086&amp;title=docking-pane-splitter-problems-in-latest-release#61086</guid>
  </item> 
 </channel>
</rss>