<?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>Arno Manders &#187; Flex</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arnomanders.nl</link>
	<description>Flex, Flash, AIR and everything that is brand new</description>
	<lastBuildDate>Tue, 03 Aug 2010 07:50:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Distort with drawTriangles()</title>
		<link>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:10:20 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[disort]]></category>
		<category><![CDATA[drawTriangles]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[verticals]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=339</guid>
		<description><![CDATA[There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren&#8217;t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/experimental-flickr-photo-viewer/' rel='bookmark' title='Permanent Link: Experimental flickr photo viewer'>Experimental flickr photo viewer</a> <small>Not so long ago I saw a nice menu from...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calculate DataGrid height</title>
		<link>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 12:32:08 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=292</guid>
		<description><![CDATA[I have a dataset with more than 200 items. If I use that as dataprovider of a datagrid and set the rowcount to 10 the datagrid is not alway resizing to the right size. Sometimes I see 10.5 rows. This is a nice solution for that problem: ?View Code ACTIONSCRIPTdataGrid.height = measureHeightOfItems&#40;-1, dataGrid.rowCount&#41; + dataGrid.headerHeight; [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdvancedDataGrid GroupingCollection and sort</title>
		<link>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 08:45:12 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=288</guid>
		<description><![CDATA[Here an example of the advancedDataGrid. I&#8217;m using a groupingcollection to get all the data from one searchengine in one group One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the &#8220;number of visits&#8221; field and it is working for the known visit data the [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/advanceddatagrid-groupingcollection-and-sort/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>LineChart datatip with degrafa skin</title>
		<link>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:16:06 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[DataTip]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=283</guid>
		<description><![CDATA[Here is an example how you skin a DataTip from a LineChart with the help of Degrafa. Source No related posts. Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/linechart-datatip-with-degrafa-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimeDateAxis</title>
		<link>http://blog.arnomanders.nl/index.php/archives/timedateaxis/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/timedateaxis/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 14:09:32 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[TimeDateAxis]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=277</guid>
		<description><![CDATA[I&#8217;m going to try to shift the focus of my blog a little bit more to examples and away from the &#8220;I have this problem bla bla&#8221;. Well I just try to blog more because it a bit quiet here. I&#8217;m going to post some things that is useful for myself to archive and maybe [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/timedateaxis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the deal with application.parameters?</title>
		<link>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:39:38 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[application.parameters]]></category>
		<category><![CDATA[mxml]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[RemoteObject]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=269</guid>
		<description><![CDATA[I send a userId to my application to display a linechart with the application.parameter object. I get the userId parameter inside my application and can trace or alert it and I see the userId on my screen. Ok everything is working fine for now. Then I want to use the userId to call php function. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/what-is-the-deal-with-application-parameters/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DataGrid doesn&#8217;t update rowCount correctly</title>
		<link>http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 10:16:11 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[flex builder]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=252</guid>
		<description><![CDATA[I have an Bindable ArrayCollection with values and DataGrid that should show all the values (or rows) without the ugly scrollbars (I hate scrollbars). This is working correct by setting the rowCount property in DataGrid like this:  rowCount = "this.ArrayCollection.length" the tricky part is when you add items to that ArrayCollection on application run. Somehow [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/' rel='bookmark' title='Permanent Link: Calculate DataGrid height'>Calculate DataGrid height</a> <small>I have a dataset with more than 200 items. If...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/datagrid-doesnt-update-rowcount-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get the dataprovider of another Line in lineChart?</title>
		<link>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:22:42 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[DataTip]]></category>
		<category><![CDATA[datatiprenderer]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=248</guid>
		<description><![CDATA[In some cases you have 2 different XML files to show 2 different lines in a lineChart. For example you want to compare a companies incomming with another month and each month is in a different XML. In a dataTipRenderer I show the styled data but I can only access data from 1 line. My [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/calculate-datagrid-height/' rel='bookmark' title='Permanent Link: Calculate DataGrid height'>Calculate DataGrid height</a> <small>I have a dataset with more than 200 items. If...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/get-the-dataprovider-of-another-line-in-linechar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange behaviour of Tree component</title>
		<link>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/#comments</comments>
		<pubDate>Tue, 12 May 2009 08:04:33 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[flex component]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Renderers]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=234</guid>
		<description><![CDATA[I&#8217;m  making a tree like menu structure. It is already a hacky business but now I encountered another problem. And I have no clue where it is happening and if I do something wrong or Flex is messing it up. I have a Tree component that uses a tree renderer to render the items. In [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/strange-behavior-of-tree-component/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to save files from Flex to your server with PHP</title>
		<link>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:45:40 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=227</guid>
		<description><![CDATA[For my AMDawing I searched a lot for . And all the solutions that I found are too complex in my opinion. I saw all the examples with remote objects and AMFphp or ZendAMF. Finally I found the solution at thinkerlog.com. I think it is the most straight forward solution. This are the basics: First [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.arnomanders.nl/index.php/archives/how-to-save-files-from-flex-to-your-server-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
