<?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 : CXTPSplitterWnd bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPSplitterWnd bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 08 Jun 2026 11:34:36 +0000</pubDate>
  <lastBuildDate>Tue, 08 Mar 2016 04:13:34 +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=22952</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[CXTPSplitterWnd bug :  Hi,as a workaround please replace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22952&amp;PID=74554&amp;title=cxtpsplitterwnd-bug#74554</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 22952<br /><strong>Posted:</strong> 08 March 2016 at 4:13am<br /><br />Hi,<br><br>as a workaround please replace CXTPSplitterWnd with the following class:<br><br>class CMySplitterWnd : public CXTPSplitterWnd<br>{<br>	void StopTracking(BOOL bAccept)<br>	{<br>		m_rectTracker.left -= 2;<br>		CXTPSplitterWnd::StopTracking(bAccept);<br>	}<br>};<br><br>I reported this bug<b> 4 years ago</b>!<br>]]>
   </description>
   <pubDate>Tue, 08 Mar 2016 04:13:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22952&amp;PID=74554&amp;title=cxtpsplitterwnd-bug#74554</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPSplitterWnd bug : When creating splitter windows...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22952&amp;PID=74553&amp;title=cxtpsplitterwnd-bug#74553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5380">maxxan</a><br /><strong>Subject:</strong> 22952<br /><strong>Posted:</strong> 08 March 2016 at 3:17am<br /><br /><div>When creating splitter windows that are inside other splitter windows, then it's not possible to resize them any more. If you test this code, and then try to move the horizontal splitter window, it moves like a few pixels and then it stops tracking.</div><div><br></div><div><span style="line-height: 1.4;">To easily reproduce the bug, then in your Splitter window sample replace the CMainFrame::OnCreateClient code with this to create a T shaped splitter.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><div>// Create the first splitter</div><div>&nbsp; &nbsp;m_wndSplitter.CreateStatic(this, 2, 1);</div><div>&nbsp; &nbsp;m_wndSplitter.CreateView(1, 0, RUNTIME_CLASS(CView3), CSize(0, 0), pContext);</div><div><br></div><div>&nbsp; &nbsp;// Create the second splitter</div><div>&nbsp; &nbsp;m_wndSplitter2.CreateStatic(&amp;m_wndSplitter, 1, 2, WS_CHILD | WS_VISIBLE | WS_BORDER, m_wndSplitter.IdFromRowCol(0, 0));</div><div>&nbsp; &nbsp;m_wndSplitter2.CreateView(0, 0, RUNTIME_CLASS(CView1), CSize(0, 0), pContext);</div><div>&nbsp; &nbsp;m_wndSplitter2.CreateView(0, 1, RUNTIME_CLASS(CView2), CSize(0, 0), pContext);</div></div><div><br></div><div>It works with CSplitterWnd..</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 08 Mar 2016 03:17:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22952&amp;PID=74553&amp;title=cxtpsplitterwnd-bug#74553</guid>
  </item> 
 </channel>
</rss>