<?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; FlexLib</title>
	<atom:link href="http://blog.minidx.com/tag/flexlib/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的Accordion控件中如何通过设置openDuration样式设定打开/切换的时间长短的例子</title>
		<link>http://blog.minidx.com/2008/05/08/832.html</link>
		<comments>http://blog.minidx.com/2008/05/08/832.html#comments</comments>
		<pubDate>Thu, 08 May 2008 12:57:20 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[FlexLib]]></category>
		<category><![CDATA[openDuration]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/05/08/832.html</guid>
		<description><![CDATA[在前面的出色的Flex开源组件库FlexLib中，曾经提到FlexLib的Horizontal Accordion比较类似的，接下来的例子中演示了Accordion控件中如何通过设置openDuration样式设定打开/切换的时间长短。
让我们先来看一下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;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; private function init():void {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; slider.value = accordion.getStyle(&#34;openDuration&#34;);
&#160; &#160; &#160; &#160; &#160; &#160; }
&#160; &#160; &#160; &#160; ]]&#62;
&#160; &#160; &#60;/mx:Script&#62;
&#160;
&#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/05/08/832.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>出色的Flex开源组件库FlexLib</title>
		<link>http://blog.minidx.com/2008/02/29/523.html</link>
		<comments>http://blog.minidx.com/2008/02/29/523.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 12:22:59 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[FlexLib]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[组件库]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/02/29/523.html</guid>
		<description><![CDATA[从开始使用Flex的时候起就知道flexlib，不过最近才知道flexlib原来是Adobe的几个人发起的。
flexlib是一个非常不错的Flex开源组件库，该项目的目标是为大家提供一个高质量的Flex UI组件库。从发起的flexBox，JAM,Flex cookbook等少数的几个组件，发展到目前已经相当齐全了&#8211;至少一些常用的组件都已经包括在里面了。








目前主要已经有了AdvancedForm, Base64Image, EnhancedButtonSkin, CanvasButton, ConvertibleTreeList, Draggable Slider, Fire, Highlighter, HorizontalAxisDataSelector IconLoader, ImageMap, PromptingTextArea, PromptingTextInput, Scrollable Menu Controls, SuperTabNavigator, Alternative Scrolling Canvases, Horizontal Accordion, TreeGrid, FlowBox, Docking ToolBar, Flex Scheduling Framework等众多组件，更具体的列表可以看这里，另外flexLib还有一个讨论组可以交流。
记得在Ntt.cc发表open source Flex project list之后随即引来了Adobe的员工，众多方面都表明Adobe公司在进行Flex推广上可真是煞费苦心，并且大举迎合开源社区人员，如果你有什么小作品的话，倒是可以申请添加到flexLib项目中，至少从目前看来能够被加入的组件的作者，都是一些非常优秀的开发人员。
你可能还对下列文章感兴趣:中文版Adobe® Flex® 4 Beta 语言参考已经上线了HTML5对Adobe Flex/Flash的冲击Adobe MAX 2008 Flex/AIR方面部分讲稿打包下载一篇关于Adobe Flash，Adobe Flex，Adobe AIR以及Microsoft Silverlight几款产品比较的精彩文章关于Cocomo的介绍以及一篇关于Flex+Cocomo的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/02/29/523.html/feed</wfw:commentRss>
		<slash:comments>6</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 using disk
Object Caching 218/440 objects using disk

Served from: blog.minidx.com @ 2012-02-09 18:37:05 -->
