<?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 : Pane that initially floats....</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Pane that initially floats....]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:00:40 +0000</pubDate>
  <lastBuildDate>Fri, 10 Sep 2004 02:42:59 +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=1130</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[Pane that initially floats.... : bypass?  See my sample. I create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=3058&amp;title=pane-that-initially-floats#3058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1130<br /><strong>Posted:</strong> 10 September 2004 at 2:42am<br /><br /><P>bypass? </P><P>See my sample. I create it floated and XTP_DPN_SHOWWINDOW is called.</P><P>&nbsp;</P><P><A href="https://forum.codejock.com/uploads/oleg/2004-09-10_024249_Docking&#070;ormView.zip" target="_blank">2004-09-10_024249_DockingFormView.zip</A></P>]]>
   </description>
   <pubDate>Fri, 10 Sep 2004 02:42:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=3058&amp;title=pane-that-initially-floats#3058</guid>
  </item> 
  <item>
   <title><![CDATA[Pane that initially floats.... : Thanks... That makes the window...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=3007&amp;title=pane-that-initially-floats#3007</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 1130<br /><strong>Posted:</strong> 07 September 2004 at 5:43pm<br /><br /><P>Thanks... That makes the window float, but it also seems to bypass XTP_DPN_SHOWWINDOW, so its child is never attached.&nbsp; When I tried to move the attach code immediately preceding the FloatPane call, the dialog creates, but attaches itself to the desktop or something.&nbsp; anyway, whenever I move the now-floating pane, its content remains behind.&nbsp; Here's the code:</P><P>&nbsp;CXTPDockingPane* pPane3 =  m_paneManager.CreatePane(IDR_EDITPIPESIZES,r,dockRightOf,NUL L);<BR>&nbsp;if(!m_pEditPipeSizes)<BR>&nbsp;{<BR>&nbsp;&nbsp; &nbsp;m_pEditPipeSizes = new CEditPipeSizes;<BR>&nbsp;}<BR>&nbsp;if(!m_pEditPipeSizes-&gt;GetSafeHwnd())<BR>&nbsp;{<BR>&nbsp;&nbsp; &nbsp;m_pEditPipeSizes-&gt;m_auxInput = auxInput; // do this before creating the window... you need it later for WM_INITDIALOG<BR> &nbsp;&nbsp;m_pEditPipeSizes-&gt;Create(MAKEINTRESOURCE(IDD_ EDITPIPESIZES),NULL);<BR>&nbsp;&nbsp;<BR>&nbsp;}&nbsp;<BR>&nbsp;pPane3-&gt;Attach(m_pEditPipeSizes);<BR>&nbsp;<BR>&nbsp;m_paneManager.FloatPane(pPane3,r);<BR>&nbsp;return;</P><P>Thanks!</P><P>- David</P>]]>
   </description>
   <pubDate>Tue, 07 Sep 2004 17:43:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=3007&amp;title=pane-that-initially-floats#3007</guid>
  </item> 
  <item>
   <title><![CDATA[Pane that initially floats.... : You must Float it after create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=2977&amp;title=pane-that-initially-floats#2977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1130<br /><strong>Posted:</strong> 05 September 2004 at 3:36am<br /><br /><P>You must Float it after create (not in XTP_DPN_SHOWWINDOW handler):</P><P>CXTPDockingPane* pwndPane2 = m_paneManager.CreatePane(<BR>&nbsp;&nbsp;IDR_PANE_PROPERTIES, CRect(0, 0,200, 120), dockBottomOf, pwndPane1);</P><P>&nbsp;m_paneManager.FloatPane(pwndPane2, CRect(10, 20, 400, 400));</P>]]>
   </description>
   <pubDate>Sun, 05 Sep 2004 03:36:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=2977&amp;title=pane-that-initially-floats#2977</guid>
  </item> 
  <item>
   <title><![CDATA[Pane that initially floats.... : I want to create a pane that is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=2944&amp;title=pane-that-initially-floats#2944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=374">ddlittle</a><br /><strong>Subject:</strong> 1130<br /><strong>Posted:</strong> 02 September 2004 at 3:32pm<br /><br /><P>I want to create a pane that is initially floating.&nbsp; When I call FloatPane() in the XTP_DPN_SHOWWINDOW handler, the pane does float, but the frame has already resized and shrunk the view.&nbsp; The only way I can seem to get it to work is to Toggle it twice.</P><P>Any ideas?&nbsp; Anybody?&nbsp; This is driving me nuts....</P><P>&nbsp;</P><P>- David <IMG src="http://forum.codejock.com/smileys/smiley18.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 02 Sep 2004 15:32:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1130&amp;PID=2944&amp;title=pane-that-initially-floats#2944</guid>
  </item> 
 </channel>
</rss>