<?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/"
	>

<channel>
	<title>Balázs Sebestény's Blog &#187; flex</title>
	<atom:link href="http://balazs.sebesteny.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://balazs.sebesteny.com</link>
	<description>flash and flex developer</description>
	<pubDate>Tue, 08 Dec 2009 23:56:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[MessagingError message=''null' is not a valid destination.']</title>
		<link>http://balazs.sebesteny.com/messagingerror-messagenull-is-not-a-valid-destination/</link>
		<comments>http://balazs.sebesteny.com/messagingerror-messagenull-is-not-a-valid-destination/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 23:56:16 +0000</pubDate>
		<dc:creator>sebi</dc:creator>
		
		<category><![CDATA[flex]]></category>

		<category><![CDATA[bug]]></category>

		<category><![CDATA[conditional compilation]]></category>

		<category><![CDATA[remoteobject]]></category>

		<category><![CDATA[sdk]]></category>

		<category><![CDATA[services-config]]></category>

		<guid isPermaLink="false">http://balazs.sebesteny.com/?p=478</guid>
		<description><![CDATA[Remoting again &#8230;
Ingredients: service-config.xml, RemoteObject, constants for conditional compile, flex_sdk_3.4.0.6955
Result: [MessagingError message=''null' is not a valid destination.']

I always try to find the easiest way to fit our projects to multiple environments with the less need of modifications in the source. The location of the remoting gateways is a typical variable. Specially when I have lots [...]]]></description>
		<wfw:commentRss>http://balazs.sebesteny.com/messagingerror-messagenull-is-not-a-valid-destination/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DataGridEvent.ITEM_EDIT_END</title>
		<link>http://balazs.sebesteny.com/datagrideventitem_edit_end/</link>
		<comments>http://balazs.sebesteny.com/datagrideventitem_edit_end/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:55:07 +0000</pubDate>
		<dc:creator>sebi</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[flex]]></category>

		<category><![CDATA[DataGrid]]></category>

		<category><![CDATA[event]]></category>

		<category><![CDATA[priority]]></category>

		<guid isPermaLink="false">http://balazs.sebesteny.com/?p=474</guid>
		<description><![CDATA[Just a quick note. I had to validate the sum of a DataGrid column after the user enters some quantities. The solution seemed to be obvious, but needs some tricking.

My first thought was create an event handler for the DataGridEvent.ITEM_EDIT_END event of the DataGrid, calculate the sum, and bind the enabled state of the Submit [...]]]></description>
		<wfw:commentRss>http://balazs.sebesteny.com/datagrideventitem_edit_end/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Continuous Integration enviroment for Flex with Hudson ( 4 )</title>
		<link>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-4/</link>
		<comments>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-4/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:05:00 +0000</pubDate>
		<dc:creator>sebi</dc:creator>
		
		<category><![CDATA[flex]]></category>

		<category><![CDATA[ant]]></category>

		<category><![CDATA[ci]]></category>

		<category><![CDATA[Continuous Integration]]></category>

		<category><![CDATA[hudson]]></category>

		<guid isPermaLink="false">http://balazs.sebesteny.com/?p=448</guid>
		<description><![CDATA[One of our projects reached the level of complexity by both the term of prebase and developer-hours that we decided to go for a test ride with a CI ( Continuous Integration ) server.

Config Hudson for real projects
Before we start to configure Hudson, let&#8217;s prepare a Flex project. Since we want Hudson to automatically build [...]]]></description>
		<wfw:commentRss>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Continuous Integration enviroment for Flex with Hudson ( 3 )</title>
		<link>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-3/</link>
		<comments>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-3/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 21:20:55 +0000</pubDate>
		<dc:creator>sebi</dc:creator>
		
		<category><![CDATA[flex]]></category>

		<category><![CDATA[ant]]></category>

		<category><![CDATA[ci]]></category>

		<category><![CDATA[Continuous Integration]]></category>

		<category><![CDATA[hudson]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://balazs.sebesteny.com/?p=427</guid>
		<description><![CDATA[One of our projects reached the level of complexity by both the term of prebase and developer-hours that we decided to go for a test ride with a CI ( Continuous Integration ) server.

Prepare for Flex
We left our build server in a  blank state, starting with the operating system. Now let&#8217;s go and prepare [...]]]></description>
		<wfw:commentRss>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating a Continuous Integration enviroment for Flex with Hudson ( 2 )</title>
		<link>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-2/</link>
		<comments>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-2/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:08:49 +0000</pubDate>
		<dc:creator>sebi</dc:creator>
		
		<category><![CDATA[flex]]></category>

		<category><![CDATA[ant]]></category>

		<category><![CDATA[ci]]></category>

		<category><![CDATA[Continuous Integration]]></category>

		<category><![CDATA[hudson]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://balazs.sebesteny.com/?p=419</guid>
		<description><![CDATA[One of our projects reached the level of complexity by both the term of codebase and developer-hours that we decided to go for a test ride with a CI ( Continuous Integration ) server.

So we have all the prefaces to run our general build server, it&#8217;s time to fine tune it.
Preparing Hudson
We saw that our [...]]]></description>
		<wfw:commentRss>http://balazs.sebesteny.com/creating-a-continuous-integration-enviroment-for-flex-with-hudson-2/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
