<?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 : 15.1.3. Problem with nested CXTPSplitterWnd</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : 15.1.3. Problem with nested CXTPSplitterWnd]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 16:13:37 +0000</pubDate>
  <lastBuildDate>Thu, 29 Sep 2011 06:34:46 +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=18998</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[15.1.3. Problem with nested CXTPSplitterWnd :  I am using nested splitters...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18998&amp;PID=66460&amp;title=15-1-3-problem-with-nested-cxtpsplitterwnd#66460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3861">aceproof</a><br /><strong>Subject:</strong> 18998<br /><strong>Posted:</strong> 29 September 2011 at 6:34am<br /><br /><p>I am using nested splitters CXTPSplitterWnd:<table width="99%"><tr><td><pre class="BBcode"></p><p><pre style="font-family:C&#111;nsolas;font-size:13;color:black;:white;">BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext){<span style="color:blue;">     if</span> (     !m_wndSplitterHorz.CreateStatic(<span style="color:blue;">this</span>, 2, 1)        ||    !m_wndSplitterHorz.CreateView(1, 0, RUNTIME_CLASS(CXTPReportView), CSize(100, 100), pContext))          <span style="color:blue;">return</span> FALSE; <span style="color:blue;">     if</span> (     !m_wndSplitterVert.CreateStatic(&amp;m_wndSplitterHorz, 1, 2, WS_CHILD | WS_VISIBLE, m_wndSplitterHorz.IdFromRowCol(0, 0))        ||    !m_wndSplitterVert.CreateView(0, 0, RUNTIME_CLASS(CXTPReportView), CSize(100, 100), pContext)        ||    !m_wndSplitterVert.CreateView(0, 1, RUNTIME_CLASS(CXTPReportView), CSize(100, 100), pContext))<span style="color:blue;">          return</span> FALSE;      m_wndSplitterHorz.SetRowInfo(0, 630, 0);     m_wndSplitterVert.SetColumnInfo(0, 630, 0);      CXTPControlTheme::SetTheme(m_hWnd, xtpControlThemeOffice2003); <span style="color:green;">     //return CMainFrameParrent::OnCreateClient(lpcs, pContext);</span><span style="color:blue;">     return</span> TRUE;}</pre></td></tr></table><br>Horizontal splitter can not be moved. And so with all the splitters who have sub splitters. If you set <table width="99%"><tr><td><pre class="BBcode">m_wndSplitterHorz.EnableFullDrag(0)</pre></td></tr></table>everything works properly, but without full drag<br></pre><p></p>]]>
   </description>
   <pubDate>Thu, 29 Sep 2011 06:34:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18998&amp;PID=66460&amp;title=15-1-3-problem-with-nested-cxtpsplitterwnd#66460</guid>
  </item> 
 </channel>
</rss>