<?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 : (11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot;</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : (11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 14:28:28 +0000</pubDate>
  <lastBuildDate>Tue, 18 Sep 2007 01:53:22 +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=8040</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[(11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot; : Yes, its good solution. Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26060&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26060</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 18 September 2007 at 1:53am<br /><br /><P>Yes, its good solution.</P><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 18 Sep 2007 01:53:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26060&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26060</guid>
  </item> 
  <item>
   <title><![CDATA[(11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot; : Was this solution agreed by XTP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26031&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 17 September 2007 at 12:29pm<br /><br />Was this solution agreed by XTP that is what they are adding ? please<DIV></DIV>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 12:29:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26031&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26031</guid>
  </item> 
  <item>
   <title><![CDATA[(11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot; : // my solution, verified.  void...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26021&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1130">tNgLoo</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 17 September 2007 at 9:37am<br /><br /><DIV>// my solution,&nbsp; verified.</DIV><DIV>&nbsp;</DIV><DIV>void CXTResize::GetMinMaxInfo(MINMAXINFO* pMMI)<BR>{<BR>&nbsp;CXTPClientRect rcClient(m_pWnd);<BR>&nbsp;CXTPWindowRect rcWindow(m_pWnd);</DIV><DIV><FONT color=#ff0000>// Add 1 line</FONT></DIV><DIV><FONT color=#ff0000>&nbsp;if(rcClient.<a href="ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.2052/vclib/html/_mfc_crect.3a3a.isrectempty.htm" target="_blank"><FONT color=#ff0000>IsRectEmpty</FONT></A>()) return;</FONT></DIV><DIV><BR>&nbsp;CSize szBorder(rcWindow.Width() - rcClient.Width(), rcWindow.Height() - rcClient.Height());</DIV><P>&nbsp;if (m_szWindow != CSize(0, 0))<BR>&nbsp;{<BR>&nbsp;&nbsp;if (HasFlag(xtResizeNoHorizontal))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;pMMI-&gt;ptMaxTrackSize.x = pMMI-&gt;ptMaxSize.x = m_szWindow.cx + szBorder.cx;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;if (HasFlag(xtResizeNoVertical))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;pMMI-&gt;ptMaxTrackSize.y = pMMI-&gt;ptMaxSize.y = m_szWindow.cy + szBorder.cy;<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>&nbsp;if (m_szMin.cx != 0) pMMI-&gt;ptMinTrackSize.x = m_szMin.cx + szBorder.cx;<BR>&nbsp;if (m_szMin.cy != 0) pMMI-&gt;ptMinTrackSize.y = m_szMin.cy + szBorder.cy;<BR>&nbsp;if (m_szMax.cx != 0) pMMI-&gt;ptMaxTrackSize.x = m_szMax.cx + szBorder.cx;<BR>&nbsp;if (m_szMax.cy != 0) pMMI-&gt;ptMaxTrackSize.y = m_szMax.cy + szBorder.cy;<BR>}</P>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 09:37:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26021&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26021</guid>
  </item> 
  <item>
   <title><![CDATA[(11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot; : this bugis Based from CXTResizeDialog....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26018&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1130">tNgLoo</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 17 September 2007 at 8:57am<br /><br />this bug&nbsp;is Based from CXTResizeDialog. Any dialog whose base class is&nbsp;CXTResizeDialog has same problem]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 08:57:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26018&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26018</guid>
  </item> 
  <item>
   <title><![CDATA[(11.2)Bug in &quot;Codejock Command Bar Dialog Sample&quot; : Open this &amp;#034;Codejock Command...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26016&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26016</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1130">tNgLoo</a><br /><strong>Subject:</strong> 8040<br /><strong>Posted:</strong> 17 September 2007 at 8:08am<br /><br />Open this "Codejock Command Bar Dialog Sample", modify the dialog(IDD_DIALOGSAMPLE_DIALOG) resource,&nbsp;set "Minimize Box" property to "True", and compile and run.<DIV>When this dialog restored after minimized, the size of&nbsp;it (right side)&nbsp;changed!????</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070917_080826_cmdbarDlg.JPG" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 17 Sep 2007 08:08:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8040&amp;PID=26016&amp;title=11-2bug-in-codejock-command-bar-dialog-sample#26016</guid>
  </item> 
 </channel>
</rss>