<?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: Gwt-Ext screencasts on showmedo.com</title>
	<atom:link href="http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 18:26:27 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-392</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Tue, 08 Apr 2008 06:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-392</guid>
		<description>Hi ziyod,
Problem is with the path of ExtJS files. You may want to read this thread on the forum: http://gwt-ext.com/forum/viewtopic.php?f=5&amp;t=389&amp;p=1378

I have also uploaded the Eclipse projects I used while recording the screencasts. You may want to import them into your workspace and compare to see what had gone wrong.
http://rapidshare.com/files/105768477/EclipseProjects_WorkingWithGwtExt.zip

Edit: Ah! I was a bit slow. And thanx for the kind words!</description>
		<content:encoded><![CDATA[<p>Hi ziyod,<br />
Problem is with the path of ExtJS files. You may want to read this thread on the forum: <a href="http://gwt-ext.com/forum/viewtopic.php?f=5&#038;t=389&#038;p=1378" rel="nofollow" class="extlink">http://gwt-ext.com/forum/viewtopic.php?f=5&#038;t=389&#038;p=1378</a></p>
<p>I have also uploaded the Eclipse projects I used while recording the screencasts. You may want to import them into your workspace and compare to see what had gone wrong.<br />
<a href="http://rapidshare.com/files/105768477/EclipseProjects_WorkingWithGwtExt.zip" rel="nofollow" class="extlink">http://rapidshare.com/files/105768477/EclipseProjects_WorkingWithGwtExt.zip</a></p>
<p>Edit: Ah! I was a bit slow. And thanx for the kind words!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziyod</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-391</link>
		<dc:creator>ziyod</dc:creator>
		<pubDate>Tue, 08 Apr 2008 06:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-391</guid>
		<description>I got it :) 
Basically I moved everything from .html to .xml

HelloWorld.gwt.xml



	&lt;!-- Inherit the core Web Toolkit stuff.                  --&gt;
	
    &lt;!-- Inherit the GWTExt Toolkit library configuration.    --&gt;
    
    
	&lt;!-- Specify the app entry point class.                   --&gt;
	
	
	
	
	


Keep up Abhijeet the good work man for such a good articles and demos. Keep them coming</description>
		<content:encoded><![CDATA[<p>I got it <img src='http://abhijeetmaharana.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Basically I moved everything from .html to .xml</p>
<p>HelloWorld.gwt.xml</p>
<p>	<!-- Inherit the core Web Toolkit stuff.                  --></p>
<p>    <!-- Inherit the GWTExt Toolkit library configuration.    --></p>
<p>	<!-- Specify the app entry point class.                   --></p>
<p>Keep up Abhijeet the good work man for such a good articles and demos. Keep them coming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ziyod</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-390</link>
		<dc:creator>ziyod</dc:creator>
		<pubDate>Tue, 08 Apr 2008 06:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-390</guid>
		<description>I followed your screencast but once I try to configure gwtext I&#039;m getting error.
Can you please let me know what I&#039;m doing wrong.

[ERROR] Unable to load module entry point class com.cars.client.HelloWorld (see associated exception for details)
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError exception: &#039;$wnd.Ext&#039; is null or not an object
	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)
	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:270)
	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:137)
	at com.gwtext.client.widgets.Component.init(Component.java:100)
	at com.gwtext.client.widgets.Component.(Component.java:89)
	at com.cars.client.HelloWorld.createComponents(HelloWorld.java:33)
	at com.cars.client.HelloWorld.onModuleLoad(HelloWorld.java:28)
	at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:342)
	at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:326)
	at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$200(BrowserWidgetIE6.java:36)</description>
		<content:encoded><![CDATA[<p>I followed your screencast but once I try to configure gwtext I&#8217;m getting error.<br />
Can you please let me know what I&#8217;m doing wrong.</p>
<p>[ERROR] Unable to load module entry point class com.cars.client.HelloWorld (see associated exception for details)<br />
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError exception: &#8216;$wnd.Ext&#8217; is null or not an object<br />
	at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:481)<br />
	at com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:270)<br />
	at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:137)<br />
	at com.gwtext.client.widgets.Component.init(Component.java:100)<br />
	at com.gwtext.client.widgets.Component.(Component.java:89)<br />
	at com.cars.client.HelloWorld.createComponents(HelloWorld.java:33)<br />
	at com.cars.client.HelloWorld.onModuleLoad(HelloWorld.java:28)<br />
	at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:342)<br />
	at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:326)<br />
	at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$200(BrowserWidgetIE6.java:36)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-382</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Fri, 04 Apr 2008 16:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-382</guid>
		<description>Thanx buddy!</description>
		<content:encoded><![CDATA[<p>Thanx buddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilindra</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-381</link>
		<dc:creator>Nilindra</dc:creator>
		<pubDate>Fri, 04 Apr 2008 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-381</guid>
		<description>Good Stuff. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Good Stuff. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekly GWT Links for 3/29/08 &#124; GWT Site</title>
		<link>http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/comment-page-1/#comment-379</link>
		<dc:creator>Weekly GWT Links for 3/29/08 &#124; GWT Site</dc:creator>
		<pubDate>Sat, 29 Mar 2008 07:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/03/26/gwt-ext-screencasts-on-showmedocom/#comment-379</guid>
		<description>[...] GWT-Ext screencasts I posted about this last week, but this link lets you view the GWT-Ext screencasts online. [...]</description>
		<content:encoded><![CDATA[<p>[...] GWT-Ext screencasts I posted about this last week, but this link lets you view the GWT-Ext screencasts online. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
