<?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 8.51/8.6</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTabClientWnd 8.51/8.6]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 19:55:27 +0000</pubDate>
  <lastBuildDate>Thu, 05 Feb 2004 13:38:35 +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=355</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 8.51/8.6 : Yes, I am running 8.61 that explains...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=959&amp;title=cxtptabclientwnd-8-51-8-6#959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=350">vladsch</a><br /><strong>Subject:</strong> 355<br /><strong>Posted:</strong> 05 February 2004 at 1:38pm<br /><br />Yes, I am running 8.61 that explains why I did not see it in my version.]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 13:38:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=959&amp;title=cxtptabclientwnd-8-51-8-6#959</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd 8.51/8.6 : vladsch, what version are you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=954&amp;title=cxtptabclientwnd-8-51-8-6#954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=251">JamesC</a><br /><strong>Subject:</strong> 355<br /><strong>Posted:</strong> 05 February 2004 at 12:38pm<br /><br />vladsch, what version are you running? the problem was fixed in 8.61 but was occuring when switching from 8.51 to 8.6. By removing that line in 8.6 it did actaully fix the issue. Thank you for your response though.]]>
   </description>
   <pubDate>Thu, 05 Feb 2004 12:38:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=954&amp;title=cxtptabclientwnd-8-51-8-6#954</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd 8.51/8.6 : I am not sure removing the line...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=938&amp;title=cxtptabclientwnd-8-51-8-6#938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=350">vladsch</a><br /><strong>Subject:</strong> 355<br /><strong>Posted:</strong> 04 February 2004 at 7:44pm<br /><br /><P>I am not sure removing the line will solve&nbsp;JamesC's&nbsp;problem. I tried Attaching and Detaching the CTXTabClientWnd in my app and it works fine as is. So the blow-up is probably for a different reason.</P><P>I also modified the GUI_OneNote sample to Detach and Attach the CTXTabClientWnd via a toolbar button&nbsp;and it works too. You have to make sure that CTXTabClientWnd is not attached when you try to attach it. Here is the code I used to toggle attach/detach</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (m_MTIClientWnd.IsAttached())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_MTIClientWnd.Detach();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_MTIClientWnd.Attach(this);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR></P><P>JamesC can you be more specific about where it blows up? Is it in MFC or XTreme Classes?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 04 Feb 2004 19:44:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=938&amp;title=cxtptabclientwnd-8-51-8-6#938</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd 8.51/8.6 : Remove the line  m_tab.m_pTabClientWnd=NULL; in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=792&amp;title=cxtptabclientwnd-8-51-8-6#792</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 355<br /><strong>Posted:</strong> 15 January 2004 at 8:01am<br /><br /><P>Remove the line</P><P><table width="99%"><tr><td><pre class="BBcode"><BR>m_tab.m_pTabClientWnd=NULL;<BR></pre></td></tr></table></P><P>in CXTPTabClientWnd::Detach().<BR></P>]]>
   </description>
   <pubDate>Thu, 15 Jan 2004 08:01:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=792&amp;title=cxtptabclientwnd-8-51-8-6#792</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabClientWnd 8.51/8.6 : In 8.51 you had the ability to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=787&amp;title=cxtptabclientwnd-8-51-8-6#787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=251">JamesC</a><br /><strong>Subject:</strong> 355<br /><strong>Posted:</strong> 14 January 2004 at 6:23pm<br /><br />In 8.51 you had the ability to attach and detach the CXTPTabClientWnd as many times as you wanted. In 8.6, if you attach and then detach you blow up on the next time you call attach again without restarting the app. I would like the ability to attach and detach as many times as the user wants without needing to restart the app.]]>
   </description>
   <pubDate>Wed, 14 Jan 2004 18:23:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=355&amp;PID=787&amp;title=cxtptabclientwnd-8-51-8-6#787</guid>
  </item> 
 </channel>
</rss>