<?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 : Possible to use Panes without doc/view</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Possible to use Panes without doc/view]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 18:44:54 +0000</pubDate>
  <lastBuildDate>Wed, 23 Feb 2005 15:12:19 +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=194</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[Possible to use Panes without doc/view : Hi Oleg, Thanks for the help....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5320&amp;title=possible-to-use-panes-without-doc-view#5320</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=131">AdrianM</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 23 February 2005 at 3:12pm<br /><br /><P><FONT face="Courier New, Courier, mono" size=2>Hi Oleg,</FONT></P><P><FONT face="Courier New, Courier, mono" size=2>Thanks for the help.&nbsp; However, I already have clipping styles.&nbsp; Any other ideas what it could be?&nbsp; Here is my PreCreateWindow...</FONT></P><P><FONT face="Courier New, Courier, mono" size=2><table width="99%"><tr><td><pre class="BBcode"></FONT></P><P align=left><FONT face="Courier New, Courier, mono" size=2>BOOL CMainFrame::PreCreateWindow(CREATESTRUCT&amp; cs)</FONT></P><P align=left><FONT face="Courier New, Courier, mono" size=2>{</FONT></P><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><P align=left><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>if</FONT>( !CFrameWnd::PreCreateWindow(cs) )</FONT></FONT></P><P align=left><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>return</FONT> FALSE;</FONT></FONT></P><P align=left><FONT face="Courier New, Courier, mono"><FONT size=2>cs.style &amp;= ~(LONG) FWS_ADDTOTITLE; <FONT color=#008000>//removes the "Untitled" from MainFrame Title</P></FONT></FONT></FONT><P align=left><FONT face="Courier New, Courier, mono"><FONT size=2>cs.style &amp;= ~WS_HSCROLL;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#008000>// no horizontal scroll bars</P></FONT></FONT></FONT><P dir=ltr style="MARGIN-RIGHT: 0px" align=left><FONT face="Courier New, Courier, mono"><FONT size=2>cs.style &amp;= ~WS_VSCROLL;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT color=#008000>// no vertical scroll bars</P></FONT></FONT></FONT><P align=left><FONT face="Courier New, Courier, mono" size=2>cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</FONT></P><P align=left><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>return</FONT> TRUE;</FONT></FONT></P></BLOCKQUOTE><P align=left><FONT face="Courier New, Courier, mono" size=2>}</FONT></P><P><FONT face="Courier New, Courier, mono" size=2></pre></td></tr></table></FONT></P><span style="font-size:10px"><br /><br />Edited by AdrianM</span>]]>
   </description>
   <pubDate>Wed, 23 Feb 2005 15:12:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5320&amp;title=possible-to-use-panes-without-doc-view#5320</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to use Panes without doc/view : Add clipping styles fo SDI application:  BOOL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5267&amp;title=possible-to-use-panes-without-doc-view#5267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 22 February 2005 at 2:26am<br /><br /><P>Add clipping styles fo SDI application:</P><P>&nbsp;</P><P>BOOL CMainFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</P><P>&nbsp;if( !CFrameWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</P><P>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P>&nbsp;return TRUE;<BR>}</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 02:26:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5267&amp;title=possible-to-use-panes-without-doc-view#5267</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to use Panes without doc/view : The DF6_NoDocViewSample.zipsample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5256&amp;title=possible-to-use-panes-without-doc-view#5256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=131">AdrianM</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 21 February 2005 at 4:40pm<br /><br /><P>The <A href="http://forum.codejock.com/uploads/Administrator/DF6_NoDocViewSample.zip" target="_blank"><strong><FONT color=#800080>DF6_No<SPAN =highlight>Doc</SPAN><SPAN =highlight>View</SPAN>Sample.zip</FONT></strong></A>&nbsp;sample shows a problem that I am having.</P><P>If you run the mentioned sample, and resize any of the panes to the far right.. the pane will stop,&nbsp;and not&nbsp;resize all the way.&nbsp; </P><P>Any idea why this happening ?&nbsp; And how to remove this empty area from the&nbsp;application so that the panes fill the frame properly?&nbsp; In my case, I have an SDI app.</P><P>Thanks!</P><P>- Adrian</P>]]>
   </description>
   <pubDate>Mon, 21 Feb 2005 16:40:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=5256&amp;title=possible-to-use-panes-without-doc-view#5256</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to use Panes without doc/view : Hi Torsten, Yes you can use the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=413&amp;title=possible-to-use-panes-without-doc-view#413</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 31 October 2003 at 11:27am<br /><br /><P>Hi Torsten,</P><P>Yes you can use the toolkit pro without the document view model.&nbsp; I created a sample that illustrates how to do this, let me know if this helps.</P><P>Cheers,<BR>Codejock Support</P><P><IMG src="http://forum.codejock.com/smileys/smiley16.gif" border="0"></P><P>Download: <A href="http://forum.codejock.com/uploads/Administrator/DF6_NoDocViewSample.zip" target="_blank"><strong>DF6_NoDocViewSample.zip</strong></A></P>]]>
   </description>
   <pubDate>Fri, 31 Oct 2003 11:27:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=413&amp;title=possible-to-use-panes-without-doc-view#413</guid>
  </item> 
  <item>
   <title><![CDATA[Possible to use Panes without doc/view : Is it possible to use all the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=383&amp;title=possible-to-use-panes-without-doc-view#383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=210">Torsten</a><br /><strong>Subject:</strong> 194<br /><strong>Posted:</strong> 26 October 2003 at 11:11am<br /><br /><P>Is it possible to use all the features of the toolkit pro e.g. docking panes WITHOUT the document/view-modell <IMG src="http://forum.codejock.com/smileys/smiley25.gif" border="0"></P><P>Greets</P><P>Torsten</P>]]>
   </description>
   <pubDate>Sun, 26 Oct 2003 11:11:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=194&amp;PID=383&amp;title=possible-to-use-panes-without-doc-view#383</guid>
  </item> 
 </channel>
</rss>