<?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 : Focus problem with modal dialog in pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Focus problem with modal dialog in pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:31:35 +0000</pubDate>
  <lastBuildDate>Fri, 24 Feb 2006 09:06:47 +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=3663</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[Focus problem with modal dialog in pane : Nope, that didn&amp;#039;t work either.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11172&amp;title=focus-problem-with-modal-dialog-in-pane#11172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1758">Dimitris</a><br /><strong>Subject:</strong> 3663<br /><strong>Posted:</strong> 24 February 2006 at 9:06am<br /><br />Nope, that didn't work either.<br><br>I resorted to making the dialog modeless and just showing and hiding it accordingly.<br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2006 09:06:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11172&amp;title=focus-problem-with-modal-dialog-in-pane#11172</guid>
  </item> 
  <item>
   <title><![CDATA[Focus problem with modal dialog in pane : You need to set the dialog as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11149&amp;title=focus-problem-with-modal-dialog-in-pane#11149</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=478">freehawk</a><br /><strong>Subject:</strong> 3663<br /><strong>Posted:</strong> 23 February 2006 at 7:19pm<br /><br /><P>You need to set the dialog as a child.</P><P>&nbsp;</P><P>-Freehawk</P><P>&nbsp;</P><P>&nbsp;</P><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Dimitris" alt="Originally posted by Dimitris" style="vertical-align: text-bottom;" /> <strong>Dimitris wrote:</strong><br /><br />Hello,<BR><BR>We have an MDI application with a few panes docked in the bottom of the main window. All of the panes contain CFormView-derived classes and one of them brings up a modal dialog on update whenever a condition is met.<BR><BR>The problem is, that after the modal dialog is dismissed, the user cannot click anywhere but on the bottom panes, he can't close the main window, he can't click on anything else but one of the panes in the bottom.<BR>And the weirdest part is that if he clicks on any other window and returns to our application, everything is clickable again.<BR><BR>I tried manually setting the focus to some other window, like the mainframe or the pane itself, but nothing changes, it seems that the active view gets the focus and it doesn't loose it in any way (I even tried manually sending it a WM_KILLFOCUS message!).<BR><BR>Any help will be appreciated, thanks in advance.<BR></td></tr></table> </P>]]>
   </description>
   <pubDate>Thu, 23 Feb 2006 19:19:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11149&amp;title=focus-problem-with-modal-dialog-in-pane#11149</guid>
  </item> 
  <item>
   <title><![CDATA[Focus problem with modal dialog in pane : Hello,  Just tried to add modal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11037&amp;title=focus-problem-with-modal-dialog-in-pane#11037</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3663<br /><strong>Posted:</strong> 17 February 2006 at 8:07am<br /><br /><P>Hello, </P><P>Just tried to add modal dialog to our DynamicPanes sample and can't reproduce problem, may be yo ucan modify some our sample or creeate new to show this problem?</P>]]>
   </description>
   <pubDate>Fri, 17 Feb 2006 08:07:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11037&amp;title=focus-problem-with-modal-dialog-in-pane#11037</guid>
  </item> 
  <item>
   <title><![CDATA[Focus problem with modal dialog in pane : Hello,We have an MDI application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11022&amp;title=focus-problem-with-modal-dialog-in-pane#11022</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1758">Dimitris</a><br /><strong>Subject:</strong> 3663<br /><strong>Posted:</strong> 16 February 2006 at 9:35am<br /><br />Hello,<br><br>We have an MDI application with a few panes docked in the bottom of the main window. All of the panes contain CFormView-derived classes and one of them brings up a modal dialog on update whenever a condition is met.<br><br>The problem is, that after the modal dialog is dismissed, the user cannot click anywhere but on the bottom panes, he can't close the main window, he can't click on anything else but one of the panes in the bottom.<br>And the weirdest part is that if he clicks on any other window and returns to our application, everything is clickable again.<br><br>I tried manually setting the focus to some other window, like the mainframe or the pane itself, but nothing changes, it seems that the active view gets the focus and it doesn't loose it in any way (I even tried manually sending it a WM_KILLFOCUS message!).<br><br>Any help will be appreciated, thanks in advance.<br>]]>
   </description>
   <pubDate>Thu, 16 Feb 2006 09:35:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3663&amp;PID=11022&amp;title=focus-problem-with-modal-dialog-in-pane#11022</guid>
  </item> 
 </channel>
</rss>