<?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 : MsgBox interaction</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : MsgBox interaction]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:51:39 +0000</pubDate>
  <lastBuildDate>Thu, 10 Jun 2010 05:11:30 +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=16608</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[MsgBox interaction :  Thanks for the comment Aaron.Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58880&amp;title=msgbox-interaction#58880</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 10 June 2010 at 5:11am<br /><br />Thanks for the comment Aaron.<br><br>Just to be clear, I display a message box (or task dialog -- same result) and while this is displayed another process finishes and displays a Popup control. The Popup control appears and the messagebox disappears. The messagebox is not hidden -- it has been closed as if the user had pressed a button.<br><br>I worked around this by not using the Popup control at this point.&nbsp; So I am just mentioning this interaction in case CJ was not aware of it.<br><br><br><br>Zero replies is not an option.......&nbsp;&nbsp; (except in the Calendar Topic :-)<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 05:11:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58880&amp;title=msgbox-interaction#58880</guid>
  </item> 
  <item>
   <title><![CDATA[MsgBox interaction : Hi Chris,   I don&amp;#039;t know...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58878&amp;title=msgbox-interaction#58878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 10 June 2010 at 1:14am<br /><br />Hi Chris, <DIV>&nbsp;</DIV><DIV>I don't know what the MessageBox is for but if you show it in StateChanged event, the MsgBox has to be closed before PopupControl processes anything else. So Msgbox will stay on top as long as user doesn't close it.</DIV><DIV>&nbsp;</DIV><DIV>Private Sub wndPopupControl_StateChanged()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If wndPopupControl.state = xtpPopupStateShow Then </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox "wndPopupControl_StateChanged"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jun 2010 01:14:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58878&amp;title=msgbox-interaction#58878</guid>
  </item> 
  <item>
   <title><![CDATA[MsgBox interaction : Yes, tried that, same result. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58870&amp;title=msgbox-interaction#58870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 09 June 2010 at 1:08pm<br /><br />Yes, tried that, same result.<br><br><br>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 13:08:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58870&amp;title=msgbox-interaction#58870</guid>
  </item> 
  <item>
   <title><![CDATA[MsgBox interaction : Hi Chris,  Did you try replacing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58867&amp;title=msgbox-interaction#58867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 09 June 2010 at 12:17pm<br /><br />Hi Chris,<DIV>&nbsp;</DIV><DIV>Did you try replacing VB Messagebox with CodeJock TaskDialog? </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 12:17:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58867&amp;title=msgbox-interaction#58867</guid>
  </item> 
  <item>
   <title><![CDATA[MsgBox interaction : Several weeks later -- no comments....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58857&amp;title=msgbox-interaction#58857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 09 June 2010 at 5:51am<br /><br />Several weeks later -- no comments. I guess I am the only one to have noticed this "interaction".<br><br>To work around it I now just do not use MsgBox when CJ Popup Control is used.<br><br>If Cj programmers do not know about this "feature" then maybe something is not working as it should.<br>]]>
   </description>
   <pubDate>Wed, 09 Jun 2010 05:51:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58857&amp;title=msgbox-interaction#58857</guid>
  </item> 
  <item>
   <title><![CDATA[MsgBox interaction :  Has anyone else found an interaction...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58118&amp;title=msgbox-interaction#58118</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 16608<br /><strong>Posted:</strong> 16 April 2010 at 9:02am<br /><br />Has anyone else found an interaction between a MsgBox and the CJ Popup control?<br><br>When I startup my app, I first show a SplashScreen, and I recently changed this to use the CJ Popup control so I could get a nice transparent effect.<br><br>As the software starts up, I display a MsgBox to inform&nbsp; the user of something.<br><br>Since changing to use of the Popup control, I find that when the Popup control closes automatically after the set time, the MsgBox also gets closed!!<br>So it looks like the Popup control is closing the MsgBox.<br><br>Before I investigate further, I am just asking if this is a known effect????<br><br><br>]]>
   </description>
   <pubDate>Fri, 16 Apr 2010 09:02:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16608&amp;PID=58118&amp;title=msgbox-interaction#58118</guid>
  </item> 
 </channel>
</rss>