<?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: Playing with Custom Layout in Flex 4</title>
	<atom:link href="http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/</link>
	<description>about technology</description>
	<lastBuildDate>Wed, 13 Jul 2011 15:46:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mani</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-16500</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Tue, 09 Nov 2010 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-16500</guid>
		<description>Thanks for this example. I&#039;m diving into Spark this week- mainly skinning and this was a helpful read.</description>
		<content:encoded><![CDATA[<p>Thanks for this example. I&#8217;m diving into Spark this week- mainly skinning and this was a helpful read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Experimenting with Datagroup custom layouts &#124; polyGeek.com</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-16390</link>
		<dc:creator>Experimenting with Datagroup custom layouts &#124; polyGeek.com</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-16390</guid>
		<description>[...] http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/ &#8211; This is a very cool post and a neat custom layout but it was done back in May 09 with an early beta of Gumbo. So the code needs to be massaged in order to work properly with Flex 4. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/" rel="nofollow">http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/</a> &#8211; This is a very cool post and a neat custom layout but it was done back in May 09 with an early beta of Gumbo. So the code needs to be massaged in order to work properly with Flex 4. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sagi</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-16343</link>
		<dc:creator>Sagi</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-16343</guid>
		<description>You can see a way to use the depth in here (near the end of the updateDisplayList override):
http://www.gui-xian.com/blog/?p=4

cheers</description>
		<content:encoded><![CDATA[<p>You can see a way to use the depth in here (near the end of the updateDisplayList override):<br />
<a href="http://www.gui-xian.com/blog/?p=4" rel="nofollow">http://www.gui-xian.com/blog/?p=4</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Ross</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-16301</link>
		<dc:creator>Guy Ross</dc:creator>
		<pubDate>Wed, 10 Feb 2010 21:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-16301</guid>
		<description>&lt;a href=&quot;#comment-3573&quot; rel=&quot;nofollow&quot;&gt;@Benz &lt;/a&gt; 
&quot;how would you extend the code so that the selected item is always on top?&quot;

the depth property controls which items within the same container show foremost.
item at higher depth levels are rendered on top of items at lower depth levels.
items at the same depth level render in order of their addition.

you can set the selected item&#039;s depth to 1 by adding this to the custom itemRenderer&#039;s definition:



...
</description>
		<content:encoded><![CDATA[<p><a href="#comment-3573" rel="nofollow">@Benz </a><br />
&#8220;how would you extend the code so that the selected item is always on top?&#8221;</p>
<p>the depth property controls which items within the same container show foremost.<br />
item at higher depth levels are rendered on top of items at lower depth levels.<br />
items at the same depth level render in order of their addition.</p>
<p>you can set the selected item&#8217;s depth to 1 by adding this to the custom itemRenderer&#8217;s definition:</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r4 carte ds</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-10456</link>
		<dc:creator>r4 carte ds</dc:creator>
		<pubDate>Wed, 25 Nov 2009 08:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-10456</guid>
		<description>Thanks for the source code, it helps a lot, really nice.</description>
		<content:encoded><![CDATA[<p>Thanks for the source code, it helps a lot, really nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hooto</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-3649</link>
		<dc:creator>hooto</dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-3649</guid>
		<description>i’ve read somewhere about a zordering class , you are very great.</description>
		<content:encoded><![CDATA[<p>i’ve read somewhere about a zordering class , you are very great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benz</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-3598</link>
		<dc:creator>Benz</dc:creator>
		<pubDate>Mon, 22 Jun 2009 23:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-3598</guid>
		<description>&lt;a href=&quot;#comment-3581&quot; rel=&quot;nofollow&quot;&gt;@Chuckytuh&lt;/a&gt; 
The problem is not the how but more the where. Would you do it in your layout class? Because normally your layout class does not know about selections or in the renderer? Maybe I`m missing something...
Thanks
Benz</description>
		<content:encoded><![CDATA[<p><a href="#comment-3581" rel="nofollow">@Chuckytuh</a><br />
The problem is not the how but more the where. Would you do it in your layout class? Because normally your layout class does not know about selections or in the renderer? Maybe I`m missing something&#8230;<br />
Thanks<br />
Benz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuckytuh</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-3581</link>
		<dc:creator>Chuckytuh</dc:creator>
		<pubDate>Sat, 13 Jun 2009 19:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-3581</guid>
		<description>&lt;a href=&quot;#comment-3573&quot; rel=&quot;nofollow&quot;&gt;@Benz&lt;/a&gt; 
&lt;blockquote cite=&quot;#commentbody-3573&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-3573&quot; rel=&quot;nofollow&quot;&gt;Benz&lt;/a&gt; :&lt;/strong&gt;
Nice example. Really shows the power of the new layout concepts in Gumbo.
One thing how would you extend the code so that the selected item is always on top? Haven`t really found a solution yet 
&lt;/blockquote&gt;

Well, as far as i know thats the z-order, i&#039;ve read somewhere about a zordering class but dont remember where!However if you see the screencast about creating a carousel with flash cs4, in www.gotoandlearn.com, from Lee Brimelow he talks about that class!:) Hope that helps!</description>
		<content:encoded><![CDATA[<p><a href="#comment-3573" rel="nofollow">@Benz</a> </p>
<blockquote cite="#commentbody-3573"><p>
<strong><a href="#comment-3573" rel="nofollow">Benz</a> :</strong><br />
Nice example. Really shows the power of the new layout concepts in Gumbo.<br />
One thing how would you extend the code so that the selected item is always on top? Haven`t really found a solution yet
</p></blockquote>
<p>Well, as far as i know thats the z-order, i&#8217;ve read somewhere about a zordering class but dont remember where!However if you see the screencast about creating a carousel with flash cs4, in <a href="http://www.gotoandlearn.com" rel="nofollow">http://www.gotoandlearn.com</a>, from Lee Brimelow he talks about that class!:) Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LyonsChen</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-3574</link>
		<dc:creator>LyonsChen</dc:creator>
		<pubDate>Tue, 02 Jun 2009 10:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-3574</guid>
		<description>Awsome!Thanks for sharing this!</description>
		<content:encoded><![CDATA[<p>Awsome!Thanks for sharing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benz</title>
		<link>http://miti.pricope.com/2009/05/29/playing-with-custom-layout-in-flex-4/comment-page-1/#comment-3573</link>
		<dc:creator>Benz</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://miti.pricope.com/?p=65#comment-3573</guid>
		<description>Nice example. Really shows the power of the new layout concepts in Gumbo.
One thing how would you extend the code so that the selected item is always on top? Haven`t really found a solution yet :-(</description>
		<content:encoded><![CDATA[<p>Nice example. Really shows the power of the new layout concepts in Gumbo.<br />
One thing how would you extend the code so that the selected item is always on top? Haven`t really found a solution yet <img src='http://miti.pricope.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

