<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Migrating From Flex 3 to Flash Builder 4: mx.core.Application</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ved</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-1101</link>
		<dc:creator>Ved</dc:creator>
		<pubDate>Mon, 04 Apr 2011 03:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-1101</guid>
		<description>Thank you very much! o/</description>
		<content:encoded><![CDATA[<p>Thank you very much! o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-152</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 12 Nov 2010 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-152</guid>
		<description>@jucelio odd, have you  tried pulling the parameters into an object and seeing if they exist?</description>
		<content:encoded><![CDATA[<p>@jucelio odd, have you  tried pulling the parameters into an object and seeing if they exist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jucelio</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-151</link>
		<dc:creator>Jucelio</dc:creator>
		<pubDate>Fri, 12 Nov 2010 16:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-151</guid>
		<description>how to use FlexGlobals to get URL parameters.

In deprecated version was:

var filename:String = Application.application.parameters.filename;

but this mode don&#039;t work in flex 4.1.

How i do it?</description>
		<content:encoded><![CDATA[<p>how to use FlexGlobals to get URL parameters.</p>
<p>In deprecated version was:</p>
<p>var filename:String = Application.application.parameters.filename;</p>
<p>but this mode don&#8217;t work in flex 4.1.</p>
<p>How i do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-150</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Wed, 29 Sep 2010 14:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-150</guid>
		<description>I&#039;m not sure what your issue is. You can still use all the fx3 components that you previously used in your fx4 applications. If you are needing to add these styles to your components you can either &lt;a href=&quot;http://unitedmindset.com/jonbcampos/2009/07/02/flex-4-spark-skinning/&quot; rel=&quot;nofollow&quot;&gt;skin them&lt;/a&gt; or you can extend the components and add the styles. Please let me know more about the issues you are having.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what your issue is. You can still use all the fx3 components that you previously used in your fx4 applications. If you are needing to add these styles to your components you can either <a href="http://unitedmindset.com/jonbcampos/2009/07/02/flex-4-spark-skinning/" rel="nofollow">skin them</a> or you can extend the components and add the styles. Please let me know more about the issues you are having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitika Agarwal</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-149</link>
		<dc:creator>Nitika Agarwal</dc:creator>
		<pubDate>Wed, 29 Sep 2010 06:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-149</guid>
		<description>Hi,

I am Nitika Agarwal. Even I am working on flex and shifting my entire application from flex 3.5 to Flex 4.0. Your blog has been really helpful.

I am using lots of styling for my components which I cannot afford to change now because its a huge application and its client dependent. So I cannot change the look and field of it. I need to workaround of some styles for some controls like TextInput, Checkbox, Button. Please can you help me. Following is the list of controls for which I need a workaround.

Button – &gt; fillColor, fillApha

Canvas -&gt; borderThickness

ComboBox -&gt; borderColor, fillColor, fillApha

TextArea -&gt; backgroundColor, backgroundAlpha, cornerRadius

TextInput -&gt; backgroundColor, backgroundAlpha,

All these properties are not allowed in mxml components and they are giving warnings in CSS files also. I have included namespaces also in the beginning of CSS file as:

@namespace “http://www.adobe.com/2006/mxml”;

@namespace mx “library://ns.adobe.com/flex/mx”;

@namespace fx “library://ns.adobe.com/flex/spark”;

@namespace flexlib “http://code.google.com/p/flexlib/”;

But it still gives the warnings and UI is not same as before. I am using FLex $ SDK with MX+Spark component set and Flex compatibility mode is unchecked.

Please help.

Thanks
Nitika</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am Nitika Agarwal. Even I am working on flex and shifting my entire application from flex 3.5 to Flex 4.0. Your blog has been really helpful.</p>
<p>I am using lots of styling for my components which I cannot afford to change now because its a huge application and its client dependent. So I cannot change the look and field of it. I need to workaround of some styles for some controls like TextInput, Checkbox, Button. Please can you help me. Following is the list of controls for which I need a workaround.</p>
<p>Button – &gt; fillColor, fillApha</p>
<p>Canvas -&gt; borderThickness</p>
<p>ComboBox -&gt; borderColor, fillColor, fillApha</p>
<p>TextArea -&gt; backgroundColor, backgroundAlpha, cornerRadius</p>
<p>TextInput -&gt; backgroundColor, backgroundAlpha,</p>
<p>All these properties are not allowed in mxml components and they are giving warnings in CSS files also. I have included namespaces also in the beginning of CSS file as:</p>
<p>@namespace “http://www.adobe.com/2006/mxml”;</p>
<p>@namespace mx “library://ns.adobe.com/flex/mx”;</p>
<p>@namespace fx “library://ns.adobe.com/flex/spark”;</p>
<p>@namespace flexlib “http://code.google.com/p/flexlib/”;</p>
<p>But it still gives the warnings and UI is not same as before. I am using FLex $ SDK with MX+Spark component set and Flex compatibility mode is unchecked.</p>
<p>Please help.</p>
<p>Thanks<br />
Nitika</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-148</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-148</guid>
		<description>yup makes sense.  may be a good time for me to get into as3signals. :)</description>
		<content:encoded><![CDATA[<p>yup makes sense.  may be a good time for me to get into as3signals. <img src='http://www.unitedmindset.com/jonbcampos/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-147</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-147</guid>
		<description>@jeff For that the answer is simple, use events. The component shouldn&#039;t be calling functions of its parent. Instead it should release an event that says &quot;login&quot; and the main event will be listening for that event. When the event handler receives the event then it will be time for the main application to handle it&#039;s logic and make state changes as necessary.

HTH</description>
		<content:encoded><![CDATA[<p>@jeff For that the answer is simple, use events. The component shouldn&#8217;t be calling functions of its parent. Instead it should release an event that says &#8220;login&#8221; and the main event will be listening for that event. When the event handler receives the event then it will be time for the main application to handle it&#8217;s logic and make state changes as necessary.</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-146</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-146</guid>
		<description>Maybe the problem statement can be best summarized by saying &#039; How to best call functions in parent app mxml file from components?&#039;</description>
		<content:encoded><![CDATA[<p>Maybe the problem statement can be best summarized by saying &#8216; How to best call functions in parent app mxml file from components?&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-145</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-145</guid>
		<description>The specific example I am taking about is having a LoginScreen (which is an mxml component) that checks to see if you are logged in, then will change the application state (in the main application MXML file) to show a datagrid (another separate MXML component file).  Just trying to work through best practices on how to architect my app, how to separate it into different parts, where to have the actionscript etc...

code example (simplifying my problem, 2 components trying to change app currentState) here:

www.jeffguthrie.com/dl/temp/StateManagment.fxp.zip</description>
		<content:encoded><![CDATA[<p>The specific example I am taking about is having a LoginScreen (which is an mxml component) that checks to see if you are logged in, then will change the application state (in the main application MXML file) to show a datagrid (another separate MXML component file).  Just trying to work through best practices on how to architect my app, how to separate it into different parts, where to have the actionscript etc&#8230;</p>
<p>code example (simplifying my problem, 2 components trying to change app currentState) here:</p>
<p><a href="http://www.jeffguthrie.com/dl/temp/StateManagment.fxp.zip" rel="nofollow">http://www.jeffguthrie.com/dl/temp/StateManagment.fxp.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Campos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/06/06/migrating-from-flex-3-to-flash-builder-4-mxcoreapplication/#comment-144</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=393#comment-144</guid>
		<description>Also, think about using events more. If you are referencing your application in a component to execute a function, more than likely you need to make an event that the component releases, then the application&#039;s event handlers can handle that event for the action that took place.</description>
		<content:encoded><![CDATA[<p>Also, think about using events more. If you are referencing your application in a component to execute a function, more than likely you need to make an event that the component releases, then the application&#8217;s event handlers can handle that event for the action that took place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

