<?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 : splitter in a docking pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : splitter in a docking pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 02:09:45 +0000</pubDate>
  <lastBuildDate>Fri, 26 Oct 2007 09:48:21 +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=8532</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[splitter in a docking pane : works OK nowThanks!Vaclav  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27719&amp;title=splitter-in-a-docking-pane#27719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 8532<br /><strong>Posted:</strong> 26 October 2007 at 9:48am<br /><br />works OK now<br>Thanks!<br>Vaclav<br>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 09:48:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27719&amp;title=splitter-in-a-docking-pane#27719</guid>
  </item> 
  <item>
   <title><![CDATA[splitter in a docking pane : Hi,  Call it as  m_pFrame =...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27707&amp;title=splitter-in-a-docking-pane#27707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8532<br /><strong>Posted:</strong> 26 October 2007 at 5:37am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Call it as </DIV><DIV>m_pFrame = (CFrameWnd*)CFrameWnd::CreateObject();</DIV><DIV>&nbsp;</DIV><DIV>and don't call delete - CFrameWnd will be destroyed automatically.</DIV>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 05:37:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27707&amp;title=splitter-in-a-docking-pane#27707</guid>
  </item> 
  <item>
   <title><![CDATA[splitter in a docking pane : Hi Oleg,I tried to use CWnd, because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27703&amp;title=splitter-in-a-docking-pane#27703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 8532<br /><strong>Posted:</strong> 26 October 2007 at 3:18am<br /><br />Hi Oleg,<br><br><br>I tried to use CWnd, because I was confused by the fact that the CFrameWnd based class had protected constructor and destructor.  <br><br>Then I tried to change constructor and destructor to be public. Now it seems to work. The pane + controls appear correctly. <br><br>The only thing I am not sure is how to create CFrameWnd? I call<br><br>m_wndFrame = new CFrameWnd() in constructor of CMainFrame<br><br>but I get an error when I call <br><br>delete m_wndFrame in destructor of CMainFrame<br><br><br>Thank you<br>Vaclav<br> ]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 03:18:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27703&amp;title=splitter-in-a-docking-pane#27703</guid>
  </item> 
  <item>
   <title><![CDATA[splitter in a docking pane : Hi,  Why you can&amp;#039;t create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27702&amp;title=splitter-in-a-docking-pane#27702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8532<br /><strong>Posted:</strong> 26 October 2007 at 1:36am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Why you can't create CFrameWnd derived class instead of CWnd for this pane ?</DIV>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 01:36:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27702&amp;title=splitter-in-a-docking-pane#27702</guid>
  </item> 
  <item>
   <title><![CDATA[splitter in a docking pane : Hello,  I am trying to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27694&amp;title=splitter-in-a-docking-pane#27694</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 8532<br /><strong>Posted:</strong> 25 October 2007 at 2:43pm<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>I am trying to create a docking pane with two controls separated by a splitter window (2 rows 1 column). Something like class view in Visual studio.</DIV><P><BR>I created a CWnd inherited class that should serve as a container for the splitter and the 2 controls.</P><P>In CMainFrame in OnDockingPaneNotify method I create the container.</P><P>In the container window in OnCreate method I try to create the splitter and the two controls. Nothing appears in the pane when I run the app.</P><P>What am doing wrong? I am not sure if the splitter can live in a normal window (not CFrameWnd).</P><P>Is there any example I can look at? Advice?</P><P>Thanks in advance<BR>Vaclav</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 25 Oct 2007 14:43:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8532&amp;PID=27694&amp;title=splitter-in-a-docking-pane#27694</guid>
  </item> 
 </channel>
</rss>