<?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 on: Flex item renderers, an expandable list with transitions</title>
	<atom:link href="http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/</link>
	<description>avoid mickey mouse programming</description>
	<lastBuildDate>Tue, 06 Jul 2010 18:20:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy Savoy</title>
		<link>http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/comment-page-1/#comment-3953</link>
		<dc:creator>Jeremy Savoy</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/#comment-3953</guid>
		<description>Ok, so I have that part figured out now, and my data is populated ... very nice, thank you so much !!

One last question ... why does the list scroll many items with one click of the mouse scroll wheel, and can this be easily fixed? If you scroll the mouse wheel just one click, it scrolls probably like 7-10 items, really I just want 1 item to scroll up. I suppose I could try to adapt this code to a datagrid instead of a list, and just have one column using the custom expandable renderer?</description>
		<content:encoded><![CDATA[<p>Ok, so I have that part figured out now, and my data is populated &#8230; very nice, thank you so much !!</p>
<p>One last question &#8230; why does the list scroll many items with one click of the mouse scroll wheel, and can this be easily fixed? If you scroll the mouse wheel just one click, it scrolls probably like 7-10 items, really I just want 1 item to scroll up. I suppose I could try to adapt this code to a datagrid instead of a list, and just have one column using the custom expandable renderer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Savoy</title>
		<link>http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/comment-page-1/#comment-3951</link>
		<dc:creator>Jeremy Savoy</dc:creator>
		<pubDate>Thu, 05 Nov 2009 17:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/#comment-3951</guid>
		<description>This is a very useful tutorial ... exactly what I&#039;m looking for. However I&#039;m having an issue, I already have an ArrayCollection that is my list dataprovider, how can I integrate an arraycollection into this example? It may seem simple, but I&#039;m having a hard time with it.

Would I simply pass each item in the arraycollection through SmartRenderData?

for( index = 0; index &lt; myAC.length; index++ ) {

      var secondaryAC[index]:SmartRenderData = 
                  new SmartRenderData(&quot;&quot;, myAC[index]);
}

Please advise, and again thanks !!!</description>
		<content:encoded><![CDATA[<p>This is a very useful tutorial &#8230; exactly what I&#8217;m looking for. However I&#8217;m having an issue, I already have an ArrayCollection that is my list dataprovider, how can I integrate an arraycollection into this example? It may seem simple, but I&#8217;m having a hard time with it.</p>
<p>Would I simply pass each item in the arraycollection through SmartRenderData?</p>
<p>for( index = 0; index &lt; myAC.length; index++ ) {</p>
<p>      var secondaryAC[index]:SmartRenderData =<br />
                  new SmartRenderData(&#8220;&#8221;, myAC[index]);<br />
}</p>
<p>Please advise, and again thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bopMoiniSot</title>
		<link>http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/comment-page-1/#comment-628</link>
		<dc:creator>bopMoiniSot</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/#comment-628</guid>
		<description>I am unable to understand this post. But well some points are useful for me.</description>
		<content:encoded><![CDATA[<p>I am unable to understand this post. But well some points are useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Bucaran</title>
		<link>http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/comment-page-1/#comment-621</link>
		<dc:creator>Jorge Bucaran</dc:creator>
		<pubDate>Sun, 18 Jan 2009 01:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2009/01/11/flex-item-renderers-an-expandable-list-with-transitions/#comment-621</guid>
		<description>This is really neat stuff. I will create my own solution though but is good to see someone else has done it already.</description>
		<content:encoded><![CDATA[<p>This is really neat stuff. I will create my own solution though but is good to see someone else has done it already.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
