<?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 : MDI Tabs d&#111;n&#146;t refresh when pane collapes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : MDI Tabs d&#111;n&#146;t refresh when pane collapes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 17:59:08 +0000</pubDate>
  <lastBuildDate>Thu, 11 Aug 2005 23:14: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=2641</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[MDI Tabs d&#111;n&#146;t refresh when pane collapes : Finally got the answer m_MTIClientWnd.Attach(this,TRUE);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=8102&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#8102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1352">kleckj</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 11 August 2005 at 11:14pm<br /><br />Finally got the answer<br>m_MTIClientWnd.Attach(this,TRUE);&nbsp;&nbsp; <br>I had this set to TRUE at first.<br><br>Since I wasn't doing much to this class except this attach call I figured I would see what would happen if I changed the value.<br><br>Well guess what?&nbsp; The tabs all appear correctly.<br><br><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley4.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley36.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley18.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley18.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley18.gif" border="0"><img src="http://forum.codejock.com/smileys/smiley17.gif" border="0"><br><br>&nbsp;&nbsp;&nbsp; m_MTIClientWnd.Attach(this,FALSE);&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <br><br>]]>
   </description>
   <pubDate>Thu, 11 Aug 2005 23:14:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=8102&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#8102</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : I did the MoveWindow inside the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=8069&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#8069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1352">kleckj</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 08 August 2005 at 10:56pm<br /><br />I did the MoveWindow inside the view::onsize as above but that is notthe problem.&nbsp; When any pane has it's&nbsp; "AutoHide" buttonclicked my tabed::view gets 2 onsize messages.&nbsp; The first has itsclient 0,0 correctly adjusted to show the MDITabs.&nbsp; But the secondview::onsize has its 0,0 higher which allows the abovem_wndTabControl.MoveWindow(0, 0, cx, cy) to step on the TABS.&nbsp; <br>Repeat my tabview gets 2 onsize messages from the "AutoHide" on a pane.<br><br>How do i prevent the second onsize.&nbsp; Or how do I set the 0,0 back to a relative 0,0?<img src="uploads/kleckj/2005-08-08_225602_2&#111;nsize.jpg" border="0"><br><br>john<img src="http://forum.codejock.com/smileys/smiley18.gif" border="0"><br>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 22:56:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=8069&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#8069</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : You right\. You need move tabcontrol...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7893&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7893</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 27 July 2005 at 11:47pm<br /><br /><P>You right\. You need move tabcontrol (as any other window) in Size event</P><P>m_wndTabControl.MoveWindow(0, 0, cx, cy);</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 27 Jul 2005 23:47:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7893&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7893</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : Appears the tabview is stepping...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7892&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1352">kleckj</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 27 July 2005 at 10:13pm<br /><br />Appears the tabview is stepping on the frame.&nbsp;&nbsp;&nbsp;&nbsp;  <br>In my view create I first create the tabview<br> &nbsp;&nbsp;&nbsp;m_wndTabControl.Create(WS_CHILD|WS_VIS IBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS,CRect(0,0,  0,0), this, IDC_TABCONTROL);<br><br>Next on the size event<br>I move the tabcontrol<br>&nbsp;CView::OnSize(nType, cx, cy);<br><br>&nbsp;&nbsp;&nbsp; if (m_wndTabControl.GetSafeHwnd())<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_wndTabControl.MoveWindow(0, 10, cx, cy);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //m_wndTabControl.MoveWindow(0, 0,0,0);<br>&nbsp;&nbsp;&nbsp; }<br><br>Need to coordinate the rectangles sizes.<br>This image below works correctly but the tabview needs to be move correctly.<br>Hey solved this myself.&nbsp; I like that!!!<br><br>I need to get the rect from the mainframe and adjust correctly??<br>Any suggestions. Will evently use trial and error to get the right adjustments.<br><br><br><img src="uploads/kleckj/2005-07-27_221033_tabsstep&#111;n.jpg" border="0"><br>]]>
   </description>
   <pubDate>Wed, 27 Jul 2005 22:13:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7892&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7892</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : May be you can attach this project....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7884&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 27 July 2005 at 10:45am<br /><br />May be you can attach this project. I can't reproduce the problem.]]>
   </description>
   <pubDate>Wed, 27 Jul 2005 10:45:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7884&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7884</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : Oleg,  I used XtremeToolkitProv9.60...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7872&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7872</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1352">kleckj</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 27 July 2005 at 4:20am<br /><br /><font face="Verdana, Arial, Helvetica, sans-serif">Oleg,<br>&nbsp; I used XtremeToolkitProv9.60&nbsp; app wizard and selected MDItabbed interface and the tabs stay visible. I am using a CXTPTabControlin a view which in turn creates an editcontrol. Wonder if the paintmessage is not bubbling up from the view to the MDI tabs frame? Whenthe MDI tabs are not visible the view tabs are closer to the top of theframe.&nbsp; When the MDI tabs are made visible by flolating over apane tab the MDI tabs push down the view tabs ie rearranges all thetabs. <br>The first image shows both MDI and View tabs displayed<br>The second show the MDI tabs not redisplaying when I pin the pane.<br>The third shows the MDI tabs reappearing and rearranging all the tabs when I click on the pane tab<br><br><br><br><img src="uploads/kleckj/2005-07-27_041434_tabsup.jpg" border="0"><img src="uploads/kleckj/2005-07-27_041455_tabsg&#111;ne.jpg" border="0"><img src="uploads/kleckj/2005-07-27_041514_tabsfloatover.jpg" border="0"><br></font>]]>
   </description>
   <pubDate>Wed, 27 Jul 2005 04:20:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7872&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7872</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : Canyou reproduce it with our sample?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7864&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 26 July 2005 at 3:32pm<br /><br />Can&nbsp;you reproduce it with our sample? Which one?]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 15:32:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7864&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7864</guid>
  </item> 
  <item>
   <title><![CDATA[MDI Tabs d&#111;n&#146;t refresh when pane collapes : When a pane collapes to the left...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7860&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1352">kleckj</a><br /><strong>Subject:</strong> 2641<br /><strong>Posted:</strong> 26 July 2005 at 3:02pm<br /><br />When a pane collapes to the left the MDI tabs stay hidden or don'trefresh.&nbsp; Click on the pane tab and the mdi tabs reappear.&nbsp;Just started looking into what messages the click on the pane does tocause the mdi tabs to reappear.<br><br><br>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 15:02:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2641&amp;PID=7860&amp;title=mdi-tabs-dont-refresh-when-pane-collapes#7860</guid>
  </item> 
 </channel>
</rss>