<?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/"
		>
<channel>
	<title>Comments for Maxim Kachurovskiy</title>
	<atom:link href="http://kachurovskiy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kachurovskiy.com</link>
	<description>Adobe Flex, Flash, ActionScript and more</description>
	<lastBuildDate>Sat, 11 Feb 2012 08:09:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Kim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-538</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Sat, 11 Feb 2012 08:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-538</guid>
		<description>That explains a lot.. I&#039;m working with an existing code base, so I assumed all the classes I had were part of the original SparkTree code.
Apologies for the confusion. My tree implementation will probably max out at around 30 items, so it&#039;s not a big issue for now.

Thanks for taking the time to answer all my queries though :)

Kim</description>
		<content:encoded><![CDATA[<p>That explains a lot.. I&#8217;m working with an existing code base, so I assumed all the classes I had were part of the original SparkTree code.<br />
Apologies for the confusion. My tree implementation will probably max out at around 30 items, so it&#8217;s not a big issue for now.</p>
<p>Thanks for taking the time to answer all my queries though :)</p>
<p>Kim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Maxim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-537</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Sat, 11 Feb 2012 05:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-537</guid>
		<description>Spark List does not have &lt;code&gt;ITEM_SELECTED&lt;/code&gt; event. The closes event I can imagine is &lt;code&gt;CHANGE&lt;/code&gt;, but it does not arrive twice if you scroll selected item out and in.

I strongly discourage the use of &lt;code&gt;useVirtualLayout=false&lt;/code&gt; because it will cause performance problems when list data size increase.

If you can reproduce this bug on an empty project I will be glad to help you. Cheers!</description>
		<content:encoded><![CDATA[<p>Spark List does not have <code>ITEM_SELECTED</code> event. The closes event I can imagine is <code>CHANGE</code>, but it does not arrive twice if you scroll selected item out and in.</p>
<p>I strongly discourage the use of <code>useVirtualLayout=false</code> because it will cause performance problems when list data size increase.</p>
<p>If you can reproduce this bug on an empty project I will be glad to help you. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Kim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-536</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-536</guid>
		<description>Btw - have noticed an issue with using &lt;code&gt;virtualLayout&lt;/code&gt; and &lt;code&gt;itemRenderer&lt;/code&gt; recycling.
If a selected item is scrolled out of view, when it is scrolled back into view it re-dispatches the &lt;code&gt;ITEM_SELECTED&lt;/code&gt; event.

I&#039;ve fixed this by using &lt;code&gt;useVirtualLayout=false&lt;/code&gt; when adding the component to my project, but maybe there&#039;s a better way.

Cheers - Kim</description>
		<content:encoded><![CDATA[<p>Btw &#8211; have noticed an issue with using <code>virtualLayout</code> and <code>itemRenderer</code> recycling.<br />
If a selected item is scrolled out of view, when it is scrolled back into view it re-dispatches the <code>ITEM_SELECTED</code> event.</p>
<p>I&#8217;ve fixed this by using <code>useVirtualLayout=false</code> when adding the component to my project, but maybe there&#8217;s a better way.</p>
<p>Cheers &#8211; Kim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Kim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-535</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Fri, 10 Feb 2012 14:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-535</guid>
		<description>Ha - There goes my hope for an easy fix!
Will let you know how I get on :)</description>
		<content:encoded><![CDATA[<p>Ha &#8211; There goes my hope for an easy fix!<br />
Will let you know how I get on :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree by Maxim</title>
		<link>http://kachurovskiy.com/2010/spark-tree/#comment-533</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Thu, 09 Feb 2012 08:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=66#comment-533</guid>
		<description>I suggest you to download source code from https://github.com/kachurovskiy/Spark-Tree , create library project from it and use as dependency to build your project. Then place breakpoint in &lt;code&gt;Tree.preinitializeHandler()&lt;/code&gt;, you&#039;ll see how styles are handled in your module&#039;s tree.</description>
		<content:encoded><![CDATA[<p>I suggest you to download source code from <a href="https://github.com/kachurovskiy/Spark-Tree" rel="nofollow">https://github.com/kachurovskiy/Spark-Tree</a> , create library project from it and use as dependency to build your project. Then place breakpoint in <code>Tree.preinitializeHandler()</code>, you&#8217;ll see how styles are handled in your module&#8217;s tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree by Ramses</title>
		<link>http://kachurovskiy.com/2010/spark-tree/#comment-532</link>
		<dc:creator>Ramses</dc:creator>
		<pubDate>Thu, 09 Feb 2012 08:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=66#comment-532</guid>
		<description>Hello,

I figured it out (whats wrong), it is indeed a display problem. I used code to open the branches and then i could see all the leafs.. so it&#039;s just the + sign not showing up.

I did not have the mx tree component in my project, but the problem is that i&#039;m using modules that are loaded on runtime.
The component works perfectly when i use it in my main application, but not in the modules.
But i cannot reproduce it in an empty project so far. I&#039;m using altered modules and load them via a class that handles everything (loading/displaying/removing/..) for my modules. I will keep trying to reproduce it!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I figured it out (whats wrong), it is indeed a display problem. I used code to open the branches and then i could see all the leafs.. so it&#8217;s just the + sign not showing up.</p>
<p>I did not have the mx tree component in my project, but the problem is that i&#8217;m using modules that are loaded on runtime.<br />
The component works perfectly when i use it in my main application, but not in the modules.<br />
But i cannot reproduce it in an empty project so far. I&#8217;m using altered modules and load them via a class that handles everything (loading/displaying/removing/..) for my modules. I will keep trying to reproduce it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree by Maxim</title>
		<link>http://kachurovskiy.com/2010/spark-tree/#comment-530</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=66#comment-530</guid>
		<description>Hi Ramses! I recently updated the library with some style improvements, you may just not see the open/close icon.

1. Do you have MX Tree in the project? In this case Spark Tree will use it&#039;s icons
2. Can you reproduce it on an empty project?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Ramses! I recently updated the library with some style improvements, you may just not see the open/close icon.</p>
<p>1. Do you have MX Tree in the project? In this case Spark Tree will use it&#8217;s icons<br />
2. Can you reproduce it on an empty project?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Maxim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-529</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Wed, 08 Feb 2012 18:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-529</guid>
		<description>Hi Kim! The only way you can do this is get the library source and modify it. 

P.S: You may have problems with memory leaks in this case if you will store links to open branches. You will need some hash-function or node ID.</description>
		<content:encoded><![CDATA[<p>Hi Kim! The only way you can do this is get the library source and modify it. </p>
<p>P.S: You may have problems with memory leaks in this case if you will store links to open branches. You will need some hash-function or node ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree by Ramses</title>
		<link>http://kachurovskiy.com/2010/spark-tree/#comment-527</link>
		<dc:creator>Ramses</dc:creator>
		<pubDate>Wed, 08 Feb 2012 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=66#comment-527</guid>
		<description>Hello Maxim,

I want to use your SparkTree component because it looks good and the mx Tree component is acting up all the time. :)

But i&#039;m having a problem with showing the data. I only see the top levels and no branches in the tree. I thought i was as simple as giving the objects in the ArrayCollection a property &quot;children&quot; but nothing is showing except for the top levels.

The objects i use are generated objects from Flash Builder and are retrieved from our backend. This is the same for the objects in the children property. This is a ArrayCollection of generated objects.

Any idea what the problem might be?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hello Maxim,</p>
<p>I want to use your SparkTree component because it looks good and the mx Tree component is acting up all the time. :)</p>
<p>But i&#8217;m having a problem with showing the data. I only see the top levels and no branches in the tree. I thought i was as simple as giving the objects in the ArrayCollection a property &#8220;children&#8221; but nothing is showing except for the top levels.</p>
<p>The objects i use are generated objects from Flash Builder and are retrieved from our backend. This is the same for the objects in the children property. This is a ArrayCollection of generated objects.</p>
<p>Any idea what the problem might be?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spark Tree &#8211; faster, with icons and text colors by Kim</title>
		<link>http://kachurovskiy.com/2010/spark-tree-updated/#comment-526</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 06 Feb 2012 12:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://kachurovskiy.com/?p=78#comment-526</guid>
		<description>Hey there - at the moment, the tree automatically closes all child branches when closing a branch. Is it possible to prevent this?

Many thanks - Kim</description>
		<content:encoded><![CDATA[<p>Hey there &#8211; at the moment, the tree automatically closes all child branches when closing a branch. Is it possible to prevent this?</p>
<p>Many thanks &#8211; Kim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

