<?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 : [Crash] When doing attach pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : [Crash] When doing attach pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 13:20:31 +0000</pubDate>
  <lastBuildDate>Tue, 26 Apr 2011 10:11: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=18277</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[[Crash] When doing attach pane : Forgot to mention using version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18277&amp;PID=64081&amp;title=crash-when-doing-attach-pane#64081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3157">ChrisPaulson</a><br /><strong>Subject:</strong> 18277<br /><strong>Posted:</strong> 26 April 2011 at 10:11am<br /><br />Forgot to mention using version 13.0.0]]>
   </description>
   <pubDate>Tue, 26 Apr 2011 10:11:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18277&amp;PID=64081&amp;title=crash-when-doing-attach-pane#64081</guid>
  </item> 
  <item>
   <title><![CDATA[[Crash] When doing attach pane : The crash is in: -Exception code:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18277&amp;PID=64080&amp;title=crash-when-doing-attach-pane#64080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3157">ChrisPaulson</a><br /><strong>Subject:</strong> 18277<br /><strong>Posted:</strong> 26 April 2011 at 10:07am<br /><br /><div>The crash is in: -<br></div><div><br></div><div>Exception code: C0000005 ACCESS_VIOLATION</div><div>Fault address: &nbsp;73DD6EB3 01:00005EB3 C:\WINDOWS\system32\MFC42.DLL</div><div><br></div><div>It occurs in the (Progress) application code:-&nbsp;</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><br></div><div><div><div>function attachPane returns log( &nbsp; &nbsp;</div><div>&nbsp;&nbsp; &nbsp;pFrm as handle,&nbsp;</div><div>&nbsp;&nbsp; &nbsp;pNe as handle ):</div><div>&nbsp;&nbsp; &nbsp;/***************************************************************************************</div><div>&nbsp;&nbsp; &nbsp;**</div><div>&nbsp;&nbsp; &nbsp;** Procedure: &nbsp; &nbsp; &nbsp; attachPane</div><div>&nbsp;&nbsp; &nbsp;**</div><div>&nbsp;&nbsp; &nbsp;** Description: &nbsp; &nbsp; Join a pane to another pane</div><div>&nbsp;&nbsp; &nbsp;**</div><div>&nbsp;&nbsp; &nbsp;***************************************************************************************/</div><div>&nbsp;&nbsp; &nbsp;define buffer child for child.</div><div>&nbsp;&nbsp; &nbsp;define buffer nchild for child.</div><div><br></div><div>&nbsp;&nbsp; &nbsp;find first child where child.objectHandle = pFrm no-error.</div><div>&nbsp;&nbsp; &nbsp;if not available child then return no.</div><div><br></div><div>&nbsp;&nbsp; &nbsp;find first nchild where nchild.objectHandle = pNe no-error.</div><div>&nbsp;&nbsp; &nbsp;if not available nchild then return no.</div><div><br></div><div>&nbsp;&nbsp; &nbsp;if valid-handle(child.pane) and valid-handle(nchild.pane) then&nbsp;</div><div>&nbsp;&nbsp; &nbsp;do:</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;if (not child.pane:hidden and not nchild.pane:hidden) and (not child.pane:closed and not nchild.pane:closed) then</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;do:</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>/* Crash at next line */</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;chDocMan:DockingPaneFrame:attachPane( child.pane, nchild.pane ).</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;debugLog(substitute("Attach pane &amp;1 to &amp;2", child.name, nchild.name ) ).</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;end.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;else</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;errorLog("Tried to attach to hidden pane").</div><div>&nbsp;&nbsp; &nbsp;end.</div><div>&nbsp;&nbsp; &nbsp;else</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;errorLog("ERROR: attach pane - child has become invalid").</div><div>end.</div></div><div></pre></td></tr></table></div></div><div><br></div><div><br></div><div>The crash appears to happen at random times.</div><div><br></div><div>Anyone with ideas?</div><div><br></div>]]>
   </description>
   <pubDate>Tue, 26 Apr 2011 10:07:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18277&amp;PID=64080&amp;title=crash-when-doing-attach-pane#64080</guid>
  </item> 
 </channel>
</rss>