<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; FxList</title>
	<atom:link href="http://blog.minidx.com/category/flex/fxlist/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Gumbo中如何通过orientation属性设置FxList布局的例子</title>
		<link>http://blog.minidx.com/2009/07/30/2789.html</link>
		<comments>http://blog.minidx.com/2009/07/30/2789.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:48:26 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[orientation]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2789</guid>
		<description><![CDATA[接下来的Flex Gumbo中如何通过orientation属性，设置FxList布局。 








下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;FxApplication&#160;name=&#34;FxList_layout_TileLayout_orientation_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;&#62;
&#160;
&#160; &#160; &#60;Declarations&#62;
&#160; &#160; &#160; &#160; &#60;ArrayList&#160;id=&#34;arrList1&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Image&#160;source=&#34;images/ai_appicon-tn.gif&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Image&#160;source=&#34;images/air_appicon-tn.gif&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Image&#160;source=&#34;images/cf_appicon-tn.gif&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Image&#160;source=&#34;images/dw_appicon-tn.gif&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Image&#160;source=&#34;images/fl_appicon-tn.gif&#34; /&#62;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/30/2789.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何利用itemRenderer属性自定义FxList内项目的例子</title>
		<link>http://blog.minidx.com/2009/07/28/2781.html</link>
		<comments>http://blog.minidx.com/2009/07/28/2781.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:40:27 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[itemRenderer]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2781</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何利用itemRenderer属性，自定义FxList内项目。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
下面是main.mxml：
&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;FxApplication&#160;name=&#34;FxList_itemRenderer_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;&#62;
&#160; &#160; &#60;layout&#62;
&#160; &#160; &#160; &#160; &#60;BasicLayout&#160;/&#62;
&#160; &#160; &#60;/layout&#62;
&#160;
&#160; &#160; &#60;Declarations&#62;
&#160; &#160; &#160; &#160; &#60;ArrayList&#160;id=&#34;arrList&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Object&#160;firstName=&#34;Ryan&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; lastName=&#34;Frishberg&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; url=&#34;http://frishy.blogspot.com/&#34;&#160;/&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;Object&#160;firstName=&#34;Ely&#34;
&#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/28/2781.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过itemRenderer创建一个多列项FxList的例子</title>
		<link>http://blog.minidx.com/2009/07/23/2764.html</link>
		<comments>http://blog.minidx.com/2009/07/23/2764.html#comments</comments>
		<pubDate>Thu, 23 Jul 2009 12:59:02 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[itemRenderer]]></category>
		<category><![CDATA[tabStops]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2764</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过itemRenderer创建一个多列项FxList。 








下面是实现代码：
&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;FxApplication&#160;name=&#34;FxList_itemRenderer_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160; &#160; &#60;layout&#62;
&#160; &#160; &#160; &#160; &#60;BasicLayout&#160;/&#62;
&#160; &#160; &#60;/layout&#62;
&#160;
&#160; &#160; &#60;Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; private function comboBox_labelFunc(item:Object):String {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; return item.name + &#34;\t&#34; + currFormatter.format(item.price);
&#160; &#160; &#160; &#160; &#160; &#160; }
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/23/2764.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过columnCount, columnWidth, rowCount以及rowHeight属性设置FxList行数与列数的例子</title>
		<link>http://blog.minidx.com/2009/07/17/2739.html</link>
		<comments>http://blog.minidx.com/2009/07/17/2739.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:37:53 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[columnCount]]></category>
		<category><![CDATA[columnWidth]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[rowCount]]></category>
		<category><![CDATA[rowHeight]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2739</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过columnCount, columnWidth, rowCount以及rowHeight属性，设置FxList行数与列数。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;FxApplication&#160;name=&#34;FxList_layout_TileLayout_columnCount_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;FxList&#160;id=&#34;list&#34;
&#160; &#160; &#160; &#160; &#160; &#160; horizontalCenter=&#34;0&#34;
&#160; &#160; &#160; &#160; &#160; &#160; verticalCenter=&#34;0&#34;&#62;
&#160; &#160; &#160; &#160; &#60;layout&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;TileLayout&#160;columnCount=&#34;3&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; columnWidth=&#34;100&#34;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/17/2739.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何利用horizontalAlign属性设置FxList横向对齐方式的例子</title>
		<link>http://blog.minidx.com/2009/07/17/2737.html</link>
		<comments>http://blog.minidx.com/2009/07/17/2737.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 00:15:08 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxList]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[horizontalAlign]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2737</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何利用horizontalAlign属性，设置FxList横向对齐方式。 
让我们先来看一下Demo（可以点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;Application&#160;name=&#34;FxList_layout_VerticalLayout_horizontalAlign_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;ApplicationControlBar&#160;dock=&#34;true&#34;&#62;
&#160; &#160; &#160; &#160; &#60;Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;FormItem&#160;label=&#34;horizontalAlign:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;ComboBox&#160;id=&#34;comboBox&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; dataProvider=&#34;[left,center,right,justify,contentJustify]&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/17/2737.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/31 queries in 0.543 seconds using disk
Object Caching 408/798 objects using disk

Served from: blog.minidx.com @ 2012-02-10 02:57:45 -->
