<?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 : PropertyGrid Crashes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : PropertyGrid Crashes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:45:38 +0000</pubDate>
  <lastBuildDate>Thu, 04 Mar 2004 13:27:46 +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=490</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[PropertyGrid Crashes : Thanks, Boyd, it was real bug...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1245&amp;title=propertygrid-crashes#1245</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 490<br /><strong>Posted:</strong> 04 March 2004 at 1:27pm<br /><br />Thanks, Boyd, it was real bug :( The patch will be available in next release.]]>
   </description>
   <pubDate>Thu, 04 Mar 2004 13:27:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1245&amp;title=propertygrid-crashes#1245</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGrid Crashes : Ok,I see what you mean. It crashes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1228&amp;title=propertygrid-crashes#1228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 490<br /><strong>Posted:</strong> 03 March 2004 at 12:15pm<br /><br />Ok,I see what you mean.&nbsp; It crashes here as well.&nbsp; Both thedesigner and property grid crash on the same line of code.&nbsp; Maybethe Clear method is clearing the value before it is actuallyupdated.&nbsp;&nbsp;]]>
   </description>
   <pubDate>Wed, 03 Mar 2004 12:15:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1228&amp;title=propertygrid-crashes#1228</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGrid Crashes : I guess actually adding the attachment...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1226&amp;title=propertygrid-crashes#1226</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 490<br /><strong>Posted:</strong> 03 March 2004 at 11:55am<br /><br /><P>I guess actually adding the attachment would help <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0">&nbsp;...</P><P>... here it is: <A href="http://forum.codejock.com/uploads/Boyd/284_PropGridTest.zip" target="_blank">284_PropGridTest.zip</A></P>]]>
   </description>
   <pubDate>Wed, 03 Mar 2004 11:55:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1226&amp;title=propertygrid-crashes#1226</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGrid Crashes : Boyd,  Where is the attachment?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1224&amp;title=propertygrid-crashes#1224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 490<br /><strong>Posted:</strong> 03 March 2004 at 11:39am<br /><br />Boyd, <br>Where is the attachment?&nbsp; I noticed the bug in the Designer Studioas well.&nbsp; But I havent been able to reproduce the error in anapplication I created myself.&nbsp; I have tried with bound and regulargrid items.<br>]]>
   </description>
   <pubDate>Wed, 03 Mar 2004 11:39:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1224&amp;title=propertygrid-crashes#1224</guid>
  </item> 
  <item>
   <title><![CDATA[PropertyGrid Crashes : There is a certain scenario which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1221&amp;title=propertygrid-crashes#1221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=260">Boyd</a><br /><strong>Subject:</strong> 490<br /><strong>Posted:</strong> 03 March 2004 at 10:59am<br /><br /><P>There is a certain scenario which will always crash the PropertyGrid control.</P><P>If you edit an item in the grid and then click another item in the grid (without first hitting &lt;Enter&gt; to submit the change), the grid will crash if the categories are cleared in the 'ValueChanged' event.&nbsp; If you hit &lt;Enter&gt; before changing your selection, you will not crash.</P><P>The attached project and exe file (attached in message below)&nbsp;demonstrates this issue (Requires v8.61 of PropertyGrid).&nbsp; Launch the PropGridCrash.exe file.&nbsp; Edit&nbsp;the value of Item 1.&nbsp; Without hitting &lt;Enter&gt;, click on the value of Item 2.&nbsp; The application will crash when the 'Categories.Clear' method is called in the 'ValueChanged' event of the PropertyGrid.</P><P>This same bug is actually apparent in the Designer Studio as well (although it could be caused by something other than the 'Categories.Clear' method).&nbsp; Open the Designer Studio and a standard template will be automatically loaded.&nbsp; Click the 'New' control in the 'Controls' pane.&nbsp; In the 'Properties' pane, change the 'ID' value from 'ID_FIEW_NEW' to 'ID_NEW'.&nbsp; Without first hitting &lt;Enter&gt;, now click on the empty value&nbsp;for the 'Icon ID' property.&nbsp; The Designer Studio will crash.</P><P>Codejock, I hope a fix for this bug can make it into the 8.62 release.&nbsp; Please let me know what your plans will be for providing a solution because this issue is preventing me from implementing the PropertyGrid in my application.</P><P>Thanks!!</P><span style="font-size:10px"><br /><br />Edited by Boyd</span>]]>
   </description>
   <pubDate>Wed, 03 Mar 2004 10:59:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=490&amp;PID=1221&amp;title=propertygrid-crashes#1221</guid>
  </item> 
 </channel>
</rss>