<?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: ExtJS: Migrating from 2.2.1 to 3.0</title>
	<atom:link href="http://www.akawebdesign.com/2009/08/19/extjs-migrating-from-2-2-1-to-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akawebdesign.com/2009/08/19/extjs-migrating-from-2-2-1-to-3-0/</link>
	<description>Longtime nerd. Rockstar developer.</description>
	<lastBuildDate>Wed, 18 Apr 2012 11:52:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Arthur Kay</title>
		<link>http://www.akawebdesign.com/2009/08/19/extjs-migrating-from-2-2-1-to-3-0/#comment-60</link>
		<dc:creator>Arthur Kay</dc:creator>
		<pubDate>Wed, 27 Jan 2010 14:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=219#comment-60</guid>
		<description>Doug,

You are correct in pointing out that I didn&#039;t say what exactly I had to fix to complete the upgrade from 2.2.1 to 3.0.0

To fix the &quot;toolbar.items.itemAt(0).items is undefined&quot; error, it&#039;s simply a matter of using the updated API references. That line should have been (in my particular case) &quot;toolbar.items.itemAt(0).menu&quot;.

As for the &quot;targetNode is undefined&quot; error I saw, my problem was that I attempted to expand all nodes in my tree before the nodes had finished loading. I moved my &quot;tree.expandAll()&quot; call into the &quot;render&quot; event to avoid that issue.

That was it for my application. Like I said, I didn&#039;t have to do much to get things working.</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>You are correct in pointing out that I didn&#8217;t say what exactly I had to fix to complete the upgrade from 2.2.1 to 3.0.0</p>
<p>To fix the &#8220;toolbar.items.itemAt(0).items is undefined&#8221; error, it&#8217;s simply a matter of using the updated API references. That line should have been (in my particular case) &#8220;toolbar.items.itemAt(0).menu&#8221;.</p>
<p>As for the &#8220;targetNode is undefined&#8221; error I saw, my problem was that I attempted to expand all nodes in my tree before the nodes had finished loading. I moved my &#8220;tree.expandAll()&#8221; call into the &#8220;render&#8221; event to avoid that issue.</p>
<p>That was it for my application. Like I said, I didn&#8217;t have to do much to get things working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.akawebdesign.com/2009/08/19/extjs-migrating-from-2-2-1-to-3-0/#comment-59</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akawebdesign.com/?p=219#comment-59</guid>
		<description>so you never even told us what you changed ?!?!</description>
		<content:encoded><![CDATA[<p>so you never even told us what you changed ?!?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

