<?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 : BUG? MarkupStackPanel Internal Application Error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : BUG? MarkupStackPanel Internal Application Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:09:52 +0000</pubDate>
  <lastBuildDate>Mon, 16 Mar 2009 17:07:38 +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=13697</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[BUG? MarkupStackPanel Internal Application Error : Hi Aaron...thanks for testing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46777&amp;title=bug-markupstackpanel-internal-application-error#46777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13697<br /><strong>Posted:</strong> 16 March 2009 at 5:07pm<br /><br />Hi Aaron...thanks for testing this and my other recent posts.<br>That has to be one of the strangest bugs I've seen in a while (in that it only manifests itself when entering the area from the bottom edge). So Oleg, while it may be a VB related thing, why does it only happen when you enter from the bottom?<br>]]>
   </description>
   <pubDate>Mon, 16 Mar 2009 17:07:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46777&amp;title=bug-markupstackpanel-internal-application-error#46777</guid>
  </item> 
  <item>
   <title><![CDATA[BUG? MarkupStackPanel Internal Application Error : Hi, yes, guess VB related thing-...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46748&amp;title=bug-markupstackpanel-internal-application-error#46748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13697<br /><strong>Posted:</strong> 16 March 2009 at 7:47am<br /><br /><P>Hi,</P><DIV>yes, guess VB related thing&nbsp;- Markup send "Leave" notification while you debug "Enter"</DIV>]]>
   </description>
   <pubDate>Mon, 16 Mar 2009 07:47:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46748&amp;title=bug-markupstackpanel-internal-application-error#46748</guid>
  </item> 
  <item>
   <title><![CDATA[BUG? MarkupStackPanel Internal Application Error : Hi Jason,  Youwill get that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46731&amp;title=bug-markupstackpanel-internal-application-error#46731</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13697<br /><strong>Posted:</strong> 16 March 2009 at 2:24am<br /><br />Hi Jason,<DIV>&nbsp;</DIV><DIV>You&nbsp;will get that error but only when mouse is entering MarkupLabel from the <strong>bottom <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></strong></DIV><DIV>Is very strange and I tried several times and I didn't get an error when mouse would enter from left,top and right&nbsp;&nbsp;</DIV><DIV>Maybe it will help CJ to find this.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 16 Mar 2009 02:24:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46731&amp;title=bug-markupstackpanel-internal-application-error#46731</guid>
  </item> 
  <item>
   <title><![CDATA[BUG? MarkupStackPanel Internal Application Error : I&amp;#039;ve found a strange bug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46729&amp;title=bug-markupstackpanel-internal-application-error#46729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13697<br /><strong>Posted:</strong> 15 March 2009 at 10:11pm<br /><br />I've found a strange bug that seems to appear intermittently when debugging the MarkupLabel control. When I use a StackPanel object with more than one child and the MouseEnter and MouseLeave events pointing to the same handler sub, the IDE will raise an "Internal Application Error" when entering debug mode at a breakpoint within the handler sub.<br><br>I think this is happening because the MouseLeave event is firing when the IDE enters debug mode and the MarkupControl is trying to execute code in the form (but can't because it is in debug mode).<br><br>Here's a test project:<br><br><a href="uploads/20090315_221029_StackPanelBug2.zip" target="_blank">uploads/20090315_221029_StackPanelBug2.zip</a><br><br>Put a breakpoint in the MouseEvent sub and run the project. Move the mouse over the text and you *may* see the error message, if not, move the mouse and press F5 to resume execution then try again. Eventually you should see the error message.<br>]]>
   </description>
   <pubDate>Sun, 15 Mar 2009 22:11:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13697&amp;PID=46729&amp;title=bug-markupstackpanel-internal-application-error#46729</guid>
  </item> 
 </channel>
</rss>