<?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 : Maximize docking pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Maximize docking pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 09:43:32 +0000</pubDate>
  <lastBuildDate>Fri, 06 Sep 2019 14:45:37 +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=23901</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[Maximize docking pane : I believe the answer is no. However,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23901&amp;PID=77479&amp;title=maximize-docking-pane#77479</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23901<br /><strong>Posted:</strong> 06 September 2019 at 2:45pm<br /><br /><div>I believe the answer is no. However, I did add a minimize and restore icon to the mini frame window using the caption buttons collection and handled the OnCaptionButtonClick event. I also had to draw them. So I get close.</div><div><br></div><div>There is an issue or two. I found the OnToolHitTest code fails to string mnemonics from the tooltip ("Mi&amp;nimize" is displayed). And even though I overrode OnToolHitTest and first called the CJ method, nHit returned as -1 at first. That was because CJ failed to load the string. I made sure I set our res handle in a AfxSetResourceHandle call to fix that (but our string is used in multiple places and has that &amp; in it).</div><div><br></div><div>Another issue is that even when the pane is iconic, CJ shows the blue background at the original size if the user moves the iconic window around. So, I need to shut that off if possible when the window is iconic. I can add another tooltip to get rid of the &amp; or strip it out myself so that's not so bad. But the potentially big blue draw window will be a killer issue if I can't turn it off.<br></div>]]>
   </description>
   <pubDate>Fri, 06 Sep 2019 14:45:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23901&amp;PID=77479&amp;title=maximize-docking-pane#77479</guid>
  </item> 
  <item>
   <title><![CDATA[Maximize docking pane : I want to make the maximize and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23901&amp;PID=77478&amp;title=maximize-docking-pane#77478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 23901<br /><strong>Posted:</strong> 06 September 2019 at 9:52am<br /><br /><div>I want to make the maximize and restore caption buttons visible on my CXTPDockingPaneMiniWnd. But, the CJ code in CXTPDockingPaneTabbedContainer::IsAllowMaximize returns FALSE if there is only one tabbed container in the parent container.</div><div><br></div><div>That appears to be a way to maximize the tabbed container with respect to other containers when they all reside in the same parent container.</div><div><br></div><div>What I need to do is maximize my docking pane in the same way other windows can maximize (use the whole screen).</div><div><br></div><div>Is this possible with CJ docking panes?<br></div>]]>
   </description>
   <pubDate>Fri, 06 Sep 2019 09:52:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23901&amp;PID=77478&amp;title=maximize-docking-pane#77478</guid>
  </item> 
 </channel>
</rss>