<?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 and Google Maps</title>
	<atom:link href="http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 16:25:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: snake</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-206</link>
		<dc:creator>snake</dc:creator>
		<pubDate>Thu, 10 Feb 2011 02:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-206</guid>
		<description>After study a couple of of the blog posts in your website now, and I actually like your approach of blogging. I bookmarked it to my bookmark web site listing and shall be checking again soon. Pls try my website online as effectively and let me know what you think.</description>
		<content:encoded><![CDATA[<p>After study a couple of of the blog posts in your website now, and I actually like your approach of blogging. I bookmarked it to my bookmark web site listing and shall be checking again soon. Pls try my website online as effectively and let me know what you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-205</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-205</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://abhijeetmaharana.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jocelyn</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-204</link>
		<dc:creator>Jocelyn</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-204</guid>
		<description>Hi Abhijeet. After reading your blog, I programmed my application with GWT-EXT and the MapAbstraction widgets and it worked perfectly well until Google did an update a few days ago (mid-august) to their Map API. I cannot display Google maps anymore in MapPanel .. only text is showing in panel. According to Google recommendations, I changed the way I call the javascript in the HTML entry point but no map is showing up yet (by the way, this is the only modification I made to the code, so the problem seems to be on Google side). Any idea?

- jocelyn</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet. After reading your blog, I programmed my application with GWT-EXT and the MapAbstraction widgets and it worked perfectly well until Google did an update a few days ago (mid-august) to their Map API. I cannot display Google maps anymore in MapPanel .. only text is showing in panel. According to Google recommendations, I changed the way I call the javascript in the HTML entry point but no map is showing up yet (by the way, this is the only modification I made to the code, so the problem seems to be on Google side). Any idea?</p>
<p>- jocelyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocs</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-203</link>
		<dc:creator>Rocs</dc:creator>
		<pubDate>Wed, 29 Jul 2009 18:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-203</guid>
		<description>Hi Abhijeet, I&#039;m facing difficulties in using MapPanel in a GWT Ext Panel on IE8. This works find in Mozilla and Chrome. But on IE8, the setSize is not working. The code is:

I am creating a widget, the class is inheriting from Panel.

   mapPanel = new GoogleMap();
        mapPanel.setTitle(&quot;Sites&quot;);
        mapPanel.setWidth(800);
        mapPanel.setHeight(600);
        mapPanel.addLargeControls();
        mapPanel.autoCenterAndZoom();
        
        add(mapPanel,new AnchorLayoutData(&quot;100%&quot;));

//Updates etc

Pls let me know what could be the issue

-Rocs</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet, I&#8217;m facing difficulties in using MapPanel in a GWT Ext Panel on IE8. This works find in Mozilla and Chrome. But on IE8, the setSize is not working. The code is:</p>
<p>I am creating a widget, the class is inheriting from Panel.</p>
<p>   mapPanel = new GoogleMap();<br />
        mapPanel.setTitle(&#8220;Sites&#8221;);<br />
        mapPanel.setWidth(800);<br />
        mapPanel.setHeight(600);<br />
        mapPanel.addLargeControls();<br />
        mapPanel.autoCenterAndZoom();</p>
<p>        add(mapPanel,new AnchorLayoutData(&#8220;100%&#8221;));</p>
<p>//Updates etc</p>
<p>Pls let me know what could be the issue</p>
<p>-Rocs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cihan Aksu</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-202</link>
		<dc:creator>Cihan Aksu</dc:creator>
		<pubDate>Sat, 02 May 2009 08:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-202</guid>
		<description>Thanks a lot for this and also google map api for localhost.I love it.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this and also google map api for localhost.I love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-201</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Wed, 01 Oct 2008 17:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-201</guid>
		<description>@aj: I didn&#039;t get a chance to run the Netbeans project you linked to. Sorry for that.
@Yulia: Many thanks for sharing your experience!

-- Abhijeet.</description>
		<content:encoded><![CDATA[<p>@aj: I didn&#8217;t get a chance to run the Netbeans project you linked to. Sorry for that.<br />
@Yulia: Many thanks for sharing your experience!</p>
<p>&#8211; Abhijeet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yulia</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-200</link>
		<dc:creator>Yulia</dc:creator>
		<pubDate>Wed, 01 Oct 2008 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-200</guid>
		<description>Sorry, it seems that html isn&#039;t allowed in comments :) I moved script tags with mapstraction and Google Maps to gwt.xml file and removed type attribute.</description>
		<content:encoded><![CDATA[<p>Sorry, it seems that html isn&#8217;t allowed in comments <img src='http://abhijeetmaharana.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I moved script tags with mapstraction and Google Maps to gwt.xml file and removed type attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yulia</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-199</link>
		<dc:creator>Yulia</dc:creator>
		<pubDate>Wed, 01 Oct 2008 09:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-199</guid>
		<description>Hi aj,

I had the same problem.
I add folowing code in gwt.xml file instead of host HTML file and it helps:

</description>
		<content:encoded><![CDATA[<p>Hi aj,</p>
<p>I had the same problem.<br />
I add folowing code in gwt.xml file instead of host HTML file and it helps:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aj</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-198</link>
		<dc:creator>aj</dc:creator>
		<pubDate>Sun, 28 Sep 2008 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-198</guid>
		<description>Hi Abhijeet,

Yeah i thought of that &quot;after posting&quot; :). The whole web-project builds ok but after running the project the center panel where the map should be displayed is blank. I&#039;m definitely missing something here: Any ideas off the bat where i might have to look?
Edit: Thought it could be a problem with the mapstraction - added the path to WelcomeGWT.html, i.e.,
 but to no avail :-(
The Netbeans Project Folder: http://www.mediafire.com/file/yu2qy402ty1/GWTSkeleton.zip</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet,</p>
<p>Yeah i thought of that &#8220;after posting&#8221; <img src='http://abhijeetmaharana.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The whole web-project builds ok but after running the project the center panel where the map should be displayed is blank. I&#8217;m definitely missing something here: Any ideas off the bat where i might have to look?<br />
Edit: Thought it could be a problem with the mapstraction &#8211; added the path to WelcomeGWT.html, i.e.,<br />
 but to no avail <img src='http://abhijeetmaharana.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
The Netbeans Project Folder: <a href="http://www.mediafire.com/file/yu2qy402ty1/GWTSkeleton.zip" rel="nofollow" class="extlink">http://www.mediafire.com/file/yu2qy402ty1/GWTSkeleton.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-197</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Sun, 28 Sep 2008 07:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comment-197</guid>
		<description>Hi aj, those are core GWT classes and should be gone if your project references the GWT library correctly. I don&#039;t use Netbeans so I cant say if it has options to directly import Eclipse projects. 

Try setting up a skeleton GWT-Ext Netbeans project and then just import the source file from my project and make changes to your host HTML as outlined above. 

These links should be helpful: 
http://zer0d4y.blogspot.com/2008/09/preparing-gwt-ext-with-netbeans-61.html
http://gwt-ext.com/forum/viewtopic.php?f=9&amp;t=2519.
</description>
		<content:encoded><![CDATA[<p>Hi aj, those are core GWT classes and should be gone if your project references the GWT library correctly. I don&#8217;t use Netbeans so I cant say if it has options to directly import Eclipse projects. </p>
<p>Try setting up a skeleton GWT-Ext Netbeans project and then just import the source file from my project and make changes to your host HTML as outlined above. </p>
<p>These links should be helpful:<br />
<a href="http://zer0d4y.blogspot.com/2008/09/preparing-gwt-ext-with-netbeans-61.html" rel="nofollow" class="extlink">http://zer0d4y.blogspot.com/2008/09/preparing-gwt-ext-with-netbeans-61.html</a><br />
<a href="http://gwt-ext.com/forum/viewtopic.php?f=9&#038;t=2519" rel="nofollow" class="extlink">http://gwt-ext.com/forum/viewtopic.php?f=9&#038;t=2519</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

