<?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 : TabC&#111;ntrol close butt&#111;n problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TabC&#111;ntrol close butt&#111;n problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 23:15:44 +0000</pubDate>
  <lastBuildDate>Fri, 24 Feb 2006 10:53:10 +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=3700</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[TabC&#111;ntrol close butt&#111;n problem : workaround worked fine. thanks....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11178&amp;title=tabcontrol-close-button-problem#11178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1803">preecep</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 10:53am<br /><br /><P>workaround worked fine.</P><P>thanks.</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 10:53:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11178&amp;title=tabcontrol-close-button-problem#11178</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : The problem was because TabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11177&amp;title=tabcontrol-close-button-problem#11177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 10:36am<br /><br /><P>The problem was because TabControl not refreshed after Closable property changed.</P><P>As another workaround you can&nbsp;resize it a little to reposition elements of TabControl:</P><P>TabControl1.Width = TabControl1.Width + 100</P><P>&nbsp;</P><P>Fixed for next release.</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 10:36:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11177&amp;title=tabcontrol-close-button-problem#11177</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : Yes, seems the bug with only one...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11176&amp;title=tabcontrol-close-button-problem#11176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 10:27am<br /><br /><P>Yes, seems the bug with only one item :(&nbsp; Will fix it for next releasea</P><P>But for one item you always can hide close button with:</P><P>TabControl1.ShowNavigateButton xtpTabNavigateButtonClose, <strong>xtpTabNavigateButtonNone </strong></P><P><strong></strong>&nbsp;</P><P>Thank you</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 10:27:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11176&amp;title=tabcontrol-close-button-problem#11176</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : And after some more testing you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11175&amp;title=tabcontrol-close-button-problem#11175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1803">preecep</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 10:11am<br /><br /><P>And after some more testing you cannot stop the first tab from being closeable if it is the only tab.</P><P>Dim Item As TabControlItem<BR>Set Item = TabControl1.InsertItem(0, "Item", 0, 0)<BR>Item.Closeable = False</P><P>produces a single tab with a close button!</P><P>Attached project: <A href="https://forum.codejock.com/uploads/preecep/2006-02-24_101312_Sa.zip" target="_blank">2006-02-24_101312_Sa.zip</A></P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 10:11:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11175&amp;title=tabcontrol-close-button-problem#11175</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : After playing around with your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11174&amp;title=tabcontrol-close-button-problem#11174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1803">preecep</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 10:08am<br /><br /><P>After playing around with your sample I have located the problem:</P><P>If you&nbsp;put an item.Selected=true before the item.closeable=false then the 'x' button will show until the tab is hidden and reshown. Code as below:</P><P>Set Item = TabControl1.InsertItem(0, "Item", 0, 0)<BR>Item.Selected = True<BR>Item.Closeable = False</P><P>&nbsp;</P><P>Moving the .Selected after the .Closeable fixes the problem.</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 10:08:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11174&amp;title=tabcontrol-close-button-problem#11174</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : Can&amp;#039;t reproduce it with 9.81,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11168&amp;title=tabcontrol-close-button-problem#11168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 8:34am<br /><br /><P>Can't reproduce it with 9.81, may be it was fixed already</P><P>try this sample:</P><P><A href="https://forum.codejock.com/uploads/oleg/2006-02-24_083420_Sa.zip" target="_blank">2006-02-24_083420_Sa.zip</A></P><P>Do you see problem with it with 9.70 release?</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 08:34:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11168&amp;title=tabcontrol-close-button-problem#11168</guid>
  </item> 
  <item>
   <title><![CDATA[TabC&#111;ntrol close butt&#111;n problem : When creating TabControl tabs...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11159&amp;title=tabcontrol-close-button-problem#11159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1803">preecep</a><br /><strong>Subject:</strong> 3700<br /><strong>Posted:</strong> 24 February 2006 at 6:14am<br /><br /><P>When creating TabControl tabs using InsertItem, I set .Closeable to false but the far right 'x' close button on the tab control&nbsp;is still displayed. When I click on a different tab and back again the close button disappears. </P><P>As the TabControl does not raise a closing event it is critical that I stop this button from appearing and it seems .Closeable is bugged.</P><P>Any ideas ?</P><P>9.70 btw</P>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 06:14:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3700&amp;PID=11159&amp;title=tabcontrol-close-button-problem#11159</guid>
  </item> 
 </channel>
</rss>