<?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 Drawing Bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Possible Drawing Bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:00:48 +0000</pubDate>
  <lastBuildDate>Tue, 28 Nov 2006 10:20:12 +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=5434</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 Drawing Bug : Hi Oleg,Many thanks for this....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17705&amp;title=possible-drawing-bug#17705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5434<br /><strong>Posted:</strong> 28 November 2006 at 10:20am<br /><br />Hi Oleg,<br><br>Many thanks for this. I will get back to you - I have an oddish configuration here, I will be digging at your knowledge.<br>]]>
   </description>
   <pubDate>Tue, 28 Nov 2006 10:20:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17705&amp;title=possible-drawing-bug#17705</guid>
  </item> 
  <item>
   <title><![CDATA[Possible Drawing Bug : Hello,  your CChildFrame must...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17440&amp;title=possible-drawing-bug#17440</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5434<br /><strong>Posted:</strong> 19 November 2006 at 3:11am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>your CChildFrame must have clip styles and its view also.</DIV><DIV>&nbsp;</DIV><DIV>add something like:</DIV><DIV>&nbsp;</DIV><DIV>BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</DIV><DIV>&nbsp;if( !CMDIChildWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</DIV><DIV>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</DIV><DIV>&nbsp;return TRUE;<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Sun, 19 Nov 2006 03:11:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17440&amp;title=possible-drawing-bug#17440</guid>
  </item> 
  <item>
   <title><![CDATA[Possible Drawing Bug :     oleg wrote:Hello, It can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17433&amp;title=possible-drawing-bug#17433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5434<br /><strong>Posted:</strong> 18 November 2006 at 2:50pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><p>Hello,</p><div>It can be only clip problem. If right pane part of child frame, check that all childs have WS_CLIPCHILDREN|WS_CLIPSIBLINGS styles.</div></td></tr></table><br>Hi oleg,<br><br>I don't understand, sorry. Please look at the attached picture.<br><br>The Macros pane is defined as:<br><br><b>CXTPOfficeBorder&lt;CMyXTPTaskPanel&gt;&nbsp;&nbsp;&nbsp; m_wndMacrosPanel;</b><br><br>And created:<br><br><b>m_wndMacrosPanel.Create(WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN,<br>&nbsp;&nbsp;&nbsp; CRect(0, 0, 0, 0),<br>&nbsp;&nbsp;&nbsp; this,<br>&nbsp;&nbsp;&nbsp; 0);<br></b><br>H E L P !!! <img src="http://forum.codejock.com/smileys/smiley18.gif" border="0" align="absmiddle"><br><br><br>So what should I change here?<br><br><img src="http://www.hb9drv.ch/tmp/pics/dm-bug-001.jpg" border="0"><br>]]>
   </description>
   <pubDate>Sat, 18 Nov 2006 14:50:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17433&amp;title=possible-drawing-bug#17433</guid>
  </item> 
  <item>
   <title><![CDATA[Possible Drawing Bug : Hello, It can be only clip problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17039&amp;title=possible-drawing-bug#17039</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5434<br /><strong>Posted:</strong> 06 November 2006 at 1:38am<br /><br /><P>Hello,</P><DIV>It can be only clip problem. If right pane part of child frame, check that all childs have WS_CLIPCHILDREN|WS_CLIPSIBLINGS styles.</DIV>]]>
   </description>
   <pubDate>Mon, 06 Nov 2006 01:38:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17039&amp;title=possible-drawing-bug#17039</guid>
  </item> 
  <item>
   <title><![CDATA[Possible Drawing Bug : Hi,The picture belowhttp://www...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17026&amp;title=possible-drawing-bug#17026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1305">Simon HB9DRV</a><br /><strong>Subject:</strong> 5434<br /><strong>Posted:</strong> 05 November 2006 at 10:59am<br /><br />Hi,<br><br>The picture below<br><br><a href="http://www.hb9drv.ch/tmp/pics/dm-draw-bug.jpg" target="_blank">http://www.hb9drv.ch/tmp/pics/dm-draw-bug.jpg</a><br><br>Shows a drawing problem where text on the current line of a CRichTextCtrl 'mangles' the pane contents on the right, the station I'm copying is a Russian :-)<br><br>Probably me missing something, I can live with this.<br><br>I can supply code if required, the whole project is rather large :-)<br><br>Thanks for the finest programming library available for MFC.<br>]]>
   </description>
   <pubDate>Sun, 05 Nov 2006 10:59:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5434&amp;PID=17026&amp;title=possible-drawing-bug#17026</guid>
  </item> 
 </channel>
</rss>