<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Memory Leak in Flex 3.2 Lists &amp; Grids</title>
	<atom:link href="http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/feed/" rel="self" type="application/rss+xml" />
	<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 01 Dec 2009 21:13:27 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: diaper pee girl</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-461</link>
		<dc:creator>diaper pee girl</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-461</guid>
		<description>emm. thank you ))</description>
		<content:encoded><![CDATA[<p>emm. thank you ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hob</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-429</link>
		<dc:creator>Hob</dc:creator>
		<pubDate>Wed, 06 May 2009 18:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-429</guid>
		<description>The error you&#039;re seeing isn&#039;t coming from StageEventProxy.  StageEventProxy is simply calling the event listener which was registered.  The error is actually being thrown from AdvancedDataGridBase.  Unfortunately you&#039;ll probably just have to spend some time in the debugger to see exactly why this is being thrown.  It might be a configuration problem on the grid, but more than likely its simply a bug in the grid.  We come across them all the time.  Question is:  Is this a critical error...  Meaning, once you dismiss it, does your app completely stop responding, or do you continue to be able to use it.  If the answer is the latter, then I wouldn&#039;t worry too much about it.  It&#039;ll only ever be a problem for folks running the Flash debug player.  If its the former, you&#039;ve probably got at least a 1/2  day of debugging ahead of you.</description>
		<content:encoded><![CDATA[<p>The error you&#8217;re seeing isn&#8217;t coming from StageEventProxy.  StageEventProxy is simply calling the event listener which was registered.  The error is actually being thrown from AdvancedDataGridBase.  Unfortunately you&#8217;ll probably just have to spend some time in the debugger to see exactly why this is being thrown.  It might be a configuration problem on the grid, but more than likely its simply a bug in the grid.  We come across them all the time.  Question is:  Is this a critical error&#8230;  Meaning, once you dismiss it, does your app completely stop responding, or do you continue to be able to use it.  If the answer is the latter, then I wouldn&#8217;t worry too much about it.  It&#8217;ll only ever be a problem for folks running the Flash debug player.  If its the former, you&#8217;ve probably got at least a 1/2  day of debugging ahead of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-428</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Wed, 06 May 2009 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-428</guid>
		<description>Hey  all was well until i unintentionally did a mouse drag i think somewhere on the AdvDataGrid...

am getting an error at 
[C:\Users\hob.spillane\Documents\Flex Builder 3\SDK_18268_PATCH\src\mx\managers\systemClasses\StageEventProxy.as:40]


TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at mx.controls.advancedDataGridClasses::AdvancedDataGridBase/http://www.adobe.com/2006/flex/mx/internal::columnItemRendererFactory()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClasses\AdvancedDataGridBase.as:1454]
	at mx.controls::AdvancedDataGrid/http://www.adobe.com/2006/flex/mx/internal::columnItemRendererFactory()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:2094]
	at mx.controls.advancedDataGridClasses::AdvancedDataGridBase/http://www.adobe.com/2006/flex/mx/internal::columnItemRenderer()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClasses\AdvancedDataGridBase.as:1436]
	at mx.controls::AdvancedDataGridBaseEx/columnDraggingMouseMoveHandler()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4916]
	at mx.managers.systemClasses::StageEventProxy/stageListener()[C:\Users\hob.spillane\Documents\Flex Builder 3\SDK_18268_PATCH\src\mx\managers\systemClasses\StageEventProxy.as:40]</description>
		<content:encoded><![CDATA[<p>Hey  all was well until i unintentionally did a mouse drag i think somewhere on the AdvDataGrid&#8230;</p>
<p>am getting an error at<br />
[C:\Users\hob.spillane\Documents\Flex Builder 3\SDK_18268_PATCH\src\mx\managers\systemClasses\StageEventProxy.as:40]</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at mx.controls.advancedDataGridClasses::AdvancedDataGridBase/http://www.adobe.com/2006/flex/mx/internal::columnItemRendererFactory()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClasses\AdvancedDataGridBase.as:1454]<br />
	at mx.controls::AdvancedDataGrid/http://www.adobe.com/2006/flex/mx/internal::columnItemRendererFactory()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGrid.as:2094]<br />
	at mx.controls.advancedDataGridClasses::AdvancedDataGridBase/http://www.adobe.com/2006/flex/mx/internal::columnItemRenderer()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\advancedDataGridClasses\AdvancedDataGridBase.as:1436]<br />
	at mx.controls::AdvancedDataGridBaseEx/columnDraggingMouseMoveHandler()[C:\work\flex\dmv_automation\projects\datavisualisation\src\mx\controls\AdvancedDataGridBaseEx.as:4916]<br />
	at mx.managers.systemClasses::StageEventProxy/stageListener()[C:\Users\hob.spillane\Documents\Flex Builder 3\SDK_18268_PATCH\src\mx\managers\systemClasses\StageEventProxy.as:40]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-412</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-412</guid>
		<description>2Feng
You should download Data Visualization for Flex 3.3 separately and unzip it to Flex 3.3. SDK folder
http://www.adobe.com/products/flex/flexdownloads/#flex_DataVisualization</description>
		<content:encoded><![CDATA[<p>2Feng<br />
You should download Data Visualization for Flex 3.3 separately and unzip it to Flex 3.3. SDK folder<br />
<a href="http://www.adobe.com/products/flex/flexdownloads/#flex_DataVisualization" rel="nofollow">http://www.adobe.com/products/flex/flexdownloads/#flex_DataVisualization</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feng</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-408</link>
		<dc:creator>Feng</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-408</guid>
		<description>i got your point, now i will dig into it. thanks.</description>
		<content:encoded><![CDATA[<p>i got your point, now i will dig into it. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hob</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-407</link>
		<dc:creator>Hob</dc:creator>
		<pubDate>Fri, 06 Feb 2009 20:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-407</guid>
		<description>No, the name doesn&#039;t matter.  Just make sure you don&#039;t have the flex sdk source as a source path in your flex builder project.  That will cause the changes in my patch file to be overridden by the default 3.2 code.</description>
		<content:encoded><![CDATA[<p>No, the name doesn&#8217;t matter.  Just make sure you don&#8217;t have the flex sdk source as a source path in your flex builder project.  That will cause the changes in my patch file to be overridden by the default 3.2 code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feng</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-406</link>
		<dc:creator>Feng</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-406</guid>
		<description>the patch name is SDK_18268_PATCH.swc, do u mean i should change its name and drop it in lib folder to replace other lib file?</description>
		<content:encoded><![CDATA[<p>the patch name is SDK_18268_PATCH.swc, do u mean i should change its name and drop it in lib folder to replace other lib file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hob</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-405</link>
		<dc:creator>Hob</dc:creator>
		<pubDate>Fri, 06 Feb 2009 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-405</guid>
		<description>Dropping the patch in your lib folder should replace the 3.2 version of StageEventProxy with the version in the patch file (which is the 3.3 version).  If you&#039;re still seeing a memory leak it&#039;s probably a prioritization problem.  I had that problem at first, because I had added the Flex SDK source as a source path in my project, and anything that&#039;s added as a source path gets a higher priority than things that are added as libs.</description>
		<content:encoded><![CDATA[<p>Dropping the patch in your lib folder should replace the 3.2 version of StageEventProxy with the version in the patch file (which is the 3.3 version).  If you&#8217;re still seeing a memory leak it&#8217;s probably a prioritization problem.  I had that problem at first, because I had added the Flex SDK source as a source path in my project, and anything that&#8217;s added as a source path gets a higher priority than things that are added as libs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feng</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-404</link>
		<dc:creator>Feng</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-404</guid>
		<description>thanks for your fast reply. your understanding is totally right. i have put patch file in the flex builder lib. do u mean i don&#039;t have to change my flex code, it will work for me? because i have tested with it, but i did not see the expected change, so i upgrade it to sdk3.3 and met this issue.
i hurt my left ring finger when i want get more mango from its core, so please forgive me not type any uppercase letters here.</description>
		<content:encoded><![CDATA[<p>thanks for your fast reply. your understanding is totally right. i have put patch file in the flex builder lib. do u mean i don&#8217;t have to change my flex code, it will work for me? because i have tested with it, but i did not see the expected change, so i upgrade it to sdk3.3 and met this issue.<br />
i hurt my left ring finger when i want get more mango from its core, so please forgive me not type any uppercase letters here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hob</title>
		<link>http://workdayui.wordpress.com/2009/02/05/memory-leak-in-flex-32-lists-grids/#comment-403</link>
		<dc:creator>Hob</dc:creator>
		<pubDate>Fri, 06 Feb 2009 18:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://workdayui.wordpress.com/?p=28#comment-403</guid>
		<description>If I understand your problem, once you upgrade to the 3.3 SDK your compiler is saying it can no longer find the AdvancedDataGrid.  That didn&#039;t happen for me, but you can always force the Pro libraries back into Flex Builder by adding a source path to the data visualization source.  You should find it at %FBPRO_Install_Folder%/sdks/3.2.0/fbpro/projects/datavisualization/src.

If you&#039;re still having problems, try just using the patch file I posted.  If you simply drop that into your lib folder, it will fix the problem in the 3.2 SDK.</description>
		<content:encoded><![CDATA[<p>If I understand your problem, once you upgrade to the 3.3 SDK your compiler is saying it can no longer find the AdvancedDataGrid.  That didn&#8217;t happen for me, but you can always force the Pro libraries back into Flex Builder by adding a source path to the data visualization source.  You should find it at %FBPRO_Install_Folder%/sdks/3.2.0/fbpro/projects/datavisualization/src.</p>
<p>If you&#8217;re still having problems, try just using the patch file I posted.  If you simply drop that into your lib folder, it will fix the problem in the 3.2 SDK.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
