<?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 : CXTPDialog layout</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPDialog layout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 15:10:27 +0000</pubDate>
  <lastBuildDate>Fri, 11 Mar 2011 08:58:01 +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=17787</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[CXTPDialog layout :  Hello,Did anyone managed to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=63253&amp;title=cxtpdialog-layout#63253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 17787<br /><strong>Posted:</strong> 11 March 2011 at 8:58am<br /><br />Hello,<div><br></div><div>Did anyone managed to solve problem with toolbar in dialog.</div><div>My dialog is not resizable, and I want to display toolbar in specific position in a dialog (this will be used as a toolbar for rich edit control)</div><div><br></div><div>Any examples will be much appreciated.</div><div><br></div><div>Seb</div>]]>
   </description>
   <pubDate>Fri, 11 Mar 2011 08:58:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=63253&amp;title=cxtpdialog-layout#63253</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDialog layout : Answer (for adding all child windows):...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62252&amp;title=cxtpdialog-layout#62252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6582">notacow</a><br /><strong>Subject:</strong> 17787<br /><strong>Posted:</strong> 19 January 2011 at 5:52pm<br /><br />Answer (for adding all child windows):<br><br>&nbsp; for (CWnd *currWin = GetWindow(GW_CHILD); <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; currWin != 0; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; currWin = currWin-&gt;GetWindow(GW_HWNDNEXT))<br>&nbsp; {<br>&nbsp;&nbsp;&nbsp; SetResize (currWin-&gt;GetDlgCtrlID(), 0.0, 0.0, 0.0, 0.0);<br>&nbsp; }<br><br>]]>
   </description>
   <pubDate>Wed, 19 Jan 2011 17:52:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62252&amp;title=cxtpdialog-layout#62252</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDialog layout : Thanks. I looked through the sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62240&amp;title=cxtpdialog-layout#62240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6582">notacow</a><br /><strong>Subject:</strong> 17787<br /><strong>Posted:</strong> 18 January 2011 at 11:43am<br /><br />Thanks. I looked through the sample &amp; tried a few things. <br><br>In this sample RepositionControls() calls Offset(), which depends on SetResize() being called for all the dialog windows. This application has dozens of windows (most of which are static in size). Is there a quick way to add all the app child windows? <br><br>Another thought that occurred to me was to group the dozens of controls into a "sub-window" but I don't see a way to do that in the dialog designer.<br>&nbsp;]]>
   </description>
   <pubDate>Tue, 18 Jan 2011 11:43:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62240&amp;title=cxtpdialog-layout#62240</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDialog layout : Hi,Please check howSamples\CommandBars\DialogSample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62220&amp;title=cxtpdialog-layout#62220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17787<br /><strong>Posted:</strong> 17 January 2011 at 12:21pm<br /><br />Hi,<div><br></div><div>Please check how&nbsp;Samples\CommandBars\DialogSample &nbsp;sample works.</div>]]>
   </description>
   <pubDate>Mon, 17 Jan 2011 12:21:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62220&amp;title=cxtpdialog-layout#62220</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDialog layout : I&amp;#039;ve modified an app to give...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62208&amp;title=cxtpdialog-layout#62208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6582">notacow</a><br /><strong>Subject:</strong> 17787<br /><strong>Posted:</strong> 16 January 2011 at 10:13pm<br /><br />I've modified an app to give it floating/selectable command bars. The class now inherits from CXTPDialog (was CDialog). The app is pretty large &amp; I'm not terribly familiar w/ MFC &amp; XTP.<br><br>Is there a way to have the dialog window layout adjust to make room for the command bars? (This seems to get handled fine in the samples code based on FrameWnd -- converting the app to a CXTPFrameWnd seems like a lot of trouble).<br><br>Also, my CXTPCommandBars only contains 2 CXTPToolBar's -- no CXTPCommandBar's. I want to prevent the "standard" toolbar from being hidden. I was able to force this by making the toolbar visiable in OnSize(). Is there a more elegant way to handle this?<br>]]>
   </description>
   <pubDate>Sun, 16 Jan 2011 22:13:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17787&amp;PID=62208&amp;title=cxtpdialog-layout#62208</guid>
  </item> 
 </channel>
</rss>