<?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 : CXTResizeFormView resize problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTResizeFormView resize problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 20:57:47 +0000</pubDate>
  <lastBuildDate>Fri, 01 Sep 2006 16:35:15 +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=4918</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[CXTResizeFormView resize problem : Hello,  I see problem, really...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15424&amp;title=cxtresizeformview-resize-problem#15424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4918<br /><strong>Posted:</strong> 01 September 2006 at 4:35pm<br /><br /><DIV>Hello, </DIV><DIV>I see problem, really looks not good. We will fix it for 10.3.1 release.</DIV><DIV>&nbsp;</DIV><DIV>You can just remove scrolling by calling</DIV><DIV>SetScaleToFitSize(CSize(1, 1)); as we do in our samples.</DIV>]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 16:35:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15424&amp;title=cxtresizeformview-resize-problem#15424</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeFormView resize problem : This code is probably needed to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15422&amp;title=cxtresizeformview-resize-problem#15422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2206">Cedric Caron</a><br /><strong>Subject:</strong> 4918<br /><strong>Posted:</strong> 01 September 2006 at 12:47pm<br /><br />This code is probably needed to limite the resize to the original size of the dialog and&nbsp;display scroll bars when the windows is smaler then the form<DIV>&nbsp;</DIV><DIV>why not adding a size(x,y) function and add the folowing code in the form ?</DIV><DIV>&nbsp;</DIV><DIV><DIV>void CMyResizeFormView::OnSize(UINT nType, int cx, int cy)<BR>{<BR>&nbsp;CFormView::OnSize(nType, cx, cy);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;cx = max(cx, m_totalLog.cx);</DIV><DIV>&nbsp;cy = max(cy, m_totalLog.cy);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;CXTResize::Size(cx, cy);<BR>}<BR></DIV></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 12:47:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15422&amp;title=cxtresizeformview-resize-problem#15422</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeFormView resize problem : If you don&amp;#039;t need this code,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15415&amp;title=cxtresizeformview-resize-problem#15415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4918<br /><strong>Posted:</strong> 01 September 2006 at 11:41am<br /><br />If you don't need this code, just catch WM_SIZE and call base methods:<DIV>&nbsp;</DIV><DIV>void CMyResizeFormView::OnSize(UINT nType, int cx, int cy)<BR>{<BR>&nbsp;CFormView::OnSize(nType, cx, cy);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;CXTResize::Size();<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 11:41:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15415&amp;title=cxtresizeformview-resize-problem#15415</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeFormView resize problem : Anybody with an idea on the problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15411&amp;title=cxtresizeformview-resize-problem#15411</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2206">Cedric Caron</a><br /><strong>Subject:</strong> 4918<br /><strong>Posted:</strong> 01 September 2006 at 8:58am<br /><br />Anybody with an idea on the problem ??? <DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Cédric</DIV>]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 08:58:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15411&amp;title=cxtresizeformview-resize-problem#15411</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeFormView resize problem : this code in CXTResizeFormView::OnSize...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15321&amp;title=cxtresizeformview-resize-problem#15321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2206">Cedric Caron</a><br /><strong>Subject:</strong> 4918<br /><strong>Posted:</strong> 29 August 2006 at 8:07pm<br /><br /><P>this code in CXTResizeFormView::OnSize prevent the form to properly resize if only one of the size is smaller then the original size</P><DIV>&nbsp;// don't allow resize smaller than form view template's<BR>&nbsp;// original size.<BR>&nbsp;if (cx &gt;= m_totalLog.cx &amp;&amp; cy &gt;= m_totalLog.cy)<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTResize::Size();<BR>&nbsp;}<BR></DIV><DIV>if only cy is smaller but not cx the form is not resized and the controls "jump" to the corect position&nbsp; when cy reach the orifinal size</DIV><DIV>&nbsp;</DIV><DIV>Any solution to fix this problem ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks foryour help</DIV><DIV>&nbsp;</DIV><DIV>Cédric</DIV>]]>
   </description>
   <pubDate>Tue, 29 Aug 2006 20:07:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4918&amp;PID=15321&amp;title=cxtresizeformview-resize-problem#15321</guid>
  </item> 
 </channel>
</rss>