<?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>Flex4Fun</title>
	<atom:link href="http://flex4fun.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex4fun.com</link>
	<description>Flex4 Fun .. Flex for Fun</description>
	<lastBuildDate>Tue, 30 Nov 2010 11:49:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>Flex4 ItemRenderers part1</title>
		<link>http://flex4fun.com/2010/11/30/flex4-itemrenderers-part1/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-itemrenderers-part1/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:22 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[Flex4]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[fill]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[ItemRenderer]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=366</guid>
		<description><![CDATA[ItemRenderers for MX List, Tree and DataGrid work within the following contract: * Renderer implements IListItemRenderer and optionally, IDropInListItemRenderer * Renderer has no background * Renderer gets typical lifecycle events (measure, updateDisplayList) when highlight and selection change and can then render differently if desired. * List draws highlight and selection backgrounds behind the renderer * [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-itemrenderers-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex DataGrid itemRenderer fun</title>
		<link>http://flex4fun.com/2010/11/30/flex-datagrid-itemrenderer-fun/</link>
		<comments>http://flex4fun.com/2010/11/30/flex-datagrid-itemrenderer-fun/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:21 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[Flex Event]]></category>
		<category><![CDATA[Flex3]]></category>
		<category><![CDATA[ItemRenderer]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[XMLListCollection]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=625</guid>
		<description><![CDATA[Following example show MX DataGrid  itemRenderer difference usage. assets/books.xml &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;bookstore&#62; &#60;book category="COOKING"&#62; &#60;title lang="en"&#62;Everyday Italian&#60;/title&#62; &#60;author&#62;Giada De Laurentiis&#60;/author&#62; &#60;year&#62;2005&#60;/year&#62; &#60;price&#62;30.00&#60;/price&#62; &#60;/book&#62; &#60;book category="CHILDREN"&#62; &#60;title lang="en"&#62;Harry Potter&#60;/title&#62; &#60;author&#62;J K. Rowling&#60;/author&#62; &#60;year&#62;2005&#60;/year&#62; &#60;price&#62;29.99&#60;/price&#62; &#60;/book&#62; &#60;book category="WEB"&#62; &#60;title lang="en"&#62;XQuery Kick Start&#60;/title&#62; &#60;author&#62;James McGovern&#60;/author&#62; &#60;author&#62;Per Bothner&#60;/author&#62; &#60;author&#62;Kurt Cagle&#60;/author&#62; &#60;author&#62;James Linn&#60;/author&#62; &#60;author&#62;Vaidyanathan Nagarajan&#60;/author&#62; &#60;year&#62;2003&#60;/year&#62; &#60;price&#62;49.99&#60;/price&#62; &#60;/book&#62; &#60;book [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex-datagrid-itemrenderer-fun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex4 Scroller ViewPoint Part1</title>
		<link>http://flex4fun.com/2010/11/30/flex4-scroller-viewpoint-part1/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-scroller-viewpoint-part1/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:21 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[Scroller]]></category>
		<category><![CDATA[horizontalScrollPolicy]]></category>
		<category><![CDATA[horizontalScrollPosition]]></category>
		<category><![CDATA[verticalScrollPolicy]]></category>
		<category><![CDATA[verticalScrollPosition]]></category>
		<category><![CDATA[contentHeight]]></category>
		<category><![CDATA[contentWidth]]></category>
		<category><![CDATA[ScrollerBar]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=105</guid>
		<description><![CDATA[The Spark Scroller component provides a conventional GUI for scrolling a viewport interactively. It displays a pair of vertical and horizontal scrollbars whose thumb positions define the X and Y origin of the clipping rectangle. By default, the scrollbars are only shown when they are needed. Following Image show what mean of width, height, contentWidth, [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-scroller-viewpoint-part1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex4 Navigation Menu using state and timer</title>
		<link>http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timer/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timer/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[Animate]]></category>
		<category><![CDATA[BorderContainer]]></category>
		<category><![CDATA[depth]]></category>
		<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[showEffect]]></category>
		<category><![CDATA[SimpleMotionPath]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=506</guid>
		<description><![CDATA[Following example how use state and timer create Navigation Menu. comp/MyCover.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;s:Graphic xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="330" height="80" &#62; &#60;s:Path data="M 0 0 L 300 0 L 330 40 L 300 80 L 0 80 L 0 0 " &#62; &#60;s:filters&#62; &#60;s:DropShadowFilter blurX="20" blurY="20" alpha="0.5" distance="5" angle="45"/&#62; &#60;/s:filters&#62; &#60;s:stroke&#62; &#60;mx:LinearGradientStroke weight="1"&#62; &#60;mx:GradientEntry color="0x000000" [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-navigation-menu-using-state-and-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex4 ComboBox only prompt with image display</title>
		<link>http://flex4fun.com/2010/11/30/flex4-combobox-only-prompt-with-image-display/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-combobox-only-prompt-with-image-display/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[Flex4]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[close]]></category>
		<category><![CDATA[textInput]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=375</guid>
		<description><![CDATA[Following example show how to remove skinClass from ComboBox. FAQ0909_1.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!--created:Sep 9, 2010 file:FAQ0909.mxml author:Michael --&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" viewSourceURL="srcview/index.html"&#62; &#60;fx:Script&#62; &#60;![CDATA[ import mx.collections.ArrayCollection; import mx.events.FlexEvent; import spark.events.DropDownEvent; private var arr:Array=[{label:"Red"},{label:"Orange"},{label:"Yellow"},{label:"Blue"},{label:"Green"}]; [Bindable] private var myData:ArrayCollection=new ArrayCollection(arr); protected function combobox1_creationCompleteHandler(event:FlexEvent):void { this.cb.textInput.text="Please Select"; } protected function cb_closeHandler(event:DropDownEvent):void { this.cb.setStyle("skinClass",undefined); } ]]&#62; &#60;/fx:Script&#62; [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-combobox-only-prompt-with-image-display/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flex4 Font Embed and blendMode</title>
		<link>http://flex4fun.com/2010/11/30/flex4-font-embed-and-blendmode/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-font-embed-and-blendmode/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:19 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[blendMode]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[VideoDisplay]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=592</guid>
		<description><![CDATA[Following simple example show how use font Embed and blendMode create a magic text . blendMode has following option add alpha difference erase hardlight invert layer lighten multiply normal overlay screen shader subtract &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!--created:Oct 31, 2010 file:BlendExample1.mxml author:Michael --&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" viewSourceURL="srcview/index.html" backgroundColor="0"&#62; &#60;s:layout&#62; &#60;s:VerticalLayout horizontalAlign="center" verticalAlign="middle"/&#62; &#60;/s:layout&#62; &#60;fx:Style&#62; @namespace [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-font-embed-and-blendmode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex4 DropDownList with itemRenderer</title>
		<link>http://flex4fun.com/2010/11/30/flex4-dropdownlist-with-itemrenderer/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-dropdownlist-with-itemrenderer/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:19 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[Flex4]]></category>
		<category><![CDATA[DropDownList]]></category>
		<category><![CDATA[ItemRenderer]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=323</guid>
		<description><![CDATA[Following example show  DropDownList with itemRenderer. comp/MyDropDownListItemRenerer.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" autoDrawBackground="true"&#62; &#60;s:states&#62; &#60;s:State name="normal"/&#62; &#60;s:State name="hovered"/&#62; &#60;s:State name="selected"/&#62; &#60;/s:states&#62; &#60;s:Label text="{data.label}" backgroundColor.selected="black" color.selected="white" backgroundColor.hovered="red" color.hovered="white" fontWeight.hovered="bold" width="100%" height="25" paddingLeft="5" paddingTop="5"/&#62; &#60;/s:ItemRenderer&#62; DropDownListDemo3.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!--created:Aug 26, 2010 file:DropDownListDemo3.mxml author:Michael --&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" viewSourceURL="srcview/index.html"&#62; &#60;fx:Style&#62; @namespace s "library://ns.adobe.com/flex/spark"; s&#124;DropDownList [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-dropdownlist-with-itemrenderer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex4 Tree openDuration and openEasingFunction</title>
		<link>http://flex4fun.com/2010/11/30/flex4-tree-openduration-and-openeasingfunction/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-tree-openduration-and-openeasingfunction/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:18 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[openDuration]]></category>
		<category><![CDATA[openEasingFunction]]></category>
		<category><![CDATA[showRoot]]></category>
		<category><![CDATA[Tree]]></category>
		<category><![CDATA[XMLList]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=552</guid>
		<description><![CDATA[Following example show Tree openDuration and openEasingFunction usage. TreeDemo1.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!--created:Oct 24, 2010 file:TreeDemo1.mxml author:Michael --&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" viewSourceURL="srcview/index.html"&#62; &#60;fx:Script&#62; &#60;![CDATA[ import mx.events.ListEvent; import mx.effects.easing.Circular; [Bindable] public var selectedNode:XML; protected function myTree_itemClickHandler(e:ListEvent):void { selectedNode=Tree(e.target).selectedItem as XML; } ]]&#62; &#60;/fx:Script&#62; &#60;fx:Declarations&#62; &#60;fx:XMLList id="treeData"&#62; &#60;node label="Mail Box"&#62; &#60;node label="Inbox"&#62; &#60;node label="Marketing"/&#62; &#60;node label="Product [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-tree-openduration-and-openeasingfunction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex4 CheckBox change selected color</title>
		<link>http://flex4fun.com/2010/11/30/flex4-checkbox-change-selected-color/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-checkbox-change-selected-color/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:18 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[symbolColor]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=278</guid>
		<description><![CDATA[Following example show how to change CheckBox selected color use symbolColor. &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" viewSourceURL="srcview/index.html"&#62; &#60;s:layout&#62; &#60;s:VerticalLayout horizontalAlign="center" verticalAlign="middle"/&#62; &#60;/s:layout&#62; &#60;s:VGroup&#62; &#60;s:CheckBox label="CheckBox1" symbolColor="green" selected="true"/&#62; &#60;s:CheckBox label="CheckBox2" symbolColor="red" selected="true"/&#62; &#60;s:CheckBox label="CheckBox3" symbolColor="0xfa8406" selected="true"/&#62; &#60;/s:VGroup&#62; &#60;/s:Application&#62; Demo and Source Originally posted 2010-08-06 06:47:19.]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-checkbox-change-selected-color/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex4 RollOver and RollOut using Animate with easing</title>
		<link>http://flex4fun.com/2010/11/30/flex4-rollover-and-rollout-using-animate-with-easing/</link>
		<comments>http://flex4fun.com/2010/11/30/flex4-rollover-and-rollout-using-animate-with-easing/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 11:49:17 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Flex4]]></category>
		<category><![CDATA[RollOut]]></category>
		<category><![CDATA[RollOver]]></category>
		<category><![CDATA[addElement]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[Animate]]></category>
		<category><![CDATA[backgroundImage]]></category>
		<category><![CDATA[BorderContainer]]></category>
		<category><![CDATA[easing]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Linear]]></category>
		<category><![CDATA[removeElement]]></category>
		<category><![CDATA[setStyle]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://flex4fun.com/?p=502</guid>
		<description><![CDATA[Following example show using Animate with easing during MouseEvent.ROLL_OVER and MouseEvent.ROLL_OUT event . FLEX4EffectExample1.mxml &#60;?xml version="1.0" encoding="utf-8"?&#62; &#60;!--created:Oct 6, 2010 file:FLEX4EffectExample1.mxml author:Michael --&#62; &#60;s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" backgroundColor="0" xmlns:comp="comp.*" viewSourceURL="srcview/index.html"&#62; &#60;s:layout&#62; &#60;s:VerticalLayout verticalAlign="middle" horizontalAlign="center"/&#62; &#60;/s:layout&#62; &#60;fx:Declarations&#62; &#60;s:Animate id="myAnimate" duration="800" easer="{this.linearEasing}"&#62; &#60;s:SimpleMotionPath property="height" valueFrom="0" valueTo="50"/&#62; &#60;/s:Animate&#62; &#60;s:Animate id="myAnimate1" duration="600" easer="{this.linearEasing}"&#62; &#60;s:SimpleMotionPath property="height" valueFrom="50" valueTo="0"/&#62; &#60;/s:Animate&#62; &#60;s:Linear [...]]]></description>
		<wfw:commentRss>http://flex4fun.com/2010/11/30/flex4-rollover-and-rollout-using-animate-with-easing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

