<?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 : CXTPTabControl usage</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTabControl usage]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 03:42:59 +0000</pubDate>
  <lastBuildDate>Mon, 11 Jun 2007 23:33:31 +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=7332</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[CXTPTabControl usage : Thanks.The Notify flag was the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23602&amp;title=cxtptabcontrol-usage#23602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7332<br /><strong>Posted:</strong> 11 June 2007 at 11:33pm<br /><br />Thanks.<br><br>The Notify flag was the missing piece.]]>
   </description>
   <pubDate>Mon, 11 Jun 2007 23:33:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23602&amp;title=cxtptabcontrol-usage#23602</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl usage : Hi,  See Samples\ToolkitPro\TabbedView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23566&amp;title=cxtptabcontrol-usage#23566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7332<br /><strong>Posted:</strong> 10 June 2007 at 1:45am<br /><br />Hi, <DIV>See Samples\ToolkitPro\TabbedView&nbsp; sample.</DIV>]]>
   </description>
   <pubDate>Sun, 10 Jun 2007 01:45:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23566&amp;title=cxtptabcontrol-usage#23566</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl usage : hi i would like to create a multi-tabbed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23529&amp;title=cxtptabcontrol-usage#23529</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2999">sasank</a><br /><strong>Subject:</strong> 7332<br /><strong>Posted:</strong> 08 June 2007 at 6:11am<br /><br />hi <br>i would like to create a multi-tabbed sdi application with multiple views using codejock. please let me know the best procedure to do this.<br><br>sasank<br>]]>
   </description>
   <pubDate>Fri, 08 Jun 2007 06:11:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23529&amp;title=cxtptabcontrol-usage#23529</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl usage : Hi,  What control do you subclass...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23526&amp;title=cxtptabcontrol-usage#23526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7332<br /><strong>Posted:</strong> 08 June 2007 at 6:00am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>What control do you subclass to CXTPTabControl?</DIV><DIV>&nbsp;if STATIC you need check Notify flag.</DIV>]]>
   </description>
   <pubDate>Fri, 08 Jun 2007 06:00:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23526&amp;title=cxtptabcontrol-usage#23526</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl usage : I&amp;#039;m using a CXTPTabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23523&amp;title=cxtptabcontrol-usage#23523</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2934">d324</a><br /><strong>Subject:</strong> 7332<br /><strong>Posted:</strong> 08 June 2007 at 4:22am<br /><br />I'm using a CXTPTabControl in a CDialog, just as in the TKP's TabManager example.<br><br>Problem occurs when I let the dialog create the CXTPTabControl for me as Dialog Data. The tab control and the views, at least the first view, are created. However, nothing happens when I click the tab of other views.<br><br>But, if I manage CXTPTabControl as a private field myself, call Create() explicitly, then everything works.<br><br>Did I miss something from the sample code?<br>Or should I just manage XTP objects myself?<br><br>Thanks.<br><br><br>]]>
   </description>
   <pubDate>Fri, 08 Jun 2007 04:22:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7332&amp;PID=23523&amp;title=cxtptabcontrol-usage#23523</guid>
  </item> 
 </channel>
</rss>