<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Jonathan Campos' Blog</title>
	
	<link>http://www.unitedmindset.com/jonbcampos</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>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForUnitedmindset" /><feedburner:info uri="commentsforunitedmindset" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Flex Best Practices – Models, Views, and Controllers by Wilson Silva</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/XhVQ9NFjAnQ/</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1640</guid>
		<description>Right now I have a view, a controller, a model and another class that handles URLRequests. When that class is requesting something and when that class finishes requesting something it should update a button label in the view ("Refreshing", "Refresh"). At the moment I'm learning Robotlegs to see if it helps improving my coding skills.</description>
		<content:encoded><![CDATA[<p>Right now I have a view, a controller, a model and another class that handles URLRequests. When that class is requesting something and when that class finishes requesting something it should update a button label in the view (&#8220;Refreshing&#8221;, &#8220;Refresh&#8221;). At the moment I&#8217;m learning Robotlegs to see if it helps improving my coding skills.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1640</feedburner:origLink></item>
	<item>
		<title>Comment on Flex Best Practices – Models, Views, and Controllers by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/G_8oRboGJHc/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1638</guid>
		<description>@Wilson can you not just have one controller per view? Usually those are 1 to 1.</description>
		<content:encoded><![CDATA[<p>@Wilson can you not just have one controller per view? Usually those are 1 to 1.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1638</feedburner:origLink></item>
	<item>
		<title>Comment on Flex Best Practices – Models, Views, and Controllers by Wilson Silva</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/ArbgbNsp9ns/</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1637</guid>
		<description>Thanks. I will look deeper at Robotlegs. What do you recommend if more than one controller needs to access the view? I have a lot of labels that need to be changed and right now I have functions on the controller to change the view but that violates your tutorial since they are public...</description>
		<content:encoded><![CDATA[<p>Thanks. I will look deeper at Robotlegs. What do you recommend if more than one controller needs to access the view? I have a lot of labels that need to be changed and right now I have functions on the controller to change the view but that violates your tutorial since they are public&#8230;</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1637</feedburner:origLink></item>
	<item>
		<title>Comment on Flex Best Practices – Models, Views, and Controllers by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/yx4SO82eZQs/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1636</guid>
		<description>@Wilson I created this post as an example of how MVC could work with Flex/AS. I would recommend checking out Robotlegs to see how I really do it.

If I were to expand on this example I'd probably make my models singletons and then just access those as necessary. Or have one singleton hold all my models. Something like that. Then all the controllers are directly accessing the central model.</description>
		<content:encoded><![CDATA[<p>@Wilson I created this post as an example of how MVC could work with Flex/AS. I would recommend checking out Robotlegs to see how I really do it.</p>
<p>If I were to expand on this example I&#8217;d probably make my models singletons and then just access those as necessary. Or have one singleton hold all my models. Something like that. Then all the controllers are directly accessing the central model.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1636</feedburner:origLink></item>
	<item>
		<title>Comment on RIA Job Trends 2010 by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/zgPVynY7W_o/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1312#comment-1532</guid>
		<description>@Mike I just didn't have time to do a 2011 version. I am working on a 2012. This one should be interesting. I agree that YUI jobs seem to have disappeared.</description>
		<content:encoded><![CDATA[<p>@Mike I just didn&#8217;t have time to do a 2011 version. I am working on a 2012. This one should be interesting. I agree that YUI jobs seem to have disappeared.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/02/03/ria-job-trends-2010/#comment-1532</feedburner:origLink></item>
	<item>
		<title>Comment on RIA Job Trends 2010 by Mike M.</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/nF3gV9qPpb0/</link>
		<dc:creator>Mike M.</dc:creator>
		<pubDate>Tue, 03 Jan 2012 18:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=1312#comment-1531</guid>
		<description>Interesting article and great insight. Do you have data for 2011?
I would be specifically intersted in YUI jobs also?
Nobody seems to be using YUI anymore.</description>
		<content:encoded><![CDATA[<p>Interesting article and great insight. Do you have data for 2011?<br />
I would be specifically intersted in YUI jobs also?<br />
Nobody seems to be using YUI anymore.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/02/03/ria-job-trends-2010/#comment-1531</feedburner:origLink></item>
	<item>
		<title>Comment on Air for Android: Text Messages, Emails, and Phone Calls by jonbcampos</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/KO2zNhEERio/</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Fri, 16 Dec 2011 15:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=2103#comment-1484</guid>
		<description>@cesare honestly I haven't tried but I don't see why not.</description>
		<content:encoded><![CDATA[<p>@cesare honestly I haven&#8217;t tried but I don&#8217;t see why not.</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/09/28/air-for-android-text-messages-emails-and-phone-calls/#comment-1484</feedburner:origLink></item>
	<item>
		<title>Comment on Air for Android: Text Messages, Emails, and Phone Calls by Cesare</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/Pb8ZJqWZW5U/</link>
		<dc:creator>Cesare</dc:creator>
		<pubDate>Fri, 16 Dec 2011 09:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=2103#comment-1483</guid>
		<description>Can you send html emails?</description>
		<content:encoded><![CDATA[<p>Can you send html emails?</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/09/28/air-for-android-text-messages-emails-and-phone-calls/#comment-1483</feedburner:origLink></item>
	<item>
		<title>Comment on Flex 4 Spark Skinning by » How to create a theme in Flash Builder 4 DiaDraw Blog</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/c9krkLs7gdQ/</link>
		<dc:creator>» How to create a theme in Flash Builder 4 DiaDraw Blog</dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=540#comment-1482</guid>
		<description>[...] and skin classes I’m not going to go into skinning in this post, but if you are curious, here is a good blog post, which shows how to create skins for Flex 4 [...]</description>
		<content:encoded><![CDATA[<p>[...] and skin classes I&#8217;m not going to go into skinning in this post, but if you are curious, here is a good blog post, which shows how to create skins for Flex 4 [...]</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2009/07/02/flex-4-spark-skinning/#comment-1482</feedburner:origLink></item>
	<item>
		<title>Comment on Air for Android: Home Menu Back and Search Buttons by yogibali</title>
		<link>http://feedproxy.google.com/~r/CommentsForUnitedmindset/~3/YDbzrXvRbxU/</link>
		<dc:creator>yogibali</dc:creator>
		<pubDate>Wed, 14 Dec 2011 06:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=2101#comment-1480</guid>
		<description>thx alot @jonbcampos. yes its work using Keyboard.BACK with event.stopImmediatePropagation() in my handler. but that won't prevent the action from leaving my screen. all I need is to stay in my apps. :( is there any solution?</description>
		<content:encoded><![CDATA[<p>thx alot @jonbcampos. yes its work using Keyboard.BACK with event.stopImmediatePropagation() in my handler. but that won&#8217;t prevent the action from leaving my screen. all I need is to stay in my apps. <img src='http://www.unitedmindset.com/jonbcampos/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  is there any solution?</p>
]]></content:encoded>
	<feedburner:origLink>http://www.unitedmindset.com/jonbcampos/2010/09/17/air-for-android-home-menu-back-and-search-buttons/#comment-1480</feedburner:origLink></item>
</channel>
</rss>

