<?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 : Visibility of controls on a TabControl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Visibility of controls on a TabControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 00:48:40 +0000</pubDate>
  <lastBuildDate>Mon, 17 Mar 2008 13:29: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=9906</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[Visibility of controls on a TabControl : Hi,  Add TabPages in Design...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32332&amp;title=visibility-of-controls-on-a-tabcontrol#32332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9906<br /><strong>Posted:</strong> 17 March 2008 at 1:29pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Add TabPages in Design Time. see our SuiteControls sample.</DIV>]]>
   </description>
   <pubDate>Mon, 17 Mar 2008 13:29:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32332&amp;title=visibility-of-controls-on-a-tabcontrol#32332</guid>
  </item> 
  <item>
   <title><![CDATA[Visibility of controls on a TabControl : I&amp;#039;m having issues getting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32323&amp;title=visibility-of-controls-on-a-tabcontrol#32323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3076">ikaney</a><br /><strong>Subject:</strong> 9906<br /><strong>Posted:</strong> 17 March 2008 at 10:49am<br /><br />I'm having issues getting the TabControlPage item to work properly.<br><br>I have the TabControl on the page, I have a TabControlPage and no matter how I add the tabs, etc. the client area doesn't fit into the tab control properly.<br><br>I use the code:<br>tab_Steps.InsertItem(0, "Test", AxTabControlPage1.Handle.ToInt32, 0)<br><br>I'm using the Skin Framework and it's all set as Office 2007, but no joy. It works with say a command button as the client but not the TabControlPage.<br><br>Any help before I give up?<br>]]>
   </description>
   <pubDate>Mon, 17 Mar 2008 10:49:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32323&amp;title=visibility-of-controls-on-a-tabcontrol#32323</guid>
  </item> 
  <item>
   <title><![CDATA[Visibility of controls on a TabControl : Hi, Yes, please put all controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32314&amp;title=visibility-of-controls-on-a-tabcontrol#32314</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9906<br /><strong>Posted:</strong> 17 March 2008 at 4:57am<br /><br />Hi,<DIV>Yes, please put all controls to TabControlPage. and TabControlPage to TabControl.</DIV>]]>
   </description>
   <pubDate>Mon, 17 Mar 2008 04:57:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32314&amp;title=visibility-of-controls-on-a-tabcontrol#32314</guid>
  </item> 
  <item>
   <title><![CDATA[Visibility of controls on a TabControl : We use a tabcontrol with multiple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32309&amp;title=visibility-of-controls-on-a-tabcontrol#32309</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3712">robbedaya</a><br /><strong>Subject:</strong> 9906<br /><strong>Posted:</strong> 17 March 2008 at 3:37am<br /><br />We use a tabcontrol with multiple tabs.<BR>The visibility of certain controls (labels, FlatEdit, Combo, ...) on the second tab, depends on the value of a control on the first tab.<BR>for example: <BR>- Combo1 on Tab1. label1, Flatedit1, Label2, FlatEdit2, label3, combo2 on Tab2. <BR>- When the value of Combo1 = 1, Label1 and Flatedit1 on tab2 become visible, the rest of the controls become invisible.<BR>- When the value of Combo1 = 2, Label2, Flatedit2, label3, combo2 on tab2 should become visible, the rest of the controls become invisible.<BR><BR>But when i switch tabs, all controls on tab2 become visible. The tabcontol overlooks the visible-property when switching tabs. All the visible-poperties of the controls are changed to "true".<BR>The only way (we found) to handle this problem for the moment, is changing the visibility after the switching tabs. But using this way, the users first sees all controls, before some of them become invisible. It also leads to delay in switching tabs, and a lot of flickering of the controls.<BR><BR>Is there any way to solve this problem, or will this be solved in a new release of the suite.<BR><BR>If it is necessary, i can provide you with a code sample which could explain my problem a little better.<BR>]]>
   </description>
   <pubDate>Mon, 17 Mar 2008 03:37:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9906&amp;PID=32309&amp;title=visibility-of-controls-on-a-tabcontrol#32309</guid>
  </item> 
 </channel>
</rss>