<?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] Grouped Pane Disappears</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : [SOLVED] Grouped Pane Disappears]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 23:28:23 +0000</pubDate>
  <lastBuildDate>Wed, 25 Aug 2010 14:38:13 +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=17150</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] Grouped Pane Disappears : Hi,   I once posted a thread...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59912&amp;title=solved-grouped-pane-disappears#59912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17150<br /><strong>Posted:</strong> 25 August 2010 at 2:38pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I once posted a thread <a href="http://forum.codejock.com/forum_posts.asp?TID=11225" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=11225</A>&nbsp;and because I thought this would be necessary and kept "pushing", I got a lot of complaints of some members that I was pushing and a bully (and that from members which you hardly see in this forum, only to nag...) Well, I still feel that we should do more to keep this forum alive... Maybe you have more luck <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>Btw I appreciate you add something to your post&nbsp;(if solved) but it would be better if we would all add the same thing (look at above post) just to improve searching for solved issues as well. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 25 Aug 2010 14:38:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59912&amp;title=solved-grouped-pane-disappears#59912</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Grouped Pane Disappears : I kept looking only to find the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59889&amp;title=solved-grouped-pane-disappears#59889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17150<br /><strong>Posted:</strong> 24 August 2010 at 10:24am<br /><br />I kept looking only to find the following post: http:<a href="http:////forum.codejock.com/forum_posts.asp?TID=14056&amp;KW=Tab+Capti&#111;n" target="_blank">//forum.codejock.com/forum_posts.asp?TID=14056&amp;KW=Tab+Caption</a><br><br>I really wish people would set the status of their postings to "*** RESOLVED ***" to show that it has indeed been responded to and resolved.<br>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 10:24:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59889&amp;title=solved-grouped-pane-disappears#59889</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Grouped Pane Disappears :   Hi,I am trying to group two...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59888&amp;title=solved-grouped-pane-disappears#59888</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 17150<br /><strong>Posted:</strong> 24 August 2010 at 9:43am<br /><br />Hi,<br><br>I am trying to group two panes together, which I have been able to do without and issues. However if I collapse the pane or start the grouped panes as hidden it only shows one of the two panes. I have searched the site and I have used the "Visual Studio" sample as a guide but I just can't seem to resolve the tab from disappearing.<br><br>The tab is still there, but its caption is blank. See the following screenshots.<br><br>Expanded Panes (both Tab titles display)<br><img src="uploads/20100824_093646_Expanded.png" height="67" width="347" border="0" /><br><br>Collapsed Panes (notice the Edit Panes tab caption is gone, however it's still there when hovered over.)<br><img src="uploads/20100824_093710_Collapsed.png" height="91" width="53" border="0" /><br><br>Below is the code I have used to create several Panes:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim PaneGrid As XtremeDockingPane.Pane, PaneFilter As XtremeDockingPane.Pane, PaneAdd As XtremeDockingPane.Pane<br>&nbsp;&nbsp;&nbsp; Dim PaneEdit As XtremeDockingPane.Pane<br><br>&nbsp;&nbsp;&nbsp; DockingPaneManager.SetCommandBars Me.CommandBars<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set PaneGrid = DockingPaneManager.CreatePane(ID_PANE_DONATIONSGRID, 250, 250, DockTopOf, Nothing)<br>&nbsp;&nbsp;&nbsp; With PaneGrid<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options = PaneNoCloseable + PaneNoDockable + PaneNoHideable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Title = "Charities"<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set PaneFilter = DockingPaneManager.CreatePane(ID_PANE_DONATIONSFILTER, 250, Me.ScaleHeight, DockLeftOf, ID_PANE_DONATIONSGRID)<br>&nbsp;&nbsp;&nbsp; With PaneFilter<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options = PaneNoCloseable + PaneNoDockable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Title = "Charity Filter"<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set PaneAdd = DockingPaneManager.CreatePane(ID_PANE_DONATIONSADD, 330, Me.ScaleHeight, DockRightOf, Nothing)<br>&nbsp;&nbsp;&nbsp; With PaneAdd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options = PaneNoCloseable + PaneNoDockable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Title = "Add"<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set PaneEdit = DockingPaneManager.CreatePane(ID_PANE_DONATIONSEDIT, 330, Me.ScaleHeight, DockLeftOf, Nothing)<br>&nbsp;&nbsp;&nbsp; With PaneEdit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AttachTo PaneAdd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options = PaneNoCloseable + PaneNoDockable<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Title = "Edit"<br>&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; PaneAdd.Selected = True<br>&nbsp;&nbsp;&nbsp; PaneAdd.Hide<br><br>&nbsp;&nbsp;&nbsp; ' Important!!! Also make sure and click "Send To Back" on the DockingPaneManager object<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.SetCommandBars Me.CommandBars<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.Options.HideClient = True<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.PaintManager.HighlightActiveCaption = False<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.PaintManager.SplitterStyle = PaneSplitterSoft3D<br></pre></td></tr></table><br><br>Anyone have an idea as to why this is happening?<br><br><br><br>]]>
   </description>
   <pubDate>Tue, 24 Aug 2010 09:43:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17150&amp;PID=59888&amp;title=solved-grouped-pane-disappears#59888</guid>
  </item> 
 </channel>
</rss>