<?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 : Bug - CXTPEdit Resize v. 13.0</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Bug - CXTPEdit Resize v. 13.0]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 21:03:27 +0000</pubDate>
  <lastBuildDate>Thu, 04 Jun 2009 22:00:30 +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=14455</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[Bug - CXTPEdit Resize v. 13.0 : I haven&amp;#039;t had a chance to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14455&amp;PID=49656&amp;title=bug-cxtpedit-resize-v-13-0#49656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14455<br /><strong>Posted:</strong> 04 June 2009 at 10:00pm<br /><br />I haven't had a chance to dig into the code much, but found a bug with borders not drawing properly when a CXTPEdit control is resized using MoveWindow.<br><br>Example:<br><br>assume that m_cNotes is type CXTPEdit with borders displayed. We want to expand it to the right 100.<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CRect noteRect;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_cNotes.GetWindowRect(&amp;noteRect);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ScreenToClient(&amp;noteRect);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; noteRect.right += 100;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_cNotes.MoveWindow(noteRect);<br><br>The result is that the borders (upper, lower) seem to draw only to the extent of the original size while the right border is not visible. Replacing the CXTPEdit control with a standard CEdit control draws completely. The control from 10.42 that I used previously works as well.<br><br>*Note: In my scenario I am obscuring another edit window with the edit control, but I don't think it matters.<br><br><br>]]>
   </description>
   <pubDate>Thu, 04 Jun 2009 22:00:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14455&amp;PID=49656&amp;title=bug-cxtpedit-resize-v-13-0#49656</guid>
  </item> 
 </channel>
</rss>