<?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 : SDI problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : SDI problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:03:58 +0000</pubDate>
  <lastBuildDate>Tue, 30 Dec 2003 06:05:10 +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=60</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[SDI problem : Yes! The docking pane bug is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=711&amp;title=sdi-problem#711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=272">zhou_wz</a><br /><strong>Subject:</strong> 60<br /><strong>Posted:</strong> 30 December 2003 at 6:05am<br /><br /><P>Yes!</P><P>The docking pane bug is fixed, but it import anothor bug!</P><P>The views in SDI MainFrame can't repaint itself correctly!</P><P>When I switched Theme of my app, I want my views redraw and turn to be another looks!</P><P>But with option <FONT color=#a000a0>WS_CLIPCHILDREN </FONT><FONT color=#000000>Of course I failedŁĄ</FONT></P><P>So I think you should not prevent all windows repainting!</P><P>Could you Give another solution?</P>]]>
   </description>
   <pubDate>Tue, 30 Dec 2003 06:05:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=711&amp;title=sdi-problem#711</guid>
  </item> 
  <item>
   <title><![CDATA[SDI problem : In SDI applications need to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=135&amp;title=sdi-problem#135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 60<br /><strong>Posted:</strong> 10 June 2003 at 11:17pm<br /><br /><P>In SDI applications need to add&nbsp; clipping styles to your main frame</P><P>&nbsp;</P><FONT color=#0000ff><P>BOOL</FONT> <FONT color=#0000ff>CMainFrame</FONT>::<FONT color=#880000>PreCreateWindow</FONT>(<FONT color=#0000ff>CREATESTRUCT</FONT>&amp; <FONT color=#808080>cs</FONT>)</P><P>{</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; if</FONT>( !<FONT color=#0000ff>CFrameWnd</FONT>::<FONT color=#880000>PreCreateWindow</FONT>(<FONT color=#808080>cs</FONT>) )</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#a000a0>FALSE</FONT>;</P><P><P><FONT color=#009900></P></FONT><FONT color=#808080>&nbsp;&nbsp;&nbsp; cs</FONT>.<FONT color=#808080>style</FONT> |= <FONT color=#a000a0>WS_CLIPCHILDREN</FONT>|<FONT color=#a000a0>WS_CLIPSIBLINGS</FONT>;</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#a000a0>TRUE</FONT>;</P><P>}</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 10 Jun 2003 23:17:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=135&amp;title=sdi-problem#135</guid>
  </item> 
  <item>
   <title><![CDATA[SDI problem : Env:Windows XP Pro. SP1(Japnese),...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=134&amp;title=sdi-problem#134</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=75">JoeBlack</a><br /><strong>Subject:</strong> 60<br /><strong>Posted:</strong> 10 June 2003 at 5:19pm<br /><br /><P>Env:Windows XP Pro. SP1(Japnese), VC++6.0SP5(Japanese), MFC, SDI</P><P>I'm not good at English. If you have any question about my English, please let me know.</P><P>At First, please extract&nbsp;<A href="http://forum.codejock.com/uploads/BCC_problem.zip" target="_blank">BCC_problem.zip</A>&nbsp;and see images. This is SDI window.</P><P>The right side of Pane1&nbsp;was lacking when Pane1&nbsp;was attached to left side of the main window.(problem1.jpg) &nbsp;If it was &nbsp;attached to right, top, and bottom side, there&nbsp;was no problem. </P><P>But if I moved mouse cursor to pin and x button of Pane1, these were appeared. (problem2.jpg, problem3.jpg)</P><P>If I pushed pin button, the lack of Pane1 was appeared. (problem4.jpg)</P><P>This problem&nbsp;was occured when I selected SDI widow type on AppWizard. If I selected MDI window type, there was no problem.</P><P>I tried changing resource type from Japnese to English, the problem was occured, too.</P><P>If you have any good idea to solve this problem, please help me.</P><P>Thanks a lot!</P><span style="font-size:10px"><br /><br />Edited by JoeBlack</span>]]>
   </description>
   <pubDate>Tue, 10 Jun 2003 17:19:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=60&amp;PID=134&amp;title=sdi-problem#134</guid>
  </item> 
 </channel>
</rss>