<?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; component</title>
	<atom:link href="http://blog.arnomanders.nl/index.php/archives/category/component/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>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 find an address with Google maps Flash API</title>
		<link>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:16:34 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/how-to-find-an-address-with-google-maps-flash-api/</guid>
		<description><![CDATA[After the Flash Google maps API release I spend some time to see what is possible. I started with the documentation from Google. In there documentation they are using the latitude and longitude coordinates to set the center of your map. This is not really a human readable way to do it and personally I [...]


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>
<li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</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/how-to-find-an-address-with-google-maps-flash-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Direction of the TileList behaves strange</title>
		<link>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/direction-of-the-tilelist-behaves-strange/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 11:46:14 +0000</pubDate>
		<dc:creator>Arno Manders</dc:creator>
				<category><![CDATA[Adobe AIR]]></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[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[TileList]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/?p=140</guid>
		<description><![CDATA[I stumbled into an incorrect working function of the TileList in Flex. It looks like they swopped a few variables around. If you set the direction of the TileList to horizontal it looks like Flex doesn&#8217;t care about the option and just scolls vertical. After that I checked an Adobe quickstart guide to know sure [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</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/direction-of-the-tilelist-behaves-strange/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ImageViewer3D final release</title>
		<link>http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/</link>
		<comments>http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 12:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ImageViewer3D]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flex component]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://blog.arnomanders.nl/index.php/archives/imageviewer3d-final-release/</guid>
		<description><![CDATA[Today I&#8217;m going to release the code of ImageViewer3D like I promised before. It is not finished but I have to move on to other things. I few days ago I asked everyone to give input and because of the shortage of time I can&#8217;t put every suggestion in. Sorry for that but many thanks [...]


Related posts:<ol><li><a href='http://blog.arnomanders.nl/index.php/archives/distort-with-drawtrangles/' rel='bookmark' title='Permanent Link: Distort with drawTriangles()'>Distort with drawTriangles()</a> <small>There are a growing number of posts about the technique...</small></li>
<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/imageviewer3d-final-release/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
