<?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 : Create Pane - Unwanted Space</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Create Pane - Unwanted Space]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 05:46:59 +0000</pubDate>
  <lastBuildDate>Thu, 20 Dec 2007 05:10:03 +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=9131</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[Create Pane - Unwanted Space : Hi Oleg Fantastic. Thanks a lot. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29657&amp;title=create-pane-unwanted-space#29657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1964">Suyambu2002</a><br /><strong>Subject:</strong> 9131<br /><strong>Posted:</strong> 20 December 2007 at 5:10am<br /><br /><P>Hi Oleg</P><DIV>Fantastic.&nbsp; Thanks a lot.</DIV><DIV>I thought i have to do handle OnSize to solve this issue.</DIV><DIV>Anyway Thank you very much.</DIV>]]>
   </description>
   <pubDate>Thu, 20 Dec 2007 05:10:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29657&amp;title=create-pane-unwanted-space#29657</guid>
  </item> 
  <item>
   <title><![CDATA[Create Pane - Unwanted Space : hI,  Addm_XTPDocPaneManager.HideClient(TRUE);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29543&amp;title=create-pane-unwanted-space#29543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9131<br /><strong>Posted:</strong> 18 December 2007 at 5:52am<br /><br />hI,<DIV>&nbsp;</DIV><DIV>Add&nbsp;&nbsp;m_XTPDocPaneManager.HideClient(TRUE);</DIV>]]>
   </description>
   <pubDate>Tue, 18 Dec 2007 05:52:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29543&amp;title=create-pane-unwanted-space#29543</guid>
  </item> 
  <item>
   <title><![CDATA[Create Pane - Unwanted Space : uploads/20071218_050342_unwanted_space.zip Hi Am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29538&amp;title=create-pane-unwanted-space#29538</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1964">Suyambu2002</a><br /><strong>Subject:</strong> 9131<br /><strong>Posted:</strong> 18 December 2007 at 5:05am<br /><br /><P><a href="https://forum.codejock.com/uploads/20071218_050342_unwanted_space.zip" target="_blank">uploads/20071218_050342_unwanted_space.zip</A></P><DIV>Hi</DIV><P>Am trying to use CXTPDockingPaneManager in my SDI application.<BR>When I use docking pane manager some unwanted space is available in the right corner of the view(after the splitter).&nbsp; Am unable to resize the same till towards my MainFrame.<BR>In MainFrame.cpp - OnCreate I have the following code...<BR>----------------------------------------------------------------------------<BR><FONT size=2><FONT size=2>CXTPDockingPane *pDocPaneTreeView = NULL;</P></FONT><DIV>m_XTPDocPaneManager.InstallDockingPanes ( </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2> );</DIV><P>m_XTPDocPaneManager.SetClientMargin ( 0 );</P><P>m_XTPDocPaneManager.SetStickyFloatingFrames(TRUE);</P><P>m_XTPDocPaneManager.SetThemedFloatingFrames(TRUE);</P><P></FONT><FONT color=#008000 size=2>// -- $TSMS$ -- Create the Tree View Pane.</P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>//---------------------------------------------------------</P></FONT><FONT size=2><P>pDocPaneTreeView = m_XTPDocPaneManager.CreatePane ( ID_DOC_PANE_TREE_VIEW, CRect ( 0, 0, 350, 100 ), xtpPaneDockLeft );</P><P></P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> ( NULL == pDocPaneTreeView )</P><P>{</P><P>TRACE0(</FONT><FONT color=#800000 size=2>"Failed to left doc pane - tree view \n"</FONT><FONT size=2>);</P><P></FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> -1; </FONT><FONT color=#008000 size=2>// fail to create</P></FONT><FONT size=2><P>}</P><P>pDocPaneTreeView-&gt;AttachView ( </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>, RUNTIME_CLASS ( CLeadFinderTreeView ) );</P><P>pDocPaneTreeView-&gt;SetTitle ( </FONT><FONT color=#800000 size=2>"Folder View"</FONT><FONT size=2> );</P><P>pDocPaneTreeView-&gt;SetOptions ( xtpPaneNoCloseable | xtpPaneNoHideable | xtpPaneNoFloatable | xtpPaneNoDockable );</P></FONT><P>----------------------------------------------------------------------------</P><DIV>Find attached image for more information.<BR>Can someone help me to resolve this.</DIV>]]>
   </description>
   <pubDate>Tue, 18 Dec 2007 05:05:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9131&amp;PID=29538&amp;title=create-pane-unwanted-space#29538</guid>
  </item> 
 </channel>
</rss>