<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>FLEXible playground</title>
	<link>http://www.hrundik.ru/blog</link>
	<description>(Hopefully) useful bits on flex, flash and related topics.</description>
	<lastBuildDate>Sun, 11 Apr 2010 06:43:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>States- and event handler-related bug in Flex SDK 4.0</title>
		<description><![CDATA[There is a bug in Flex SDK 4.0 which prevents MXML components with event handler with state modifier from being garbage collected, which creates memory leaks.
So, don&#8217;t use state event handlers in your production code, like this:
&#60;s:Button label="Test" click.main="trace('click!')" /&#62;
Use simple event handlers instead with if clause:
&#60;s:Button label="Test" click="if(currentState == 'main') trace('click!')" /&#62;
I&#8217;ve reported the [...]]]></description>
		<link>http://www.hrundik.ru/blog/2010/04/09/states-and-event-handler-related-bug-in-flex-sdk-4-0/</link>
			</item>
	<item>
		<title>Monkey patches and Runtime Shared Libraries (RSLs)</title>
		<description><![CDATA[Monkey patching is replacing parts of the flex framework with your own classes. For example, you can copy mx.core.UIComponent to src folder of your project, modify it, and flex will use your modified class instead of framework&#8217;s one.
Genereally it&#8217;s considered to be evil, and I actually agree with this point of view. But sometimes you [...]]]></description>
		<link>http://www.hrundik.ru/blog/2009/10/05/monkey-patches-and-runtime-shared-libraries-rsls/</link>
			</item>
	<item>
		<title>First post</title>
		<description><![CDATA[Hello!
Welcome to my blog. My name is Nikita Petrov, I&#8217;m flash/flex developer.
I&#8217;ll try to write about unobvious problems in flex and flash &#8211; the solutions to obvious ones you can find in Internet and in documentation.
I know english, and though my knowledge is far from perfect, I&#8217;ll be writing in two languages &#8211; in russian [...]]]></description>
		<link>http://www.hrundik.ru/blog/2009/10/05/first-post/</link>
			</item>
</channel>
</rss>
