<?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 : &quot;Groups&quot; for the TabWorkspace</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : &quot;Groups&quot; for the TabWorkspace]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:57:49 +0000</pubDate>
  <lastBuildDate>Fri, 23 Jun 2006 08:31:58 +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=4445</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[&quot;Groups&quot; for the TabWorkspace : Hi, Olegthanks for the reply.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13808&amp;title=groups-for-the-tabworkspace#13808</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 4445<br /><strong>Posted:</strong> 23 June 2006 at 8:31am<br /><br />Hi, Oleg<br><br>thanks for the reply.<br>I tried what you suggested, in the example "TabManager", calling this:<br><br>CommandBars.TabWorkspace.EnableGroups<br><br>in the MDIForm_Load procedure, before the call to LoadNewDoc. This ""works"", but has a strange behaviour, since:<br><br>1. the MDI child form "title bar" (i.e. the blue line with the tile above) is shown even if the form is maximized<br>2. trying to drag a form to create a new group, before showing the menu "create new group" I can't see any form for a while<br><br>So, I tried to create a new project, adding a MDI form + a child form and I wrote this simple code:<br><br>Private Sub MDIForm_Load()<br>&nbsp;&nbsp;&nbsp; Dim a As Form1<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; Dim Workspace&nbsp; As TabWorkspace<br>&nbsp;&nbsp;&nbsp; Set Workspace = CommandBars1.ShowTabWorkspace(True)<br>'&nbsp;&nbsp;&nbsp; Workspace.EnableGroups<br><br>&nbsp;&nbsp;&nbsp; Set a = New Form1<br>&nbsp;&nbsp;&nbsp; a.Show<br><br>&nbsp;&nbsp;&nbsp; Set a = New Form1<br>&nbsp;&nbsp;&nbsp; a.Show<br>&nbsp;&nbsp;&nbsp; <br>End Sub<br><br>This works, but if I uncomment the line "Workspace.EnableGroups", then NO MDI child forms are shown anymore!!<br>What's going on? <br>I think that I'm missing something basic, but where??<br><br>Thanks for the reply, again<br>Marco<br>&nbsp;]]>
   </description>
   <pubDate>Fri, 23 Jun 2006 08:31:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13808&amp;title=groups-for-the-tabworkspace#13808</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Groups&quot; for the TabWorkspace : hi,  EnableGroups must be called...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13788&amp;title=groups-for-the-tabworkspace#13788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4445<br /><strong>Posted:</strong> 22 June 2006 at 7:56am<br /><br />hi, <DIV>EnableGroups must be called only once before any document created.</DIV>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 07:56:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13788&amp;title=groups-for-the-tabworkspace#13788</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Groups&quot; for the TabWorkspace : I also tried with .Refresh of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13782&amp;title=groups-for-the-tabworkspace#13782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 4445<br /><strong>Posted:</strong> 22 June 2006 at 5:58am<br /><br /><br>I also tried with .Refresh of the tabs, with no luck...<br>Any help on this?? <img alt="Cry" src="http://forum.codejock.com/smileys/smiley19.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 05:58:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13782&amp;title=groups-for-the-tabworkspace#13782</guid>
  </item> 
  <item>
   <title><![CDATA[&quot;Groups&quot; for the TabWorkspace : I&amp;#039;m not able to work out...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13727&amp;title=groups-for-the-tabworkspace#13727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2116">MNovaro</a><br /><strong>Subject:</strong> 4445<br /><strong>Posted:</strong> 20 June 2006 at 9:29am<br /><br /><br>I'm not able to work out how to use the "Groups" for the TabWorkspace.<br>I like the group functionality, and I need to use it, but ...it does not work (as expected, at least!)<br><br>I did the following modifications to the "TabManager" sample:<br><br>insde the frmDocument, I added a command button with this code:<br><br>Private Sub Command1_Click()<br>&nbsp;&nbsp;&nbsp; Dim a As TabControlItem<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; With fMainForm.CommandBars.TabWorkspace<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set a = .FindItem(Me.hwnd)<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableGroups<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CreateGroup a, True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .GroupSplitter(0) = 1000<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>End Sub<br><br>I expected to see the current form becoming the "master" of a new group. But, what I see is only that the current form tab becomes invisible, and I can't see any group...<br><br>Any help on this?? <br>]]>
   </description>
   <pubDate>Tue, 20 Jun 2006 09:29:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4445&amp;PID=13727&amp;title=groups-for-the-tabworkspace#13727</guid>
  </item> 
 </channel>
</rss>