<?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 : DoPropExchange DockingPane Taskpanel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : DoPropExchange DockingPane Taskpanel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 10:25:55 +0000</pubDate>
  <lastBuildDate>Tue, 06 Dec 2005 08:46: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=3331</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[DoPropExchange DockingPane Taskpanel :  you can do 1. Load panes (Layout.DoPropExchange) 2....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=10037&amp;title=dopropexchange-dockingpane-taskpanel#10037</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3331<br /><strong>Posted:</strong> 06 December 2005 at 8:46am<br /><br /><P>&nbsp;</P><P>you can do</P><P>1. Load panes (Layout.DoPropExchange)</P><P>2. Check number of Panes</P><P>layoutNormal.GetPaneList().GetCount()</P><P>3. Create this number TaskPanels and call DoPropEchange for each.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 08:46:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=10037&amp;title=dopropexchange-dockingpane-taskpanel#10037</guid>
  </item> 
  <item>
   <title><![CDATA[DoPropExchange DockingPane Taskpanel : i read the nuber of panes from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=10034&amp;title=dopropexchange-dockingpane-taskpanel#10034</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1613">andolo</a><br /><strong>Subject:</strong> 3331<br /><strong>Posted:</strong> 06 December 2005 at 3:44am<br /><br />i read the nuber of panes from xml so I don't know how many panes/panels i have to create. So i overwrote the Clone-method:<br><br>CXTPDockingPaneBase* MyXTPDockingPane::Clone(CXTPDockingPaneLayout*pLayout, CXTPPaneToPaneMap* pMap, DWORD /*dwIgnoredOptions*/)<br>{<br>&nbsp;&nbsp;&nbsp; ASSERT(pMap);<br><br>&nbsp;&nbsp;&nbsp; MyXTPDockingPane* pPane =  (MyXTPDockingPane*)GetDockingPaneManager()-&gt;OnCreatePane( GetType(), pLayout);<br><br>&nbsp;&nbsp;&nbsp; MyXTPTaskPanel* pPanel = dynamic_cast&lt;MyXTPTaskPanel*&gt;(pPane-&gt;GetChild());<br><br>&nbsp;&nbsp;&nbsp; if(pPanel)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pPanel-&gt;DestroyWindow();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pPanel = NULL;<br>&nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; pPane-&gt;Copy(this);<br>&nbsp;&nbsp;&nbsp; pPane-&gt;Attach(GetChild());<br><br>&nbsp;&nbsp;&nbsp; m_hwndChild = 0;<br><br>&nbsp;&nbsp;&nbsp; pMap-&gt;SetAt(this, pPane);<br><br><br>&nbsp;&nbsp;&nbsp; return pPane;<br>}<br><br>This works as far as i can see and hope this won't result in other problems.<br><br><br>with regards<br><br>Andreas<br>]]>
   </description>
   <pubDate>Tue, 06 Dec 2005 03:44:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=10034&amp;title=dopropexchange-dockingpane-taskpanel#10034</guid>
  </item> 
  <item>
   <title><![CDATA[DoPropExchange DockingPane Taskpanel : Hi, You can create TaskPanel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=9970&amp;title=dopropexchange-dockingpane-taskpanel#9970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3331<br /><strong>Posted:</strong> 02 December 2005 at 10:34am<br /><br /><P>Hi,</P><P>You can create TaskPanel in CMainFrame::OnCreate before DockingPanes and only attach it in OnDockingPaneNotify handler.</P><P>See GUI_Whidbey sample.. where TaskPanel located in DockingPane.</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 10:34:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=9970&amp;title=dopropexchange-dockingpane-taskpanel#9970</guid>
  </item> 
  <item>
   <title><![CDATA[DoPropExchange DockingPane Taskpanel : Hi,  i use the CXTPTaskPanel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=9967&amp;title=dopropexchange-dockingpane-taskpanel#9967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1613">andolo</a><br /><strong>Subject:</strong> 3331<br /><strong>Posted:</strong> 02 December 2005 at 5:58am<br /><br />Hi,<br><br>i use the <span style="text-decorati&#111;n: underline;">CXTPTaskPanel as childwindow in CXTPDockingPane</span>.<br>Now, when i use PaneManager.SetLayout after a successful Layout-&gt;LoadFromFile<br>the following problem occurs:<br><br><img src="http://forum.codejock.com/smileys/smiley5.gif" alt="C&#111;nfused" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley5.gif'" style="cursor: pointer;" border="0" border="0"> <span style="font-weight: bold;">my first trial:</span><br>creating a taskpanel in CXTPDockingPaneManager::OnCreatePane <br>and calling the dockingpanes attach method, the <span style="text-decorati&#111;n: underline;">setparent message in the attach method failed</span>(i know the dockingpanes copy-method sets the child handle pointer to0; there i destroy and create new the taskpanel). Seems that thedockingpane is not ready.<br><br><br><img src="http://forum.codejock.com/smileys/smiley19.gif" alt="Cry" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley19.gif'" style="cursor: pointer;" border="0" border="0"><span style="font-weight: bold;"> second trial:</span><br>i create my panel on OnDockingPaneNotify/XTP_DPN_SHOWWINDOW. then the <span style="text-decorati&#111;n: underline;">DoPropExchange-method is not called</span> to restore my taskpanelgroupitems.<br><br><br>Please help with ideas.<br><br>Thanks in advance<br><br>Andreas<br>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 05:58:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3331&amp;PID=9967&amp;title=dopropexchange-dockingpane-taskpanel#9967</guid>
  </item> 
 </channel>
</rss>