<?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; iconField</title>
	<atom:link href="http://blog.minidx.com/tag/iconfield/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中如何通过iconField样式给LinkBar添加Icon图标的例子</title>
		<link>http://blog.minidx.com/2009/03/27/2318.html</link>
		<comments>http://blog.minidx.com/2009/03/27/2318.html#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:34:05 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[LinkBar]]></category>
		<category><![CDATA[iconField]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2318</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过iconField样式，给LinkBar添加Icon图标。
让我们先来看一下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:Array&#160;id=&#34;arr&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;Button&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; ico=&#34;@Embed('assets/Button.png')&#34;&#160;/&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;ButtonBar&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; ico=&#34;@Embed('assets/ButtonBar.png')&#34;&#160;/&#62;
&#160; &#160; &#160; &#160; &#60;mx:Object&#160;label=&#34;CheckBox&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; ico=&#34;@Embed('assets/CheckBox.png')&#34;&#160;/&#62;
&#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/03/27/2318.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用iconField属性给PopUpButton的下来菜单中添加图标的例子</title>
		<link>http://blog.minidx.com/2009/03/06/2236.html</link>
		<comments>http://blog.minidx.com/2009/03/06/2236.html#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:41:03 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[PopUpButton]]></category>
		<category><![CDATA[iconField]]></category>
		<category><![CDATA[popUp]]></category>
		<category><![CDATA[popUpStyleName]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2236</guid>
		<description><![CDATA[接下来的例子演示了Flex中Flex中如何利用iconField属性，给PopUpButton的下来菜单中添加图标
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;horizontal&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;top&#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; import mx.controls.Menu;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; [Bindable]
&#160; &#160; &#160; &#160; &#160; &#160; private var menu:Menu;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private function initMenu():void {
&#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/03/06/2236.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用getChildAt()和labelPlacement属性调整ButtonBar上按钮文本和图标相对位置的例子</title>
		<link>http://blog.minidx.com/2009/02/11/2094.html</link>
		<comments>http://blog.minidx.com/2009/02/11/2094.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:20:00 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[ButtonBar]]></category>
		<category><![CDATA[getChildAt()]]></category>
		<category><![CDATA[iconField]]></category>
		<category><![CDATA[labelPlacement]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2094</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何利用getChildAt()和labelPlacement属性，调整ButtonBar上按钮文本和图标相对位置。
让我们先来看一下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; import mx.controls.Button;
&#160; &#160; &#160; &#160; &#160; &#160; import mx.controls.ButtonLabelPlacement;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; [Bindable]
&#160; &#160; &#160; &#160; &#160; &#160; [Embed(&#34;assets/arrow_down.png&#34;)]
&#160; &#160; &#160; &#160; &#160; &#160; private [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/11/2094.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何给ButtonBar添加图标的例子</title>
		<link>http://blog.minidx.com/2009/02/08/2080.html</link>
		<comments>http://blog.minidx.com/2009/02/08/2080.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 14:56:36 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[ButtonBar]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iconField]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2080</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何给ButtonBar添加图标。
让我们先来看一下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; [Bindable]
&#160; &#160; &#160; &#160; &#160; &#160; [Embed(&#34;assets/Button.png&#34;)]
&#160; &#160; &#160; &#160; &#160; &#160; private var buttonIcon:Class;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; [Bindable]
&#160; &#160; &#160; &#160; &#160; &#160; [Embed(&#34;assets/ButtonBar.png&#34;)]
&#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/02/08/2080.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何利用iconField改变tree结构项目默认icon图标的一篇教程</title>
		<link>http://blog.minidx.com/2008/10/10/1502.html</link>
		<comments>http://blog.minidx.com/2008/10/10/1502.html#comments</comments>
		<pubDate>Fri, 10 Oct 2008 04:07:40 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[iconField]]></category>
		<category><![CDATA[Tree.]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1502</guid>
		<description><![CDATA[是否有时候会对自己Flex应用中的默认图标感到厌倦？想让自己的Flex应用更加个性化吗？除了修改Skin，通常只是改变一下图标说不定也会有意想不到的效果。在
Flex中通过设置iconField下的dropdown属性设置ComboBox控件下拉菜单项目图标的例子中我们学习过iconField的用法，下面是一篇关于Flex中如何利用iconField改变tree结构项目默认icon图标的一篇教程，有兴趣的也可以看看：








这里是地址：
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&#038;productId=2&#038;postId=11148
你可能还对下列文章感兴趣:Flex中如何给ButtonBar添加图标的例子Flex中通过设置iconField下的dropdown属性设置ComboBox控件下拉菜单项目图标的例子Flex中如何通过icon样式从SWF中指定一个Button的例子Flex中如何将Tree作为PopUpButton的弹出菜单的例子Flex中如何通过iconField样式给LinkBar添加Icon图标的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/10/1502.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 using disk
Object Caching 410/788 objects using disk

Served from: blog.minidx.com @ 2012-02-09 20:02:20 -->
