<?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 : Several pane questi&#111;ns.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Several pane questi&#111;ns.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 09:28:53 +0000</pubDate>
  <lastBuildDate>Wed, 26 Jan 2005 08:45:20 +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=1513</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[Several pane questi&#111;ns. : I encountered the same with the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4840&amp;title=several-pane-questions#4840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=943">Flamer</a><br /><strong>Subject:</strong> 1513<br /><strong>Posted:</strong> 26 January 2005 at 8:45am<br /><br /><P>I encountered the same with the ActiveX-control. Maybe this info can help.</P>]]>
   </description>
   <pubDate>Wed, 26 Jan 2005 08:45:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4840&amp;title=several-pane-questions#4840</guid>
  </item> 
  <item>
   <title><![CDATA[Several pane questi&#111;ns. : Also with #3 loading of layouts....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4832&amp;title=several-pane-questions#4832</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1513<br /><strong>Posted:</strong> 25 January 2005 at 12:02pm<br /><br />Also with #3 loading of layouts.&nbsp; The layout loading does not work if you have a pane with an ID of zero.&nbsp; It took me quite some time to figure this out, I couldn't find it documented anywhere.&nbsp; Maybe it's a C++ thing but I always start my counts at zero not one.]]>
   </description>
   <pubDate>Tue, 25 Jan 2005 12:02:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4832&amp;title=several-pane-questions#4832</guid>
  </item> 
  <item>
   <title><![CDATA[Several pane questi&#111;ns. : Thanks for the respons Maui, I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4823&amp;title=several-pane-questions#4823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1513<br /><strong>Posted:</strong> 24 January 2005 at 4:21pm<br /><br /><P>Thanks for the respons Maui,&nbsp; I did actually have (although it took a while) a response from Oleg via a tech support entry.&nbsp; And while not ideal I think I have found work-arounds for most of the issues I am facing.&nbsp; I will post them here incase anyone else is having similar problems.</P><P>1) The key here was (as you suggested) rather than trying to position them you can destroy, recreate and the reassign the contents of the pane.&nbsp; This was a key concept I hadn't considered.&nbsp; Using this technique I am able to arange windows dynamically in a suitable fashion.</P><P>2) <FONT face="Arial, Helvetica, sans-serif">Apparently this will be added for the next version.</FONT></P><P><FONT face=Arial>3) This was due to the way for some window types I was assigning the window handle directly after construction instead of in the on attach event.</FONT></P><P><FONT face=Arial>4) This was possible using the xtpTabLayoutAutoSize layout.&nbsp; My problem here was this setting needs to be set AFTER the theme is assigned.&nbsp; Setting the theme overwrites this property.</FONT></P>]]>
   </description>
   <pubDate>Mon, 24 Jan 2005 16:21:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4823&amp;title=several-pane-questions#4823</guid>
  </item> 
  <item>
   <title><![CDATA[Several pane questi&#111;ns. : Over 6 weeks and no reply from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4817&amp;title=several-pane-questions#4817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=566">Maui</a><br /><strong>Subject:</strong> 1513<br /><strong>Posted:</strong> 23 January 2005 at 6:17am<br /><br /><P>Over 6 weeks and no reply from the support team. I guess you have your answer :p</P><P>In short the answer to most of your questions is no.</P><P>Here is a list of what you can do with a docking pane once you have created it.<BR>1. Hide it<BR>2. Show it</P><P>Thats about it. </P><P>You cant position a pane with code so your tiliing question is out. (well you could but it would need to be done by you manually destroying and then recreating&nbsp;the panes and working out their positions yourself bearing in mind that you can only position relative to an edge or another pane)<BR>There are Actions that you can respond to on a pane, but nothing as functional as a mouse click. Only things like docking and undocking are covered. Myself and other people have made requests for more "actions" to be handled but like your post we have had no replies.<BR>Loadlayout does work but it is for all panes or no panes. ie you cant let your users close a single pane and then expect to be able to open it again in the same place. <BR>I dont know for sure about question 4 because I have never opened that many docking panes but from experience I would say the answer is probably no.</P><P>Hope this info helps</P>]]>
   </description>
   <pubDate>Sun, 23 Jan 2005 06:17:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4817&amp;title=several-pane-questions#4817</guid>
  </item> 
  <item>
   <title><![CDATA[Several pane questi&#111;ns. : Hello,  I have a few questions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4349&amp;title=several-pane-questions#4349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=864">JamesH</a><br /><strong>Subject:</strong> 1513<br /><strong>Posted:</strong> 10 December 2004 at 4:38pm<br /><br /><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">Hello,<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">I have a few questions about the docking control, listed in approximate order of importance but help with any of them would be appreciated:<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">1) Is there a way to programmatically 'tile' the panes?<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>I have the hide client property set to true and would like to be able to programmatically arrange the panes.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>So I can add commands to automatically arrange the pane layouts, eg. something like 'Grid panes' and have the panes form a 'tiled' grid.<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">2) Is there a way to respond to click events on the title bar or tabs (in the case grouped panes)?<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>I would like to add a right click popup menu for options such as 'close tab' etc.<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">3) I have not had any success with the load layout commands.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>Is there something additional I need to add?<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>I have tried saving to both a string and the registry.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>The save portion seems correct, I get data in the string and the registry, but when I try to load the configuration the window layout doesn't update.<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">To save I call:<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">layoutString = W2A( m_spPhotoPanes-&gt;SaveStateToString() );<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">Then to load:<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">m_spPhotoPanes-&gt;LoadStateFromString( A2BSTR( (char*)layoutString ) );<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">4) Is there any way to control the tabs on pane groups to make them act the same as the tabs on the <?:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /><st1:Pers&#111;nName>M</st1:Pers&#111;nName>DI tabWorkspace?<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>That is, when there are too many tabs to fit instead of shrinking the size of the tabs it activates the scroll arrows on the right of the tabs.<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">Sorry for the long list of questions, especially just before the weekend, but I need to resolve these to determine if the docking control is suitable for our application.<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Courier New" size=2>&nbsp;</FONT></o:p></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">Thanks,<o:p></o:p></FONT></FONT></P><P =MsoPlainText style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face="Courier New">- James<o:p></o:p></FONT></FONT></P>]]>
   </description>
   <pubDate>Fri, 10 Dec 2004 16:38:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1513&amp;PID=4349&amp;title=several-pane-questions#4349</guid>
  </item> 
 </channel>
</rss>