<?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: Some Common ExtJS Error Messages Explained</title>
	<atom:link href="http://www.vinylfox.com/some-common-extjs-error-messages-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Sat, 14 Jan 2012 23:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: simplicus</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8853</link>
		<dc:creator>simplicus</dc:creator>
		<pubDate>Fri, 29 Apr 2011 09:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8853</guid>
		<description>wow thx, helped me with the error message &quot;this.config[a] is undefined&quot;</description>
		<content:encoded><![CDATA[<p>wow thx, helped me with the error message &#8220;this.config[a] is undefined&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8785</link>
		<dc:creator>Rashid</dc:creator>
		<pubDate>Thu, 14 Apr 2011 13:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8785</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8762</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Sun, 10 Apr 2011 17:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8762</guid>
		<description>I wish to know the cause of  &quot;a is undefined&quot;.
thanks a lot</description>
		<content:encoded><![CDATA[<p>I wish to know the cause of  &#8220;a is undefined&#8221;.<br />
thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manny Calavera</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8735</link>
		<dc:creator>Manny Calavera</dc:creator>
		<pubDate>Mon, 04 Apr 2011 17:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8735</guid>
		<description>I was getting &quot;this.addEvents is not a function&quot; because I had an extjs button that had a function as a handler. The function&#039;s name was &quot;clientsGrid&quot; and I was also creating my grid with the same variable name: &quot;var clientsGrid = new Ext.grid.GridPanel&quot; so when adding &quot;new&quot; on component creation does not work, make sure you don&#039;t use the same name that the grid variable has on the function&#039;s name.

Hope this helps, thanks for all the info.</description>
		<content:encoded><![CDATA[<p>I was getting &#8220;this.addEvents is not a function&#8221; because I had an extjs button that had a function as a handler. The function&#8217;s name was &#8220;clientsGrid&#8221; and I was also creating my grid with the same variable name: &#8220;var clientsGrid = new Ext.grid.GridPanel&#8221; so when adding &#8220;new&#8221; on component creation does not work, make sure you don&#8217;t use the same name that the grid variable has on the function&#8217;s name.</p>
<p>Hope this helps, thanks for all the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8219</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 26 Jan 2011 07:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8219</guid>
		<description>As I was helped a couple of times by your list, I have another one to save others some time:
&quot;cs is undefined&quot;

Occurs when?
Extending a class, for example defining your own Panel class.

What&#039;s wrong then?
Define &quot;items&quot; before calling &quot;initComponent&quot; on the superclass.</description>
		<content:encoded><![CDATA[<p>As I was helped a couple of times by your list, I have another one to save others some time:<br />
&#8220;cs is undefined&#8221;</p>
<p>Occurs when?<br />
Extending a class, for example defining your own Panel class.</p>
<p>What&#8217;s wrong then?<br />
Define &#8220;items&#8221; before calling &#8220;initComponent&#8221; on the superclass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Chesley</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-8171</link>
		<dc:creator>Bob Chesley</dc:creator>
		<pubDate>Tue, 18 Jan 2011 22:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-8171</guid>
		<description>Thanks for putting this list together.  It just saved me a bit of time.</description>
		<content:encoded><![CDATA[<p>Thanks for putting this list together.  It just saved me a bit of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-7897</link>
		<dc:creator>Artur</dc:creator>
		<pubDate>Fri, 03 Dec 2010 09:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-7897</guid>
		<description>if(me.fireEvent(BEFOREREQUEST, me, o))

error occured if you do this:

var req = new Ext.Ajax.request({
                   url: &#039;/default/login/checkidentity&#039;,
                   renderTo: document.body
                });

Error because NEW operator used.</description>
		<content:encoded><![CDATA[<p>if(me.fireEvent(BEFOREREQUEST, me, o))</p>
<p>error occured if you do this:</p>
<p>var req = new Ext.Ajax.request({<br />
                   url: &#8216;/default/login/checkidentity&#8217;,<br />
                   renderTo: document.body<br />
                });</p>
<p>Error because NEW operator used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoazl</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-7558</link>
		<dc:creator>Hoazl</dc:creator>
		<pubDate>Thu, 30 Sep 2010 07:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-7558</guid>
		<description>I know this post is over a year old, but I still use it as a reference, so ...
You may want to add the error &quot;me.fireEvent is not a function&quot;, which simply means that you tried to instantiate a new Ajax-request; For example:
(wrong): [code] new Ext.Ajax.request ({ /* ... */ });[/code]
(correct): [code] Ext.Ajax.request ({ /* ... */ });[/code]</description>
		<content:encoded><![CDATA[<p>I know this post is over a year old, but I still use it as a reference, so &#8230;<br />
You may want to add the error &#8220;me.fireEvent is not a function&#8221;, which simply means that you tried to instantiate a new Ajax-request; For example:<br />
(wrong): [code] new Ext.Ajax.request ({ /* ... */ });[/code]<br />
(correct): [code] Ext.Ajax.request ({ /* ... */ });[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bubenkoff</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-7436</link>
		<dc:creator>bubenkoff</dc:creator>
		<pubDate>Tue, 31 Aug 2010 20:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-7436</guid>
		<description>Man you&#039;re great!</description>
		<content:encoded><![CDATA[<p>Man you&#8217;re great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trabz</title>
		<link>http://www.vinylfox.com/some-common-extjs-error-messages-explained/comment-page-1/#comment-7406</link>
		<dc:creator>Trabz</dc:creator>
		<pubDate>Tue, 24 Aug 2010 10:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vinylfox.com/?p=434#comment-7406</guid>
		<description>Thnks Alot bro, this has been very helpfull :)!</description>
		<content:encoded><![CDATA[<p>Thnks Alot bro, this has been very helpfull <img src='http://www.vinylfox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

