<?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"
	>
<channel>
	<title>Comments on: Top 10 Flash/Flex requests from a developer</title>
	<atom:link href="http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<pubDate>Wed, 07 Jan 2009 11:46:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Chris Allen</title>
		<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/#comment-101</link>
		<dc:creator>Chris Allen</dc:creator>
		<pubDate>Sun, 21 Oct 2007 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=75#comment-101</guid>
		<description>yay! Thanks for putting this list together Marc! I'm in the same boat as you. When I work with AS3 it's just painful because of the lack of good tools like Java has.&lt;br/&gt;&lt;br/&gt;Another thing you should add to the list is real time syntax checking. I hate that you have to save before Flex Builder will highlight your errors.</description>
		<content:encoded><![CDATA[<p>yay! Thanks for putting this list together Marc! I&#8217;m in the same boat as you. When I work with AS3 it&#8217;s just painful because of the lack of good tools like Java has.</p>
<p>Another thing you should add to the list is real time syntax checking. I hate that you have to save before Flex Builder will highlight your errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Purplemint</title>
		<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/#comment-100</link>
		<dc:creator>Purplemint</dc:creator>
		<pubDate>Sat, 20 Oct 2007 05:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=75#comment-100</guid>
		<description>Multi-threading is also a must-have when doing some CPU-intense jobs. Although AVM3 is a lot faster than AVM2, it still lags behind java and silverlight. Hope Adobe is working on Flash Player 10 or something exciting.</description>
		<content:encoded><![CDATA[<p>Multi-threading is also a must-have when doing some CPU-intense jobs. Although AVM3 is a lot faster than AVM2, it still lags behind java and silverlight. Hope Adobe is working on Flash Player 10 or something exciting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/#comment-99</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 19 Oct 2007 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=75#comment-99</guid>
		<description>[ArrayElementType("String")]&lt;br/&gt;   private var coll:ArrayCollection;&lt;br/&gt;   &lt;br/&gt;   private function init():void{&lt;br/&gt;    coll = new ArrayCollection();&lt;br/&gt;    coll.addItem(23);&lt;br/&gt;    trace(coll.getItemAt(0) is int);&lt;br/&gt;    &lt;br/&gt;   }&lt;br/&gt;&lt;br/&gt;The above throws no error and traces true</description>
		<content:encoded><![CDATA[<p>[ArrayElementType("String")]<br />   private var coll:ArrayCollection;</p>
<p>   private function init():void{<br />    coll = new ArrayCollection();<br />    coll.addItem(23);<br />    trace(coll.getItemAt(0) is int);</p>
<p>   }</p>
<p>The above throws no error and traces true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/#comment-98</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 19 Oct 2007 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=75#comment-98</guid>
		<description>I just recently started using ArrayElementType and like it, but I really want something at compile-time and not runtime.&lt;br/&gt;&lt;br/&gt;I've been using FB3 since the first beta came out.  If anything, it's worse than FB2 on the long delays after a save.  This is mainly for large projects, smaller things seem to work fine.&lt;br/&gt;&lt;br/&gt;But thanks for the advice!&lt;br/&gt;-Marc</description>
		<content:encoded><![CDATA[<p>I just recently started using ArrayElementType and like it, but I really want something at compile-time and not runtime.</p>
<p>I&#8217;ve been using FB3 since the first beta came out.  If anything, it&#8217;s worse than FB2 on the long delays after a save.  This is mainly for large projects, smaller things seem to work fine.</p>
<p>But thanks for the advice!<br />-Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JesterXL</title>
		<link>http://www.rogue-development.com/blog2/2007/10/top-10-flashflex-requests-from-a-developer/#comment-97</link>
		<dc:creator>JesterXL</dc:creator>
		<pubDate>Fri, 19 Oct 2007 16:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://rogue-development.com/blog2/?p=75#comment-97</guid>
		<description>For #10, look at ArrayElementType:&lt;br/&gt;&lt;br/&gt;[ArrayElementType("com.SomeVO")]&lt;br/&gt;public var cow:ArrayCollection;&lt;br/&gt;&lt;br/&gt;You'll get an exception if you add something other than a SomveVO.&lt;br/&gt;&lt;br/&gt;For #2, try Flex 3 Beta 2.  It's stable enough that you can get benefit of the faster compiler.  However, code completion for types sky-rockets the CPU for some reason.  So... type ":void" instead of ":voi" and hitting Enter.</description>
		<content:encoded><![CDATA[<p>For #10, look at ArrayElementType:</p>
<p>[ArrayElementType("com.SomeVO")]<br />public var cow:ArrayCollection;</p>
<p>You&#8217;ll get an exception if you add something other than a SomveVO.</p>
<p>For #2, try Flex 3 Beta 2.  It&#8217;s stable enough that you can get benefit of the faster compiler.  However, code completion for types sky-rockets the CPU for some reason.  So&#8230; type &#8220;:void&#8221; instead of &#8220;:voi&#8221; and hitting Enter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
