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

<channel>
	<title>Anaara Media LLC &#187; AS2 -&gt; AS3 migration</title>
	<atom:link href="http://blog.anaara.com/archives/category/as2-as3-migration/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.anaara.com</link>
	<description>Flex, Flash, Rich Internet Applications (RIA's), and Post Production for Film and Video</description>
	<lastBuildDate>Thu, 24 Jun 2010 21:28:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Anaara.com just went LIVE</title>
		<link>http://blog.anaara.com/archives/76</link>
		<comments>http://blog.anaara.com/archives/76#comments</comments>
		<pubDate>Fri, 07 Nov 2008 23:01:07 +0000</pubDate>
		<dc:creator>Fuad Kamal</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AS2 -> AS3 migration]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe MAX]]></category>
		<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Aperture]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Brio]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Final Cut Pro]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[InDesign]]></category>
		<category><![CDATA[LightRoom]]></category>
		<category><![CDATA[Martial Arts]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.anaara.com/?p=76</guid>
		<description><![CDATA[Well this has been a month of new things being implemented; Barack Hussein Obama won the presidential election, Adobe MAX SF is around the corner, and our web site is finally live! For ages now we have only had our blog on the site; our workload has been such that getting a decent site together [...]]]></description>
			<content:encoded><![CDATA[<p>Well this has been a month of new things being implemented; Barack Hussein Obama won the presidential election, Adobe MAX SF is around the corner, and <a href="http://anaara.com">our web site is finally live</a>!  For ages now we have only had our blog on the site; our workload has been such that getting a decent site together has been beyond scope&#8230;but a little over a month ago we finally put our collective feet down and declared, enough is enough!  Developed with Adobe Flex, of course&#8230;enjoy!</p>
<p>Lots of thanks to everyone who participated in the alpha release.</p>
<p>We decided to deploy in phases&#8230;so stay tuned for lots to come still.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anaara.com/archives/76/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>undocumented AS2 -&gt; AS3 migration notes: setPropertiesAt()</title>
		<link>http://blog.anaara.com/archives/8</link>
		<comments>http://blog.anaara.com/archives/8#comments</comments>
		<pubDate>Wed, 24 Jan 2007 01:09:02 +0000</pubDate>
		<dc:creator>Fuad Kamal</dc:creator>
				<category><![CDATA[AS2 -> AS3 migration]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.anaara.com/?p=8</guid>
		<description><![CDATA[here&#8217;s another item missed in the Adobe Flex 2 migration doc: list.setPropertiesAt() has gone away. What replaced it? Good question. Here&#8217;s another: What&#8217;s the best way to change the background colors of datagrid rows? Well, there is more than one approach to this, but for my purposes I wanted to set the row colors based [...]]]></description>
			<content:encoded><![CDATA[<p>here&#8217;s another item missed in the Adobe Flex 2 migration doc:</p>
<p>list.setPropertiesAt() has gone away. What replaced it? Good question. Here&#8217;s another: What&#8217;s the best way to change the background colors of datagrid rows?</p>
<p>Well, there is more than one approach to this, but for my purposes I wanted to set the row colors based on some criteria of the row content (i.e. from the dataprovider). Since I was extending the DataGrid class anyway, I chose to override the drawRowBackgrounds() function (which is also overridden in DataGrid, btw).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anaara.com/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>undocumented AS2 -&gt; AS3 Notes: Datagrid</title>
		<link>http://blog.anaara.com/archives/9</link>
		<comments>http://blog.anaara.com/archives/9#comments</comments>
		<pubDate>Wed, 17 Jan 2007 19:25:57 +0000</pubDate>
		<dc:creator>Fuad Kamal</dc:creator>
				<category><![CDATA[AS2 -> AS3 migration]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.anaara.com/?p=9</guid>
		<description><![CDATA[Well, the datagrid class IS covered by the Flex migration doc, but there are some mistakes. In AS2 there was an event on DataGrid, DataGrid.cellEdit (Broadcast when the cell value has changed). There&#8217;s no cellBeginEdit or cellEndEdit although the migration doc lists these as AS2 events and then says they&#8217;ve been changed to itemEditBegin and [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the datagrid class IS covered by the Flex migration doc, but there are some mistakes.</p>
<p>In AS2 there was an event on DataGrid, DataGrid.cellEdit (Broadcast when the cell value has changed).</p>
<p>There&#8217;s no <code>cellBeginEdit</code> or <code>cellEndEdit</code> although the migration doc lists these as AS2 events and then says they&#8217;ve been changed to <code>itemEditBegin</code> and <code>itemEditEnd</code>.  What it should say is that cellEdit has been removed and replaced by these three events:<br />
<code>itemEditBegin</code><br />
<code>itemEditEnd</code><br />
<code>itemEditBeginning</code></p>
<p>For more details see the Flex 2 Language reference&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anaara.com/archives/9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>undocumented AS2 -&gt; AS3 migration notes : contextMenu</title>
		<link>http://blog.anaara.com/archives/10</link>
		<comments>http://blog.anaara.com/archives/10#comments</comments>
		<pubDate>Fri, 12 Jan 2007 18:47:25 +0000</pubDate>
		<dc:creator>Fuad Kamal</dc:creator>
				<category><![CDATA[AS2 -> AS3 migration]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.anaara.com/?p=10</guid>
		<description><![CDATA[For the past several months I&#8217;ve been working on migrating a huge application from Flex 1.5 to Flex 2.0 (now 2.0.1). While the migration document from Adobe was invaluable in the early stages, there were plenty of changes that weren&#8217;t documented therein. In retrospect I wish I had kept a list of all these issues, [...]]]></description>
			<content:encoded><![CDATA[<p>For the past several months I&#8217;ve been working on migrating a huge application from Flex 1.5 to Flex 2.0 (now 2.0.1).  While the <a href="http://www.adobe.com/go/flex2_migrating_pdf">migration document</a> from Adobe was invaluable in the early stages, there were plenty of changes that weren&#8217;t documented therein. In retrospect I wish I had kept a list of all these issues, as it is they are scattered among my general notes. It would be nice to have a place to compile these notes with other developers who have also been doing migration projects &#8211; I would hope such an effort would be pioneered and encouraged by Adobe&#8230;</p>
<p>Anyway I thought I should start posting them as I come across them.  Here&#8217;s one:</p>
<p>context menu:<br />
In flex 1.5, to refer to the Application-level context menu, you used Application.application.menu while contextMenu referred to any other context menu.<br />
In Flex 2 / AS3 the application level contextMenu is also referred to as:</p>
<p>Application.application.contextMenu</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anaara.com/archives/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
