<?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 : dialog in a docking pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : dialog in a docking pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:03:53 +0000</pubDate>
  <lastBuildDate>Wed, 16 Apr 2008 11:00:42 +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=9231</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[dialog in a docking pane : Hi,  Am facing a very similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=33759&amp;title=dialog-in-a-docking-pane#33759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4090">rajayan</a><br /><strong>Subject:</strong> 9231<br /><strong>Posted:</strong> 16 April 2008 at 11:00am<br /><br /><P>Hi, </P><DIV>Am facing a very similar issue where I get&nbsp;a ASSERT from WinCore.cpp file Line 2655. I have been able to track this to the closure of a progress bar dialog (style - popup, border - dialog frame) which we display whenever a lengthy operation is happening. But this ASSERT doesn't come everytime. It comes very very rarely. But it does.</DIV><DIV>&nbsp;</DIV><DIV>I have been trying to track this for allmost a yr now but unfortunately am not able to. I then came across this post.</DIV><DIV>&nbsp;</DIV><DIV>I have to stay with the WM_POPUP style and cant make this a child dialog to someone.</DIV><DIV>&nbsp;</DIV><DIV>Is there any particular setting I should look into??</DIV><DIV>&nbsp;</DIV><DIV>Rajdeep</DIV>]]>
   </description>
   <pubDate>Wed, 16 Apr 2008 11:00:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=33759&amp;title=dialog-in-a-docking-pane#33759</guid>
  </item> 
  <item>
   <title><![CDATA[dialog in a docking pane : fixed by changing dlg properties style:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=30013&amp;title=dialog-in-a-docking-pane#30013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 9231<br /><strong>Posted:</strong> 09 January 2008 at 4:56pm<br /><br /><P>fixed by changing dlg properties</P><P>style: from popup to child<BR>border: from none to resizing</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 16:56:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=30013&amp;title=dialog-in-a-docking-pane#30013</guid>
  </item> 
  <item>
   <title><![CDATA[dialog in a docking pane : Hi, Think you need CFormView...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=29900&amp;title=dialog-in-a-docking-pane#29900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9231<br /><strong>Posted:</strong> 06 January 2008 at 2:25pm<br /><br />Hi,<DIV>Think you need CFormView instead.</DIV><DIV>&nbsp;</DIV><DIV>Anyway check Samples\DockingPane\ActivePaneView&nbsp; sample it has CDialog in Pane.</DIV>]]>
   </description>
   <pubDate>Sun, 06 Jan 2008 14:25:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=29900&amp;title=dialog-in-a-docking-pane#29900</guid>
  </item> 
  <item>
   <title><![CDATA[dialog in a docking pane : Hello, What is the correct way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=29898&amp;title=dialog-in-a-docking-pane#29898</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 9231<br /><strong>Posted:</strong> 06 January 2008 at 11:11am<br /><br /><P>Hello,</P><P>What is the correct way of embedding a dialog in a docking pane?</P><P>I create the dialog in<BR>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)</P><P>using this code:<BR>case IDS_PANE_PICS:<BR>&nbsp;<BR>&nbsp;if (!m_wndDlgPics-&gt;GetSafeHwnd())<BR>&nbsp;{<BR>&nbsp;&nbsp;UINT li_template = IDD_DLG_PIC;<BR>&nbsp;&nbsp;m_wndDlgPics-&gt;Create(li_template);<BR>&nbsp;}<BR>&nbsp;pPane-&gt;Attach(m_wndDlgPics);<BR>&nbsp;break;</P><P>&nbsp;</P><P>On application end I am getting assertion</P><P>wincore.cpp line (2655)<BR>I am using VS 6.0</P><P>Thank you<BR>Vaclav</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 06 Jan 2008 11:11:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9231&amp;PID=29898&amp;title=dialog-in-a-docking-pane#29898</guid>
  </item> 
 </channel>
</rss>