<?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</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTabControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 01:33:38 +0000</pubDate>
  <lastBuildDate>Sun, 03 Jun 2007 12:40:59 +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=7277</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 : The SetAllowReorder(TRUE) to allow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23400&amp;title=cxtptabcontrol#23400</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 7277<br /><strong>Posted:</strong> 03 June 2007 at 12:40pm<br /><br /><P>The SetAllowReorder(TRUE) to allow reorder tabs works great.</P><DIV></DIV><DIV></DIV>Is is possible to disable the ability to reorder specific tabs, yet allow other tabs to be reordered?]]>
   </description>
   <pubDate>Sun, 03 Jun 2007 12:40:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23400&amp;title=cxtptabcontrol#23400</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl :   Kenneth wrote: On one of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23375&amp;title=cxtptabcontrol#23375</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 7277<br /><strong>Posted:</strong> 01 June 2007 at 4:21pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Kenneth" alt="Originally posted by Kenneth" style="vertical-align: text-bottom;" /> <strong>Kenneth wrote:</strong><br /><br /><P>On one of the example pages is the statement "Xtreme SuitePro allows you to specify the color of your tabs when OneNote colors are enabled".</P><DIV>How is this done?&nbsp;&nbsp;In the source&nbsp;code, it appears that a fixed table of 8 colors is used for&nbsp;OneNote.&nbsp; Can you define alternate&nbsp;OneNote color tables?&nbsp; Or does this mean it is up to the application to just&nbsp;use the pItem-&gt;SetColor(clr)?&nbsp; </DIV></td></tr></table> <DIV>Hi Kenneth;</DIV><DIV>&nbsp;</DIV><DIV>Try to catch the <FONT size=2>WM_XTP_GETTABCOLOR message in your CMDIChildWindow. I have done this in our application on a per document type basis. Each different document type provides its own color. Inside our application defined base MDI child frame class, that catches the WM_XTP_GETTABCOLOR - we call a virtual function that returns the color:</FONT></DIV><DIV><FONT color=#0000ff size=2><P>inline</FONT><FONT size=2> COLORREF CFacilityStateFrame::GetTabColorByType() </FONT><FONT color=#0000ff size=2>const</FONT><FONT size=2>{</FONT><FONT color=#0000ff size=2>return</FONT><FONT size=2> CXTPTabPaintManager::GetOneNoteColor(xtpTabColorMagenta);}</P><DIV>Here you can return any COLOREF you like.</DIV><DIV></FONT>&nbsp;</DIV><DIV><FONT size=2>I hope this helps...</FONT></DIV></DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 16:21:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23375&amp;title=cxtptabcontrol#23375</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl : On one of the example pages is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23372&amp;title=cxtptabcontrol#23372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 7277<br /><strong>Posted:</strong> 01 June 2007 at 1:55pm<br /><br /><P>On one of the example pages is the statement "Xtreme SuitePro allows you to specify the color of your tabs when OneNote colors are enabled".</P><DIV>How is this done?&nbsp;&nbsp;In the source&nbsp;code, it appears that a fixed table of 8 colors is used for&nbsp;OneNote.&nbsp; Can you define alternate&nbsp;OneNote color tables?&nbsp; Or does this mean it is up to the application to just&nbsp;use the pItem-&gt;SetColor(clr)?&nbsp; </DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 13:55:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23372&amp;title=cxtptabcontrol#23372</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl : Hi,  1. Call SetAllowReorder(TRUE)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23352&amp;title=cxtptabcontrol#23352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7277<br /><strong>Posted:</strong> 01 June 2007 at 7:27am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>1. Call SetAllowReorder(TRUE) to allow reorder tabs.</DIV><DIV>&nbsp;</DIV><DIV>2. Call pItem-&gt;SetColor(clr) for tabs.</DIV>]]>
   </description>
   <pubDate>Fri, 01 Jun 2007 07:27:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23352&amp;title=cxtptabcontrol#23352</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabControl : Are there any plans to add drag/drop...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23343&amp;title=cxtptabcontrol#23343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 7277<br /><strong>Posted:</strong> 31 May 2007 at 2:24pm<br /><br />Are there any plans to add drag/drop ability to the CXTPTabControl?&nbsp; We have many users that have requested to ability to move/group tabs by using drag/drop to reorder the tabs.<DIV>&nbsp;</DIV><DIV>Also, any plans to allow for being able to define a tabs color (instead of the one-note mind blowing stuff).</DIV>]]>
   </description>
   <pubDate>Thu, 31 May 2007 14:24:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7277&amp;PID=23343&amp;title=cxtptabcontrol#23343</guid>
  </item> 
 </channel>
</rss>