<?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 : fatal crash switching apps when modal form open</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : fatal crash switching apps when modal form open]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 22:27:02 +0000</pubDate>
  <lastBuildDate>Mon, 04 Sep 2006 04:32:03 +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=4926</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[fatal crash switching apps when modal form open : Hi,I found the reason excluding...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15442&amp;title=fatal-crash-switching-apps-when-modal-form-open#15442</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2292">stefan_n</a><br /><strong>Subject:</strong> 4926<br /><strong>Posted:</strong> 04 September 2006 at 4:32am<br /><br />Hi,<br><br>I found the reason&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" align="absmiddle"> excluding code and controls bit by bit:<br><br>It was caused by the Infragistics ActiveToolBars Control, which<br>we haven't found the time to replace it by the CommandBars.<br>If any childwindow is open with that control on it's form, even if<br>not used, you get this strange behaviour.<br><br>Thanks for offering help!<br><br><br><br><br>]]>
   </description>
   <pubDate>Mon, 04 Sep 2006 04:32:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15442&amp;title=fatal-crash-switching-apps-when-modal-form-open#15442</guid>
  </item> 
  <item>
   <title><![CDATA[fatal crash switching apps when modal form open : Hello,  Stefan, I need to debug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15363&amp;title=fatal-crash-switching-apps-when-modal-form-open#15363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4926<br /><strong>Posted:</strong> 31 August 2006 at 8:45am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>Stefan, I need to debug it and see to be sure it is problem in our code, not in your. How can I say where problem if you only give me this description?</DIV><DIV>&nbsp;</DIV><DIV>Try to copy whole&nbsp; project to another directory and remove as much as possible till it can be run and problem can be reproduced and send to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A></DIV>]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 08:45:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15363&amp;title=fatal-crash-switching-apps-when-modal-form-open#15363</guid>
  </item> 
  <item>
   <title><![CDATA[fatal crash switching apps when modal form open : Hello,&amp;gt; Set DockingPanes.CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15351&amp;title=fatal-crash-switching-apps-when-modal-form-open#15351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2292">stefan_n</a><br /><strong>Subject:</strong> 4926<br /><strong>Posted:</strong> 31 August 2006 at 4:19am<br /><br />Hello,<br><br>&gt; Set DockingPanes.CommandBars = CommandBars<br>This is done using DockingPane.SetCommandBars.<br><br>There's no way to make a simple app reproducing the error,<br>because it doesn't happen in simple apps. It seems you need<br>a certain amount of controls and/or windows open...<br><br>I removed code and controls&nbsp; from the form calling the<br>modal window. Even if only a messagebox is open it<br>causes the error.<br><br>Looks like focus between the main window and the<br>modal window are bouncing back and forth. The title<br>of the main window is flickering.<br><br>There is definetely no basic code entered...<br><br>Any more ideas.... ?<br><br><br>]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 04:19:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15351&amp;title=fatal-crash-switching-apps-when-modal-form-open#15351</guid>
  </item> 
  <item>
   <title><![CDATA[fatal crash switching apps when modal form open : Hello,   Can you please try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15345&amp;title=fatal-crash-switching-apps-when-modal-form-open#15345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4926<br /><strong>Posted:</strong> 30 August 2006 at 6:24pm<br /><br />Hello, <DIV>&nbsp;</DIV><DIV>Can you please try to reproduce it with new project... Maybe you forgot something like</DIV><DIV>Set DockingPanes.CommandBars = CommandBars</DIV><DIV>&nbsp;</DIV><DIV>and attach project here if you will reproduce it.</DIV>]]>
   </description>
   <pubDate>Wed, 30 Aug 2006 18:24:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15345&amp;title=fatal-crash-switching-apps-when-modal-form-open#15345</guid>
  </item> 
  <item>
   <title><![CDATA[fatal crash switching apps when modal form open : Hi,I&amp;#039;m using DockingPanes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15343&amp;title=fatal-crash-switching-apps-when-modal-form-open#15343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2292">stefan_n</a><br /><strong>Subject:</strong> 4926<br /><strong>Posted:</strong> 30 August 2006 at 3:48pm<br /><br />Hi,<br><br>I'm using DockingPanes and CommandBars 9.80 in a VB6 app.<br>It works more ore less like the VisualStudio-example. If I open<br>a form with .Show vbModal and switch shortly to another app using<br>the taskbar my program crashes completely <img src="http://forum.codejock.com/smileys/smiley11.gif" border="0" align="absmiddle"> crtl + alt + del<br><br>Please tell me there is a way to prevent this <img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Wed, 30 Aug 2006 15:48:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4926&amp;PID=15343&amp;title=fatal-crash-switching-apps-when-modal-form-open#15343</guid>
  </item> 
 </channel>
</rss>