<?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 : Extending Layout Capability</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Extending Layout Capability]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:02:12 +0000</pubDate>
  <lastBuildDate>Wed, 27 Feb 2008 18:15:32 +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=9728</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[Extending Layout Capability : My product has a number of discrete...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9728&amp;PID=31690&amp;title=extending-layout-capability#31690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3003">mrmathis</a><br /><strong>Subject:</strong> 9728<br /><strong>Posted:</strong> 27 February 2008 at 6:15pm<br /><br />My product has a number of discrete tasks.&nbsp; Each of them has their own unique set of docking panes.&nbsp; As I move from Task A to Task B, I save a layout for Task A so that the next time I visit that stage I can do so with all the panes displayed and positioned as they were in my last visit.&nbsp; The user is free to close any panes they choose at any time if they are not of interest to that particular user, and can turn them back on manually as well.&nbsp; This general workflow has been in place for years using a homegrown docking pane system, but I am replacing it with Codejock's docking panes because they are very much superior to the old system.<DIV>&nbsp;</DIV><DIV>That is all working reasonably well, but of course I wouldn't be posting if that were the end of the story.&nbsp; There are points in&nbsp;my workflow where the software (as opposed to the user) hides&nbsp;one or more panes&nbsp;for&nbsp;various reasons.&nbsp; Actually, there are a lot of points and a lot of reasons.&nbsp; However, those reasons might not hold upon the next visit to a given task.&nbsp; My problem is that when I leave a task and save a layout, the layout cannot distinguish between system- and user-hidden panes.&nbsp; It just sees hidden panes.&nbsp; Therefore,&nbsp;I would like to validate or override some of the layout's show/hide information when it is applied later, based on the state of the software at that point in time.</DIV><DIV>&nbsp;</DIV><DIV>To minimize any potential flashing of windows, I thought I would try manipulating the layout before applying it.&nbsp; I&nbsp;used CXTPDockingPaneLayout::GetPaneList and enumerated the panes, but I don't see how their future display is controllable from there.&nbsp; Is there something I can do here to do that?</DIV><DIV>&nbsp;</DIV><DIV>I also tried eumerating all panes after applying the layout, using a couple of different approaches to turn panes back on: pPaneMgr-&gt;EnsureVisible and pPaneMgr-&gt;ShowPane.&nbsp; Both work, but both also bring those panes to the top if they happen to be docked with other panes.&nbsp; That is something I can't live with.&nbsp; Is there some other way I can get the pane turned on that would just leave it there in the list of tabs?</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 18:15:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9728&amp;PID=31690&amp;title=extending-layout-capability#31690</guid>
  </item> 
 </channel>
</rss>