<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>Alrighty Then! &#187; tips</title>
	<atom:link href="http://www.alrightythen.de/blog/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alrightythen.de/blog</link>
	<description>development notes, tech talk ...</description>
	<lastBuildDate>Mon, 21 Nov 2011 11:36:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using RSL&#8217;s to cache framework libraries</title>
		<link>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/</link>
		<comments>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 09:29:50 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=20</guid>
		<description><![CDATA[I&#8217;ve just switched from &#8220;merged into code&#8221; to &#8220;runtime shared&#8221; for framework.swc, datavisualisation.swc and rpc.swc. This brings the mere application code size from 518KB down to a very good 188KB. Only one issue popped up: You need to move up framework.swc under &#60;Project&#62;/Properties/Flex Build Path/Library Path/Flex 3 to be above datavisualisation.swc to properly resolve runtime [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2008/01/using-rsls-to-cache-framework-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charts and Performance</title>
		<link>http://www.alrightythen.de/blog/2007/11/charts-and-performance/</link>
		<comments>http://www.alrightythen.de/blog/2007/11/charts-and-performance/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 16:20:05 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maptech]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=18</guid>
		<description><![CDATA[As you might have seen in the demo, i want to display 100+ charts on a map. Until today, i created a chart-object (along with dataProvider, Series, and stuff) for every view to be displayed. This rendered the application unresponsive for some seconds, showed no progress and consumed lots of memory. While reworking my display [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/11/charts-and-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1000+ Children in a Flex-Container</title>
		<link>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/</link>
		<comments>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 17:29:00 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maptech]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=16</guid>
		<description><![CDATA[I want to add 1000+ child elements to a flex container that can be moved around with the mouse ( using startDrag / MouseEvent.MOVE). On a first try, i used a Canvas to hold the elements and a class derived from UIComponent as element. Adding 1K of children rendered the application almost completely unresponsive. I [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/11/1000-children-in-a-flex-container/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Context menu for DataGrid rows</title>
		<link>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/</link>
		<comments>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/#comments</comments>
		<pubDate>Sat, 01 Sep 2007 11:22:11 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=15</guid>
		<description><![CDATA[UPDATE: In Flex beta3 mouseTraget is set for a MENU_SELECT-event, but not for a MENU_ITEM_SELECT. Workaround: Save the mouseTarget in MENU_SELECT and reuse it in its consecutive MENU_ITEM_SELECT event. UPDATE: this will not work with AIR beta2: mouseTarget is null for MENU_SELECT_ITEM and MENU_SELECT in AIR BETA2. I&#8217;ve filed a bug at Adobe. If you [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/09/context-menu-for-datagrid-rows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex builder unable to edit .mxml and .as after crash</title>
		<link>http://www.alrightythen.de/blog/2007/08/flex-builder-unable-to-edit-mxml-and-as-after-crash/</link>
		<comments>http://www.alrightythen.de/blog/2007/08/flex-builder-unable-to-edit-mxml-and-as-after-crash/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 11:16:58 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[fuckups]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=14</guid>
		<description><![CDATA[After a crash my eclipse did not longer know how to edit .mxml- or .as-files: Unable to create this part due to an internal error. Reason for the failure: The editor class could not be instantiated. This usually indicates that the editor’s class name was mistyped in plugin.xml. The easiest solution i found is on: [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/08/flex-builder-unable-to-edit-mxml-and-as-after-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autoupdating AIR</title>
		<link>http://www.alrightythen.de/blog/2007/07/autoupdating-air/</link>
		<comments>http://www.alrightythen.de/blog/2007/07/autoupdating-air/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 13:15:40 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=6</guid>
		<description><![CDATA[Update: you can access your complete application descriptor xml in beta2 now. var VERSION:String = Shell.shell.applicationDescriptor.@version; No more need to keep version twice. When i first got my hands on Apollo alpha, i did a quick check on it&#8217;s original features. My first stop was on &#8220;autoupdate&#8221;. After downloading and inspecting what was on the [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/07/autoupdating-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A long way from Flash to AIR</title>
		<link>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/</link>
		<comments>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 06:08:26 +0000</pubDate>
		<dc:creator>ms</dc:creator>
				<category><![CDATA[AIR / Apollo]]></category>
		<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.alrightythen.de/blog/?p=5</guid>
		<description><![CDATA[I&#8217;ve been playing with Apollo/AIR for some time now and i really like it. But let&#8217;s go back in time: For years i managed to avoid first Macromedia Director (Lingo!!) and then Flash (framebased animation with almost no scripting). Then we had to finish 5 language versions of a Flash-projector (with around 100 screens) in [...]]]></description>
		<wfw:commentRss>http://www.alrightythen.de/blog/2007/07/a-long-way-from-flash-to-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

