<?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 : CXTPTabClientWnd - &#039;Active Files&#039; button</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPTabClientWnd - &#039;Active Files&#039; button]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 01:39:05 +0000</pubDate>
  <lastBuildDate>Thu, 13 Mar 2008 17:58:26 +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=9868</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[CXTPTabClientWnd - &#039;Active Files&#039; button : Thanks Oleg ; This works exactly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32238&amp;title=cxtptabclientwnd-active-files-button#32238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 9868<br /><strong>Posted:</strong> 13 March 2008 at 5:58pm<br /><br /><P>Thanks Oleg <img src="https://forum.codejock.com/smileys/smiley32.gif" border="0">;</P><DIV>This works exactly as our customers want!</DIV>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 17:58:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32238&amp;title=cxtptabclientwnd-active-files-button#32238</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd - &#039;Active Files&#039; button : Hi, in PerformClick. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32231&amp;title=cxtptabclientwnd-active-files-button#32231</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9868<br /><strong>Posted:</strong> 13 March 2008 at 2:39pm<br /><br />Hi,<DIV>in PerformClick.</DIV>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 14:39:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32231&amp;title=cxtptabclientwnd-active-files-button#32231</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd - &#039;Active Files&#039; button : Hi Oleg;  Thanks for your modifications....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32229&amp;title=cxtptabclientwnd-active-files-button#32229</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 9868<br /><strong>Posted:</strong> 13 March 2008 at 1:59pm<br /><br /><DIV>Hi Oleg;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your modifications. Sounds good that our customers have good ideas...</DIV><DIV>&nbsp;</DIV><DIV>Do I have to change the second modification only in PerformClick(), or also in OnDragOver()?</DIV>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 13:59:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32229&amp;title=cxtptabclientwnd-active-files-button#32229</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd - &#039;Active Files&#039; button : Hi,  Sounds like very good suggestion....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32223&amp;title=cxtptabclientwnd-active-files-button#32223</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9868<br /><strong>Posted:</strong> 13 March 2008 at 11:06am<br /><br />Hi, <DIV>Sounds like very good suggestion. We changed it for 12.0 release.</DIV><DIV>&nbsp;</DIV><DIV>Just add in the end of MDIActivate</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;if (pWnd-&gt;GetStyle() &amp; WS_MINIMIZE)<BR>&nbsp;&nbsp;pWnd-&gt;SendMessage(WM_SYSCOMMAND, (WPARAM)SC_RESTORE, 0L);</DIV><DIV>&nbsp;</DIV><DIV>and replace if (pItem &amp;&amp; !pItem-&gt;IsSelected()) to if (pItem)<BR></DIV><DIV>also now user can click Tab to restore MDI child.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks, good suggestion.</DIV>]]>
   </description>
   <pubDate>Thu, 13 Mar 2008 11:06:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32223&amp;title=cxtptabclientwnd-active-files-button#32223</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd - &#039;Active Files&#039; button : Hi;Our users urged us to extend...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32186&amp;title=cxtptabclientwnd-active-files-button#32186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 9868<br /><strong>Posted:</strong> 12 March 2008 at 6:27am<br /><br /><P>Hi;<BR>Our users urged us to extend the functionality of the 'Active Files' button in a CXTPTabClientWnd workspace.<BR>Each time the user selects a minimized MDI child window, he/she wants the MDI child to be restored to its previous state. Currently the child is only activated by a MDIActivate call.<BR>I looked into the source and only found a - not by user modifyable - CXTPTabClientWnd::CNavigateButtonActiveFiles::PerformClick() function.<BR><BR>So my question: What's the best way - perhaps without patching the toolkit sources - to react to MDI child selection via Active Files button?<BR><BR>Thanks in advance</P>]]>
   </description>
   <pubDate>Wed, 12 Mar 2008 06:27:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9868&amp;PID=32186&amp;title=cxtptabclientwnd-active-files-button#32186</guid>
  </item> 
 </channel>
</rss>