<?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; Component</title>
	<atom:link href="http://blog.minidx.com/tag/component/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中如何自定义CheckBox作为List数据提供源的例子</title>
		<link>http://blog.minidx.com/2009/03/09/2266.html</link>
		<comments>http://blog.minidx.com/2009/03/09/2266.html#comments</comments>
		<pubDate>Mon, 09 Mar 2009 00:34:28 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[List]]></category>
		<category><![CDATA[ArrayCollection]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[collectionChange]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[itemRenderer]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2266</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何自定义CheckBox作为List数据提供源。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; xmlns:vo=&#34;*&#34;
&#160; &#160; &#160; &#160; layout=&#34;horizontal&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;
&#160; &#160; &#160; &#160; creationComplete=&#34;init();&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import mx.events.CollectionEvent;
&#160; &#160; &#160; &#160; &#160; &#160; import mx.utils.ObjectUtil;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private function init():void {
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/03/09/2266.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex的允许多项选择的弹出窗口控件</title>
		<link>http://blog.minidx.com/2008/08/18/1270.html</link>
		<comments>http://blog.minidx.com/2008/08/18/1270.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 09:12:20 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[CookBook]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[弹出窗口]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1270</guid>
		<description><![CDATA[Flex中并没有现成的控件让我们在弹出窗口中进行多项选择，要实现这样的功能一般需要对那些选中的数据在某处保存，当然这样的处理可以解决问题，不过需要做比较多的无用功。Flex cookbook上有人写了一个扩展的component，很好地解决了这一问题。需要这样功能的朋友们可以省点力气了，直接拿来用就OK了。








这是截图：

下面是文章地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=10343
你可能还对下列文章感兴趣:Flex/AIR中如何以Byte为单位读取BMP格式图片的代码经典Flex教程：如何创建自己的Flex组件Flex应用大小被调整(resize)时弹出窗口居中设置的例子包含所有Flex文档的ZIP文件(52MB)中文版Adobe® Flex® 4 Beta 语言参考已经上线了]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/18/1270.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中利用自定义项提供源在ComboBox下拉菜单中显示不同字体的例子</title>
		<link>http://blog.minidx.com/2008/08/01/1201.html</link>
		<comments>http://blog.minidx.com/2008/08/01/1201.html#comments</comments>
		<pubDate>Fri, 01 Aug 2008 12:56:57 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[fontFamily]]></category>
		<category><![CDATA[itemRenderer]]></category>
		<category><![CDATA[字体]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/01/1201.html</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用自定义项提供源，在ComboBox下拉菜单中显示不同字体。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整实现代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;top&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ArrayCollection&#160;id=&#34;arrColl&#34;
&#160; &#160; &#160; &#160; &#160; &#160; source=&#34;{Font.enumerateFonts(true)}&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:sort&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Sort&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:fields&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:SortField&#160;name=&#34;fontName&#34; /&#62;
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/01/1201.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>经典Flex教程：如何创建自己的Flex组件</title>
		<link>http://blog.minidx.com/2008/07/01/1019.html</link>
		<comments>http://blog.minidx.com/2008/07/01/1019.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 16:57:04 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Macromedia]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/01/1019.html</guid>
		<description><![CDATA[和前面的Flex中在运行时加载Skins的教程一样，是一篇&#8220;很老&#8221;的教程，不过同样很是经典。代码＋说明＋在线Demo还有必要的ScreenShot，我很喜欢这样的文章，让人很容易明白文章的细节。发表在Peter在macromedia的Blog上，有兴趣的可以拿出来读一读，初学者照着例子做，学会如何创建自己的Flex组件，高手阅读则学习这种写作的方法&#8211;如何将自己所掌握的，以一种更为贴切的方式展现给各个不同水平的阅读者。   ， 文章在这里：








http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.html
你可能还对下列文章感兴趣:Flex中实现俄罗斯方块的教程（附源代码）Auzn经典作品&#8211;扇形菜单Flex中如何读取XML文件内容的教程（非常详细！）Flex的允许多项选择的弹出窗口控件Jam-Packed&#8211;一款非常经典的Flex Style Explorer]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/01/1019.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/28 queries in 0.570 seconds using disk
Object Caching 359/711 objects using disk

Served from: blog.minidx.com @ 2012-02-09 19:32:33 -->
