<?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: Recreating Ely’s Flex 4 List Component Series: Part 2</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<pubDate>Tue, 06 Jan 2009 20:24:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-447</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-447</guid>
		<description>thanks much. looking forward to the update. hopefully by next week there won't be any significant API updates though!</description>
		<content:encoded><![CDATA[<p>thanks much. looking forward to the update. hopefully by next week there won&#8217;t be any significant API updates though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-446</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-446</guid>
		<description>Oh sorry forgot you were trying to run my code, haha.  The APIs have significantly changed so I'll have to revisit this older code later and update it.  I'll try to do it next week.</description>
		<content:encoded><![CDATA[<p>Oh sorry forgot you were trying to run my code, haha.  The APIs have significantly changed so I&#8217;ll have to revisit this older code later and update it.  I&#8217;ll try to do it next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-444</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-444</guid>
		<description>Hi Greg,

Here is the code:

http://pastie.org/298098

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Here is the code:</p>
<p><a href="http://pastie.org/298098" rel="nofollow">http://pastie.org/298098</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-430</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Wed, 22 Oct 2008 00:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-430</guid>
		<description>Put your full code up on &lt;a href="http://www.pastie.org" rel="nofollow"&gt;pastie.org&lt;/a&gt; and put it here or email me the link.</description>
		<content:encoded><![CDATA[<p>Put your full code up on <a href="http://www.pastie.org" rel="nofollow">pastie.org</a> and put it here or email me the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-429</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-429</guid>
		<description>Sorry the error message for the List tag is:
"Component may not have both a text initializer and attributes." instead.

Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry the error message for the List tag is:<br />
&#8220;Component may not have both a text initializer and attributes.&#8221; instead.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-428</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-428</guid>
		<description>Hi Greg,

Thanks very much for the reply.

Now the compiler doesn't complain about the "layout" part! But I still get error for &#60;List bottom="20" top="10" left="10" right="20" itemRenderer="skins.ItemRenderer3"&#62;{customers} &#60;/List&#62; it says 
"Initializer for 'layout': values of type mx.layout.LayoutBase cannot be represented in text."

Also, are these constantly updated APIs documented somewhere on a public domain?

Regards,</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Thanks very much for the reply.</p>
<p>Now the compiler doesn&#8217;t complain about the &#8220;layout&#8221; part! But I still get error for &lt;List bottom=&#8221;20&#8243; top=&#8221;10&#8243; left=&#8221;10&#8243; right=&#8221;20&#8243; itemRenderer=&#8221;skins.ItemRenderer3&#8243;&gt;{customers} &lt;/List&gt; it says<br />
&#8220;Initializer for &#8216;layout&#8217;: values of type mx.layout.LayoutBase cannot be represented in text.&#8221;</p>
<p>Also, are these constantly updated APIs documented somewhere on a public domain?</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-421</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Tue, 21 Oct 2008 01:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-421</guid>
		<description>Sorry, I forgot that you must also now do &#60;FxApplication&#62; instead of &#60;Application&#62; since the namespaces have been merged.  Using that, you specify the layout as a child tag of &#60;FxApplication&#62; as follows:

&#60;layout&#62;&#60;HorizontalLayout /&#62;&#60;/layout&#62;</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot that you must also now do &lt;FxApplication&gt; instead of &lt;Application&gt; since the namespaces have been merged.  Using that, you specify the layout as a child tag of &lt;FxApplication&gt; as follows:</p>
<p>&lt;layout&gt;&lt;HorizontalLayout /&gt;&lt;/layout&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Jastrab</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-416</link>
		<dc:creator>Greg Jastrab</dc:creator>
		<pubDate>Mon, 20 Oct 2008 02:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-416</guid>
		<description>There have been some API changes.  You can specify it in the older style by doing layout="horizontal".</description>
		<content:encoded><![CDATA[<p>There have been some API changes.  You can specify it in the older style by doing layout=&#8221;horizontal&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-412</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-412</guid>
		<description>the site seems to trimmed of the code:)

1.  &#60;TextGraphic fontSize="20" fontWeight="bold"&#62;{data.firstName}&#60;/TextGraphic"&#62;

2.  &#60;Group id="contentHolder" bottom="3" top="3" left="0" right="0"
               layout="flex.layout.HorizontalLayout"&#62;</description>
		<content:encoded><![CDATA[<p>the site seems to trimmed of the code:)</p>
<p>1.  &lt;TextGraphic fontSize=&#8221;20&#8243; fontWeight=&#8221;bold&#8221;&gt;{data.firstName}&lt;/TextGraphic&#8221;&gt;</p>
<p>2.  &lt;Group id=&#8221;contentHolder&#8221; bottom=&#8221;3&#8243; top=&#8221;3&#8243; left=&#8221;0&#8243; right=&#8221;0&#8243;<br />
               layout=&#8221;flex.layout.HorizontalLayout&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maohao</title>
		<link>http://blog.smartlogicsolutions.com/2008/08/19/recreating-ely%e2%80%99s-flex-4-list-component-series-part-2/comment-page-1/#comment-411</link>
		<dc:creator>maohao</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=154#comment-411</guid>
		<description>Hi Greg,

Thanks for the posts!

I just downloaded the nightly build (4.0.0.3669) SDK. Your code is not compiling in my FB. Not sure if it's something on my side or if it's the API changed;)

1. "Component may not have both a text initializer and attributes. " for things like   ;

2. "Initializer for 'layout': values of type mx.layout.LayoutBase cannot be represented in text." for things like 

Best</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>Thanks for the posts!</p>
<p>I just downloaded the nightly build (4.0.0.3669) SDK. Your code is not compiling in my FB. Not sure if it&#8217;s something on my side or if it&#8217;s the API changed;)</p>
<p>1. &#8220;Component may not have both a text initializer and attributes. &#8221; for things like   ;</p>
<p>2. &#8220;Initializer for &#8216;layout&#8217;: values of type mx.layout.LayoutBase cannot be represented in text.&#8221; for things like </p>
<p>Best</p>
]]></content:encoded>
	</item>
</channel>
</rss>
