<?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 : [SOLVED]TabClientWnd border</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [SOLVED]TabClientWnd border]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 17:46:51 +0000</pubDate>
  <lastBuildDate>Sat, 01 Oct 2016 11:18:02 +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=17941</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[[SOLVED]TabClientWnd border : Hello, I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=75171&amp;title=solvedtabclientwnd-border#75171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 01 October 2016 at 11:18am<br /><br />Hello, <br><br><img src="http://forum.codejock.com/uploads/686/XTPTabClientWnd_MDI_Frame_Error_1.png" height="1009" width="881" border="0" /><a href="http://forum.codejock.com/uploads/686/XTPTabClientWnd_MDI_Frame_Error_1.png" rel="nofollow"></a><br><br>I'm glad to inform you that the issue has been addressed and fixed. The fix <br>will be available in the next beta or final release.<br><br>Regards,<br>Artem Gontarenko<br>]]>
   </description>
   <pubDate>Sat, 01 Oct 2016 11:18:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=75171&amp;title=solvedtabclientwnd-border#75171</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : Just to follow-up using one of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=74964&amp;title=solvedtabclientwnd-border#74964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 18 August 2016 at 10:10am<br /><br />Just to follow-up using one of the samples.<div><br><div>Look at the Ribbon MDI Sample using the Office 2013 Word Theme with Frame Theme.</div><div><ol><li><span style="line-height: 1.4;">When first opened the MDI child is tiled and the XTPTabClientWnd has a thick border.</span></li><li><span style="line-height: 1.4;">When child is maximized the border is still thick.</span></li><li><span style="line-height: 1.4;">Resize the app. to see that the border is repainted correctly.</span></li></ol></div><div>Also play with restore, maximize and resize.</div><div><br></div><div><img src="uploads/686/XTPTabClientWnd_MDI_Frame_Error_1.png" height="1009" width="881" border="0" /><br></div></div><div><span style="line-height: 1.4;">-cpede</span></div>]]>
   </description>
   <pubDate>Thu, 18 Aug 2016 10:10:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=74964&amp;title=solvedtabclientwnd-border#74964</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : I still see something strange...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=74947&amp;title=solvedtabclientwnd-border#74947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 12 August 2016 at 9:46am<br /><br />I still see something strange when using the&nbsp;<span style="line-height: 1.4;">XTPTabClientWnd.</span><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">I'm trying to remove all borders, gabs, frames etc.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">And by using something like this:</span></div><div><span style="line-height: 1.4;"><table width="99%"><tr><td><pre class="BBcode"></span></div><div>m_MTIClientWnd.ModifyStyleEx(WS_EX_CLIENTEDGE,0);</div><div><div>m_MTIClientWnd.GetPaintManager()-&gt;SetColor(xtpTabColorOffice2013);</div><div>m_MTIClientWnd.GetPaintManager()-&gt;SetAppearance(xtpTabAppearanceOffice2013);</div><div>m_MTIClientWnd.GetPaintManager()-&gt;m_rcButtonMargin.SetRect(5,4,4,5);</div><div>m_MTIClientWnd.GetPaintManager()-&gt;m_rcClientMargin.SetRect(0,0,0,0);</div><div>m_MTIClientWnd.GetPaintManager()-&gt;m_clientFrame = xtpTabFrameNone;</div><div>m_MTIClientWnd.GetPaintManager()-&gt;m_bStaticFrame = FALSE;</div></div><div></pre></td></tr></table></div><div>I nearly get what I want.</div><div><br></div><div>But I can't find a way to remove the gab around the tab itself.</div><div><br></div><div><img src="uploads/686/XTPTabClientWnd_Gab_Error_2.png" height="92" width="183" border="0" /><br></div><div><br></div><div>Above and below (most important) the tab there are some gabs.</div><div>How do I remove these gabs so that the height corresponds to the height of the tab?</div><div><br></div><div>Also another strange thing is that if I restore the MDI child window and then Maximizes the child window again, the lover gap disappears?</div><div><br></div><div>Any ideas?</div><div><br></div><div>-cpede</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 12 Aug 2016 09:46:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=74947&amp;title=solvedtabclientwnd-border#74947</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : Perfect, thanks.  -cpede ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62946&amp;title=solvedtabclientwnd-border#62946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 24 February 2011 at 4:10am<br /><br />Perfect, thanks.<DIV>&nbsp;</DIV><DIV>-cpede</DIV>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 04:10:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62946&amp;title=solvedtabclientwnd-border#62946</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : Replace this method in sampleBOOL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62938&amp;title=solvedtabclientwnd-border#62938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 24 February 2011 at 1:10am<br /><br />Replace this method in sample<div><br></div><div><div>BOOL CSplitFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)</div><div>{</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>ModifyStyleEx(WS_EX_CLIENTEDGE, 0);</div><div><br></div><div><span ="Apple-tab-span" style="white-space:pre">	</span>return CMDIChildWnd::OnCreateClient(lpcs, pContext);</div><div>}</div></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 01:10:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62938&amp;title=solvedtabclientwnd-border#62938</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : Hmmm, I believe that I have removed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62922&amp;title=solvedtabclientwnd-border#62922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 23 February 2011 at 1:30pm<br /><br />Hmmm, I believe that I have removed this from most windows. If I take a look at the Draw Client Sample, and add the following:<DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>m_MTIClientWnd.GetPaintManager()-&gt;SetAppearance(xtpTabAppearanceFlat);</FONT></DIV><DIV><FONT size=2>m_MTIClientWnd.GetPaintManager()-&gt;m_bStaticFrame = FALSE;</FONT></DIV><DIV><FONT size=2>m_MTIClientWnd.GetPaintManager()-&gt;m_clientFrame = xtpTabFrameNone;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>I get this:</FONT></DIV><DIV><FONT size=2>&nbsp;</DIV></FONT><DIV><img src="http://forum.codejock.com/uploads/686/XTP_Client_Border_2.jpg" height="254" width="335" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>As you can see, the Tab has no border, but the Window below has a border?</DIV><DIV>Can you make this sample with a simple one line border or no border?</DIV><DIV>&nbsp;</DIV><DIV>-cpede</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 13:30:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62922&amp;title=solvedtabclientwnd-border#62922</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : Hi,check if your child frame has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62914&amp;title=solvedtabclientwnd-border#62914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 23 February 2011 at 10:45am<br /><br />Hi,<div><br></div><div>check if your child frame has WS_EX_CLIENTEDGE style.</div>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 10:45:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62914&amp;title=solvedtabclientwnd-border#62914</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]TabClientWnd border : I&amp;#039;m trying to get rid of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62905&amp;title=solvedtabclientwnd-border#62905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 17941<br /><strong>Posted:</strong> 23 February 2011 at 5:13am<br /><br />I'm trying to get rid of the border of the <FONT size=2>CXTPTabClientWnd. I'm doing all kinds of stuff like:<DIV></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>m_MTIClientWnd.GetPaintManager()-&gt;m_bStaticFrame = FALSE;</FONT></DIV><DIV><FONT size=2>m_MTIClientWnd.GetPaintManager()-&gt;m_clientFrame = xtpTabFrameNone;</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>But I still get a "sunken" border of the client window, when it is maximized?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>To the left of the image below, it is fine when it is restored floating.</FONT></DIV><DIV><FONT size=2>But to the right it is </FONT><FONT size=2>maximized and a "sunken" border appears ?</FONT></DIV><DIV><FONT size=2><img src="http://forum.codejock.com/uploads/686/XTP_Client_Border.jpg" height="217" width="442" border="0" /></FONT></DIV><DIV><FONT size=2>What can I do?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>-cpede</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 05:13:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17941&amp;PID=62905&amp;title=solvedtabclientwnd-border#62905</guid>
  </item> 
 </channel>
</rss>