Re: Google Maps API and 1.5RC1

2008-08-25 Thread Eric Ayers
: Hey Eric, Thanks for the tip. I did install that one and it seems to start fine, but I get an Uncaught Exception: java.lang.ExceptionInitilizationError Caused by: com.google.gwt.core.client.JavaScriptException: On Aug 25, 10:23 am, Eric Ayers [EMAIL PROTECTED] wrote: Hi Evan, Look

Re: This application is out of date, please click the refresh button on your browser. ( Expecting version 4 from server, got 3. )

2008-09-02 Thread Eric Ayers
It looks like you need to upgrade gwt-servlet.jar on your server side code to match the one distributed with GWT 1.5.2. On Tue, Sep 2, 2008 at 9:27 AM, Tiago [EMAIL PROTECTED] wrote: All was working nice (I was using GWT 1.5.1). But when i changed to GWT 1.5.2 this error started to appear in

Re: dynamic table

2008-09-02 Thread Eric Ayers
If this error is still occurring and you have more details, please let me know. The problem could be restricted to a certain region or network. We've checked around internally and haven't found any smoking guns. On Tue, Sep 2, 2008 at 2:58 PM, Brian [EMAIL PROTECTED] wrote: What he's saying

Re: Worker with Gwt-Gears 1.1 RC

2008-09-05 Thread Eric Ayers
2008/9/5 Baptiste Boussemart [EMAIL PROTECTED] Hello, I am trying to run a worker with the latest api. Now many examples are now old and I am having problems with my test. package gears.worker.jsni.client; import com.google.gwt.core.client.EntryPoint; import

Re: Worker with Gwt-Gears 1.1 RC

2008-09-08 Thread Eric Ayers
Baptiste, The short answer to is it possible to code the worker in Java, is that we *think* it is possible. Unfortunately, we haven't tried it, and I wouldn't recommend it for anyone not very familiar with GWT. Essentially the idea is to create another module for your worker thread. The

Re: gwt-google-apis Maps: manually triggering map events

2008-09-09 Thread Eric Ayers
Currently, there are some 'trigger' methods defined for Polyline and Polygon that you can use to push one of these events, but they are package protected. You could create a class in the package com.google.gwt.maps.client.overlay in order to invoke these methods. I have not tried to see how they

Re: Integration with Mapstraction

2008-09-09 Thread Eric Ayers
There is a method named 'checkResize()' which might help. Notifies the map of a change of the size of its container. Call this method after the size of the container DOM object has changed, so that the map can adjust itself to fit the new size. Call it after you attach you map to the

Re: Integration with Mapstraction

2008-09-09 Thread Eric Ayers
(MapWidget is the part of it). In my case I should to edit mapstraction.js directly. Interesting fact: If I use Microsoft VE Maps, all works correctly, map is rendered, resizable etc But for Yahoo and Google maps there are gray rectangle :) On 9 сент, 16:17, Eric Ayers [EMAIL PROTECTED] wrote: I

Re: gwt-google-apis Maps: manually triggering map events

2008-09-09 Thread Eric Ayers
where someone would want to remove the overlay and have the broken editability functionality left over. Nevin On Sep 9, 1:50 am, Eric Ayers [EMAIL PROTECTED] wrote: Currently, there are some 'trigger' methods defined for Polyline and Polygon that you can use to push one of these events

Re: gwt-google-apis Maps: distinguishing whether a MapClickEvent is over an InfoWindow

2008-09-10 Thread Eric Ayers
GInfoWindow is supposed to be an Overlay and returned from event.getOverlay(), but don't count on it working because gwt-maps doesn't implement InfoWindow as a subclass of Overlay. Could you please add this as an issue on http://code.google.com/p/gwt-google-apis? On Wed, Sep 10, 2008 at 3:21 PM,

Re: gwt-google-apis (maps): Subclass Marker

2008-09-11 Thread Eric Ayers
You're not the first person to want to do this. I made this change in the trunk a while ago at the request of another user. You can check out the source from subversion and build a new jar. See the gwt-google-apis Maps FAQ (http://code.google.com/p/gwt-google-apis/) for some details if you are

Re: map resize

2008-09-11 Thread Eric Ayers
Hello Anir, Try MapWidget.checkResize() -Eric. On Thu, Sep 11, 2008 at 5:49 AM, Anir [EMAIL PROTECTED] wrote: I am using MapWidget.In my output i am getting the map but its not occupying the complete panel.instead it occupies only a part of the panel.If i minimize the browser and maximize

Re: Unable to access RPC with GWT4Gadgets

2008-09-12 Thread Eric Ayers
We've had this as an issue for a while. GWT 1.5.2 includes a method you can override to disable HTTP header checking for one. The other is you need to set a Proxy URL on your service on the client side. See the comments on issue 154 for some code comments:

Re: Unable to access RPC with GWT4Gadgets

2008-09-13 Thread Eric Ayers
the checkHeaders() method in the GWT RemoteServiceServlet class. Even in the current trunk it seems to not exists :-/ Cheers, Norman 2008/9/12 Eric Ayers [EMAIL PROTECTED] We've had this as an issue for a while. GWT 1.5.2 includes a method you can override to disable HTTP header checking for one

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
=com.jarics.gwt.Widgets / entry-point class=com.mobigolf.gwt.client.MobiGolf/ /module Thanks On Sep 15, 11:54 am, Eric Ayers [EMAIL PROTECTED] wrote: Hello, It looks like the Maps API script is not really being loaded. Check the script tag in your host file, or your .gwt.xml file. Recent

Re: CSS not work when using GWT4Gadgets

2008-09-15 Thread Eric Ayers
Hi Norman, Bob I just double checked to make sure that the CSS is injected properly - we use it in the HelloGadgets demo. This kind of problem would probably best be diagnosed with a web browser debugger like Firebug. Check to see that your .css data is actually being loaded into your browser

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
class=com.mobigolf.gwt.client.MobiGolf/ /module On Sep 15, 1:44 pm, Eric Ayers [EMAIL PROTECTED] wrote: Try loading the Maps API before your GWT script. Or move the loading of the Maps script into your .gwt.xml file. There is an example of the latter in the online documentation at:http

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
://code.google.com/p/gwt- google-apis/wiki/Downloadshttp://code.google.com/p/gwt-google-apis/wiki/Downloads ) On Sep 15, 3:50 pm, Eric Ayers [EMAIL PROTECTED] wrote: When you say you are using the latest gwt-maps.jar file, can you tell me what version you downloaded? On Mon, Sep 15

Re: GWT Maps API fails on host mode

2008-09-15 Thread Eric Ayers
in GWT1.4, Ubuntu 7 and Eclipse 3.3... Can you guys reproduce my errors using HelloMaps in Ubuntu 8.04? On 15 sep, 16:33, Eric Ayers [EMAIL PROTECTED] wrote: When you ran the tutorial, did the application in the tutorial work for you (the world's largest ball of twine)? Can you show a small

Re: GWT Google Maps InfoWindow Resizing

2008-09-16 Thread Eric Ayers
I just added a patch for the GInfoWindow.reset() method in the issue tracker, but I was unable to get it to work reliably. I have a question into the Maps folks. -Eric. On Tue, Sep 16, 2008 at 1:39 PM, Pavel Byles [EMAIL PROTECTED] wrote: Does anyone know how to make the InfoWindow resize

Re: GWT Google Maps InfoWindow Resizing

2008-09-16 Thread Eric Ayers
I didn't see a resize() function other than reset() On Tue, Sep 16, 2008 at 4:25 PM, Pavel Byles [EMAIL PROTECTED] wrote: I know the JS api has a resize function.. but GWT doesn't. Also I've seen others do it but have no idea how it's done. -Pavel On Tue, Sep 16, 2008 at 3:11 PM, Eric

Re: GWT Maps API fails on host mode

2008-09-17 Thread Eric Ayers
localhost. On Wed, Sep 17, 2008 at 1:17 PM, Einstein0970 [EMAIL PROTECTED] wrote: Hi Eric, I have installed the latest and greatest JVM32bit and still fails on the same error. Any other ideas? - Erick On Sep 15, 8:46 pm, Eric Ayers [EMAIL PROTECTED] wrote: We have had reports of GWT

Re: GWT Maps API fails on host mode

2008-09-17 Thread Eric Ayers
, 2008 at 1:24 PM, Eric Ayers [EMAIL PROTECTED] wrote: I'm wondering if it is some sort of network issue - the Maps API has to load from a server at google. Also, even though you shouldn't need a key, you could go to http://code.google.com/apis/maps and get one for localhost. IIRC, some parts

Re: GWT using maps api problems

2008-09-17 Thread Eric Ayers
This is the first time I've heard of the Fusion product. From looking at the First Base Solutions website, it looks different from the Google Maps API that gwt-google-apis wraps. On Tue, Sep 16, 2008 at 11:24 AM, Brad [EMAIL PROTECTED] wrote: I'm currently developing a GWT app that uses the

Re: mapwidget checkresize() is not working with complicated layout structure

2008-09-18 Thread Eric Ayers
I don't understand. You set your map widget to a fixed 200 x 200 pixel size. What do you expect checkResize() to do? Maybe you need to set the size using relative values (100%,100%)? On Thu, Sep 18, 2008 at 5:46 AM, neversaydie [EMAIL PROTECTED] wrote: Hello, I have one question regarding

Re: mapwidget checkresize() is not working with complicated layout structure

2008-09-18 Thread Eric Ayers
, Eric Ayers [EMAIL PROTECTED] wrote: I don't understand. You set your map widget to a fixed 200 x 200 pixel size. What do you expect checkResize() to do? Maybe you need to set the size using relative values (100%,100%)? On Thu, Sep 18, 2008 at 5:46 AM, neversaydie [EMAIL PROTECTED

Re: NullPointerException compiling Gadget

2008-09-18 Thread Eric Ayers
My guess it the the problem is releated to this issue: http://code.google.com/p/gwt-google-apis/issues/detail?id=164 -Eric. On Thu, Sep 18, 2008 at 9:16 AM, joseanquiles [EMAIL PROTECTED] wrote: I have followed the GWT Gadget tutorial. When I try to compile it, I get the following error:

Re: NullPointerException compiling Gadget

2008-09-19 Thread Eric Ayers
Hola Jose, You are using 1.0.0 which is the 1.0 RC1 release (release candidate 1). The bug was found after we made the release candidate, and the fix will be available in the next release candidate or GA release. Those releases will be named 1.0.1, 1.0.2, ... -Eric On Fri, Sep 19, 2008 at

Re: GWT Maps API fails on host mode

2008-09-20 Thread Eric Ayers
, the compiledeploy test is OK Any kind of idea would be appreciated :o) ps : I've check that my IE network/proxy settings were still good On 18 sep, 02:16, Eric Ayers [EMAIL PROTECTED] wrote: I didn't use eclipse at all. I ran HelloMaps-shell from the command line. On Wed, Sep 17, 2008 at 5:23 PM

Re: GWT Maps API fails on host mode

2008-09-22 Thread Eric Ayers
Here's a followup suggestion that might help on Ubuntu Hardy: unzip http://google-web-toolkit.googlecode.com/svn/tools/redist/mozilla/mozilla-1.7.13.tar.gz at /usr/lib/mozilla-1.7.13 and set export MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.7.13 2008/9/20 Eric Ayers [EMAIL PROTECTED]: I admit

Re: GWT Google Maps InfoWindow Resizing

2008-09-24 Thread Eric Ayers
is what I was referring to On Tue, Sep 16, 2008 at 4:43 PM, Eric Ayers [EMAIL PROTECTED] wrote: I didn't see a resize() function other than reset() On Tue, Sep 16, 2008 at 4:25 PM, Pavel Byles [EMAIL PROTECTED]wrote: I know the JS api has a resize function.. but GWT doesn't. Also I've seen

Re: getBoundsZoomLevel using bounds is not working

2008-09-24 Thread Eric Ayers
0) We released an updated gwt-maps library yesterday. If you use it, your calls to new LatLng() would need to change to LatLng.newInstance(). 1) How is zoom not set correctly? What behavior to you expect and what do you see? You shouldn't expect the polygon to fit exactly inside the bounds,

Re: Bug? with GWT Google Maps Api with RightClick

2008-09-26 Thread Eric Ayers
Thanks for reporting this. Filed as issue 179 http://code.google.com/p/gwt-google-apis/issues/detail?id=179 Check the issue tracker - I've got a preliminary patch for the problem, applied against the maps 1.0 release branch in subversion. Before finalizing it, I really need to add more unit

Re: gwt-maps API - Custom Projection boolean error

2008-09-26 Thread Eric Ayers
, 2008 at 6:45 PM, Eric Ayers [EMAIL PROTECTED] wrote: OK, I've copied your code into a project and I see the same problem. The next step to debug this would be to set break points in each of the customized methods for NorthmoorMapProjection and step through in hosted mode. On Thu, Sep 25

Re: gwt-maps API - Custom Projection boolean error

2008-09-26 Thread Eric Ayers
I've found the problem and updated the issue. I've got a proposed solution out for review on the Google-Web-Toolkit-Contributors mailing list. On Fri, Sep 26, 2008 at 7:52 AM, Eric Ayers [EMAIL PROTECTED] wrote: Tim, I couldn't find anything obviously wrong in your projection implementation

Re: gwtmaps : constructor to newInstance

2008-09-26 Thread Eric Ayers
Hi Mehdi, We didn't like having to make a change so late in the game that had that kind of impact on the API, but the reason for the change has to do with changing some of our bindings to use JavaScript overlay types. The 1.5 developer's guide has some notes about it:

Re: Subclassing the gwt-maps Marker

2008-09-26 Thread Eric Ayers
Hi Alberto, Thanks for hanging in there. I hope you enjoyed Developer Day. On Fri, Sep 26, 2008 at 8:01 AM, Alberto Núñez [EMAIL PROTECTED] wrote: Well, now that the RC of gwt-maps with the new API is out, it's time for me to ask again (http://groups.google.com/group/Google-Web-Toolkit/

Re: Info Windows

2008-09-27 Thread Eric Ayers
Since we are in release mode, If you are having a specific problem with the gwt-maps 1.0 RC1 release that hasn't been reported yet, I would like to hear about it ASAP. Please let us know how to reproduce it if you think it is a bug. There are 2 problems with the InfoWindow class that I'm

Re: Draw circle with gwt-maps library

2008-09-27 Thread Eric Ayers
Samuel, You might want to go search the Maps API google group for this one. I don't see an obvious way to make one (like a GCircle or GEllipse class). The geodesic polyline support uses a segmented line to represent an arc. You could do that by creating a lot of points out for a Polygon.

Re: GWT Google Maps problem

2008-09-27 Thread Eric Ayers
Hi Alexey, I don't think you are doing anything wrong. This sounds like the same problem as issue 156 to me: http://code.google.com/p/gwt-google-apis/issues/detail?id=156 I thought it was fixed in 1.0 RC1, but apparently not when the info window is used with a Marker class. Please start the

Re: GWT Google Maps problem

2008-09-28 Thread Eric Ayers
that my problem is similar, but not the same as in issue No 156. On Sep 28, 2:25 am, Eric Ayers [EMAIL PROTECTED] wrote: Hi Alexey, I don't think you are doing anything wrong. This sounds like the same problem as issue 156 to me: http://code.google.com/p/gwt-google-apis/issues/detail

Re: GWT Google Maps problem

2008-09-28 Thread Eric Ayers
, 2:20 pm, Eric Ayers [EMAIL PROTECTED] wrote: Knowing the mechanism involved, I'm pretty sure its the same, but I'll sort through all that on Monday and follow up. On Sun, Sep 28, 2008 at 1:29 AM, Alexey Frishman [EMAIL PROTECTED]wrote: Hi, Eric Thanks for quick response

Re: Garbled InfoWindows in gwt-maps

2008-09-30 Thread Eric Ayers
Hello Alberto, I've not heard of this before. Can you send a small code sample that reproduces the issue along with the necessary resources? -Eric. On Tue, Sep 30, 2008 at 3:13 AM, Alberto Núñez [EMAIL PROTECTED] wrote: Since the upgrade to the 1.0.0 version of gwt-maps, I cannot see the

Re: Trouble with GWTShell and Maps

2008-10-02 Thread Eric Ayers
Hi Chris, There is a minimum rev of the Maps API required. What does your line to include the Maps API look like? I think I recently determined the minimum required version is 2.118 (it should be in the release notes) -Eric. On Thu, Oct 2, 2008 at 3:33 PM, RubberBaron [EMAIL PROTECTED] wrote:

Re: draw circle without GWT (radius known)

2008-10-06 Thread Eric Ayers
Hi Giorgio, It doesn't look like you are using the Google Web Toolkit (GWT),http://code.google.com/webtoolkitbut straight JavaScript. Searching the Maps group http://groups.google.com/group/Google-Maps-APImight be of some help, but keep in mind that the Maps forum has some posting guidelines you

Re: google maps infowindow issue -- please help

2008-10-10 Thread Eric Ayers
Hello Alexei, Please post your issue on the google-web-toolkit google group http://groups.google.com/group/Google-Web-Toolkit and mention: The version of GWT you are using The version of the gwt-maps library you are using The version of the google maps API you are using A short bit of code

Re: Maps API for GWT: How to get the clicked polyline vertex?

2008-10-13 Thread Eric Ayers
Um, sorry about that - there is no gwt-maps list, I mean the Google Maps API group http://groups.google.com/group/Google-Maps-API -Eric. On Mon, Oct 13, 2008 at 2:30 PM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Brian, Thanks for bringing this up. I checked at: http://code.google.com

Re: Maps API for GWT: How to get the clicked polyline vertex?

2008-10-13 Thread Eric Ayers
for it. On Oct 13, 2:31 pm, Eric Ayers [EMAIL PROTECTED] wrote: Um, sorry about that - there is no gwt-maps list, I mean the Google Maps API group http://groups.google.com/group/Google-Maps-API -Eric. On Mon, Oct 13, 2008 at 2:30 PM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Brian

Re: Google Maps API Library for GWT 1.0 Release Candidate 1 now available

2008-10-14 Thread Eric Ayers
in the request to start using the maps api. It should be exactly what we want! Thanks for all the hard work you all do. I looked at the issue tracker, and it seems like almost everything has been addressed. Will more be added? Thanks On Sep 23, 8:24 am, Eric Ayers [EMAIL PROTECTED] wrote: We're

Re: Unable to clone a local reference in a function being inlined

2008-10-16 Thread Eric Ayers
I'm wondering if this is the problem: Internal compiler error with autoboxed fields and ++ operator http://code.google.com/p/google-web-toolkit/issues/detail?id=2886q=inlined I see that autoincrement is used within fillTree(). If this is the issue, there is a patch for it and will be

Re: How to install HelloMaps on Eclipse

2008-10-21 Thread Eric Ayers
There are pre-configured HelloMaps and gwt-maps projects configured if you checkout the subversion source repo under the 'eclipse' directory. The way it is setup assumes you also have the GWT projects gwt-user and gwt-dev-xxx also imported from the Google Web Toolkit subversion source repo, but

Re: How to install HelloMaps on Eclipse

2008-10-21 Thread Eric Ayers
On Tue, Oct 21, 2008 at 7:30 PM, John [EMAIL PROTECTED] wrote: On 10/21/08, Eric Ayers [EMAIL PROTECTED] wrote: There are pre-configured HelloMaps and gwt-maps projects configured if you checkout the subversion source repo under the 'eclipse' directory. The way it is setup assumes

Re: Gears 0.4 features in GWT Google API Library

2008-10-22 Thread Eric Ayers
Mark, I'd like to see what you've got. If you would like to see your contributions as a part of the official distribution, please read through the Making Google APIs for GWT Better section and submit a CLA to Google.

Re: Problem with gwt-maps-1.0.0RC1 and InfoWindow

2008-10-23 Thread Eric Ayers
0) Try replacing event.getSender() with 'marker'. Its already marked final (or did you try that already?) 1) The 1.0.0 RC1 release was plagued with a few issues related to InfoWindows and overlays returned in the marker click handler. All the fixes are now committed to the

Re: MapWidget only partially rendering

2008-10-23 Thread Eric Ayers
Stupid maps trick #183: try mapWidget.checkResize() after filling out your map. Sometimes, changing the type of panel the map is contained in also makes a difference (I usually use a VerticalPanel) On Thu, Oct 23, 2008 at 9:33 PM, Jim Alateras [EMAIL PROTECTED] wrote: I am only getting a part

Re: Problem with gwt-maps-1.0.0RC1 and InfoWindow

2008-10-24 Thread Eric Ayers
On Thu, Oct 23, 2008 at 10:27 PM, Jim Alateras [EMAIL PROTECTED] wrote: Eric, Thanks for the response 0) I have tried both using marker and event.getSender with the same result 1) I have checked out the specified branch, svn/releases/maps/1.0. Is there a guide on building the jar? See

Re: Gears 0.4 features in GWT Google API Library

2008-10-24 Thread Eric Ayers
On Thu, Oct 23, 2008 at 11:06 PM, Mark Renouf [EMAIL PROTECTED] wrote: Ok. I went ahead and implemented the Geolocation stuff too, so this brings gwt-gears up to speed with the latest gears 0.4 release. I filled out a CLA, I'm not sure how/when I know that it was accepted. I see it, so its

Re: Google maps Polyline problem

2008-10-24 Thread Eric Ayers
The current 2.x release of the Maps JavaScript API is nutzed up, especially under hosted mode. You can manually back it down to 2.132d to get around some of these problems on the script tag that loads the Maps API. See issue 795 in the gmaps-api-issues code project:

Re: How to submit my gadget to igoogle page

2008-10-27 Thread Eric Ayers
There is a getting started tutorial at http://code.google.com/p/gwt-google-apis under the 'documentation' link where you create a gadget similar to HelloGadgets and upload it to iGoogle. 2008/10/27 zujee [EMAIL PROTECTED]: Hi all, Iam trying to load HelloGadgets example avilable in

Re: Using ArrayList to instantiate GMap Polyline does not work

2008-10-28 Thread Eric Ayers
Maybe this is just an artifact of your example, but you allocate enough room for 5 points, but only populate 2. The other 3 may have different default values for ArrayList vs. Array. On Tue, Oct 28, 2008 at 1:48 AM, Joshua Partogi [EMAIL PROTECTED]wrote: Dear all, I want to draw a Polyline

Re: Gears 0.4 features in GWT Google API Library

2008-10-28 Thread Eric Ayers
Hi Mark, Thanks for posting this. I haven't forgotten about your patch, but I'm busy with a release and may not get a chance to send you feedback until later this week. I want to put your changes into 'trunk' and need to merge the release branch back. Also, I want to try out a new code review

Re: groundOverlay issue

2008-10-28 Thread Eric Ayers
Your bounds are probably wrapping back to zero. You can use the no arg LatLng.newInstance() to create bounds that cover the entire map. On Tue, Oct 28, 2008 at 6:21 AM, Vinz369 [EMAIL PROTECTED] wrote: Dear all, I'm trying to use integrate a groundOverlay in my application. Here is the

Re: Gears 0.4 features in GWT Google API Library

2008-10-28 Thread Eric Ayers
I loaded up the patch into a branch so we could perform a public code review: http://code.google.com/p/gwt-google-apis/issues/detail?id=202 On Tue, Oct 28, 2008 at 6:58 AM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Mark, Thanks for posting this. I haven't forgotten about your patch, but I'm

Re: No Mouse Down event with FocusPanel Wrapping MapWidget

2008-10-29 Thread Eric Ayers
It seems the mousedown is consumed by the Maps API to enable dragging support. I did a search on the Google-Maps-API group and found a number of suggestions. http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-APIq=mousedownqt_g=Search+this+group On Tue, Oct 28, 2008 at

Re: groundOverlay issue

2008-10-29 Thread Eric Ayers
Hi Vincent, I filed this as Maps issue 823. Please go over and star the issue so you'll be notified of any updates. http://code.google.com/p/gmaps-api-issues/issues/detail?id=823 On Wed, Oct 29, 2008 at 10:57 AM, Eric Ayers [EMAIL PROTECTED] wrote: 1) There is a bug in the LatLngBounds

Re: extgwt and google maps

2008-10-29 Thread Eric Ayers
There are GWT bindings for Google Maps at: http://code.google.com/p/gwt-google-apis but I have never personally integrated these bindings with extgwt. On Wed, Oct 29, 2008 at 10:33 AM, rizla [EMAIL PROTECTED] wrote: up :( -- Eric Z. Ayers - GWT Team - Atlanta, GA USA

Re: groundOverlay issue

2008-10-29 Thread Eric Ayers
something here? You could add that method directly into your code and use it if you need to create a LatLngBounds object without specifying any arguments. Thanks again for your help. Vincent On 29 oct, 16:10, Eric Ayers [EMAIL PROTECTED] wrote: Hi Vincent, I filed this as Maps

Re: Gears 0.4 features in GWT Google API Library

2008-10-30 Thread Eric Ayers
Further code review comments posted here: I'm going to look @ the demo now. http://code.google.com/p/gwt-google-apis/source/branch?spec=issue202 On Wed, Oct 29, 2008 at 6:03 PM, rakesh wagh [EMAIL PROTECTED] wrote: Mark, I took your servlet as is and replaced with mine and it worked! I

Re: GWT+Maps JS conflict

2008-10-30 Thread Eric Ayers
and production and before, I was just making 1 build and then modefied HTML (different api key) for each server. Now I guess I'll have to do 3 different builds.. On Oct 30, 8:06 pm, Eric Ayers [EMAIL PROTECTED] wrote: Check out the gwt-google-apis Getting Started with Google Maps page for maps

Re: GWT+Maps JS conflict

2008-10-31 Thread Eric Ayers
on the document.location property. Look in the Maps API. Search through the Maps-API Google Group Regards, Ivan Vovnenko On Oct 30, 2008, at 8:32 PM, Eric Ayers [EMAIL PROTECTED] wrote: Hmm, if it was working before... I don't think you are doing anything wrong. Have you upgraded GWT

Re: Browser tries to load css file from maps.google.com

2008-11-02 Thread Eric Ayers
Are you sure that onModuleLoad() was not called? You can check to see if the Maps API loaded with the Maps.isLoaded() in your onModuleLoad() method. On Sun, Nov 2, 2008 at 7:38 AM, Mike [EMAIL PROTECTED] wrote: Hello again, the problem was caused by a 404 response from maps.google.com,

Re: Gears 0.4 features in GWT Google API Library

2008-11-02 Thread Eric Ayers
JsValueGlueGet is about interpreting a parameter or return value in hosted mode. If, for example, you pass a string as a boolean value parameter, you'll get this error. On Sun, Nov 2, 2008 at 8:07 PM, rakesh wagh [EMAIL PROTECTED] wrote: Regarding the hosted mode ClassCastexception issue I

Re: Gears 0.4 features in GWT Google API Library

2008-11-03 Thread Eric Ayers
[EMAIL PROTECTED] wrote: So what is the fix for this? Is this a bug in Mark's code that is easy to fix? Thanks On Nov 2, 7:47 pm, Eric Ayers [EMAIL PROTECTED] wrote: JsValueGlueGet is about interpreting a parameter or return value in hosted mode. If, for example, you pass a string

Re: How to implements MakeRequest of opensocial API for MySpace by GWT

2008-11-08 Thread Eric Ayers
Opensocial is one of our next targets for the GWT-google APIs, but we don't have a target release date yet. On Fri, Nov 7, 2008 at 2:30 PM, Sammi [EMAIL PROTECTED] wrote: Hi, I'm developing a widget for myspace platform. I need to access another site's data by call use its url. Two

Re: Bug with InfoWindow and Second Map

2008-11-10 Thread Eric Ayers
Hi, I don't think you are making a mistake - I think you've run into the issue reported in issue 175. http://code.google.com/p/gwt-google-apis/issues/detail?id=175 Could you please visit the issue and highlight the 'star' ? Thanks, -Eric. On Mon, Nov 10, 2008 at 5:22 AM, [EMAIL PROTECTED]

Re: Bug with InfoWindow and Second Map

2008-11-12 Thread Eric Ayers
I just pinged the Maps team on it. On Mon, Nov 10, 2008 at 5:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oh yes, I see, these Issues are definitely related Thx for the Info, is there an ETA on a solution? -- Eric Z. Ayers - GWT Team - Atlanta, GA USA

Re: gwt-maps-1.0.1, Unterminated string constant error

2008-11-14 Thread Eric Ayers
Hi Rasmus, This doesn't appear to be realted to GWT or the Google API Wrappers for GWT. Check over and search the Google-Maps-Api google group and let us know if anything turns up. Be sure to observe their posting guidelines. -Eric. On Fri, Nov 14, 2008 at 10:37 AM, Rasmus H [EMAIL

Re: GWT Gadget, running in hosted mode with -noserver option

2008-11-19 Thread Eric Ayers
that the property 'window.__gwt_module_id' is created in 'hosted.html'. I don't see that hosted.html is loaded in GadgetTemplate.js the way it is in IFrameLinker.js, which explains the error, but I'm not sure what to do about fixing it. On Wed, Nov 19, 2008 at 10:48 AM, Eric Ayers [EMAIL PROTECTED] wrote

Re: GPolyline not properly removed from map upon removeOverlay

2008-11-19 Thread Eric Ayers
Hi Axel, It does appear to be wrong behavior but I can't tell you what to do in GWT - it looks like it might be an underlying Maps problem. One thing you could try that might work around the issue is to use Polyline.setStrokeStyle() to modify the color/transparency of the polyline instead of

Re: GWT Gadget, running in hosted mode with -noserver option

2008-11-19 Thread Eric Ayers
+jat,scottb Bob didn't have any suggestions on this one. -- Forwarded message -- From: Eric Ayers [EMAIL PROTECTED] Date: Wed, Nov 19, 2008 at 11:33 AM Subject: Re: GWT Gadget, running in hosted mode with -noserver option To: Google-Web-Toolkit@googlegroups.com, BobV [EMAIL

Re: Gears 0.4 features in GWT Google API Library

2008-11-20 Thread Eric Ayers
at 9:55 AM, Eric Ayers [EMAIL PROTECTED] wrote: The sample code LGTM. http://code.google.com/p/gwt-google-apis/source/branch?spec=issue202 The final sticking point is migrating the callbacks to use the Handler pattern. Let's discuss this some more so we can go ahead and get this patch

Re: My Maps Integration

2008-11-20 Thread Eric Ayers
Hi Umberto, I'm not sure how to interface with MyMaps, but a JavaScript API exists, as well as GWT bindings for the API at http://code.google.com/p/gwt-google-apis On Thu, Nov 20, 2008 at 6:00 PM, Umberto [EMAIL PROTECTED] wrote: Hi everybody, just a simple question. Is it possible to easily

Re: My Maps Integration

2008-11-21 Thread Eric Ayers
? Thanks again, Umberto On Nov 21, 3:11 am, Eric Ayers [EMAIL PROTECTED] wrote: Hi Umberto, I'm not sure how to interface with MyMaps, but a JavaScript API exists, as well as GWT bindings for the API athttp:// code.google.com/p/gwt-google-apis On Thu, Nov 20, 2008 at 6:00 PM, Umberto

Re: GWTTestCase and RemoteTestRunner use different port each time, triggering the Gears authentication dialog.

2008-11-21 Thread Eric Ayers
Add the '-port ' argument to the test run at port every time (fixed) e.g. -Dgwt.args=-port on the JVM arguments in Eclipse. On Thu, Nov 20, 2008 at 4:31 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have GWTTestCase tests that I run (for the moment) in Eclipse. I

Re: GWT Google Maps API - setImage Error

2008-11-22 Thread Eric Ayers
Hi Pavel, In the Maps API, there is an additional note along with setImage() Requests the image specified by the url to be set as the foreground image for this marker. Note that neither the print image nor the shadow image are adjusted. Therefore this method is primarily intended to implement

New Google Group for GWT Google Apis

2008-11-22 Thread Eric Ayers
Hello GWT Developers, To reduce the amount of traffic going to the [EMAIL PROTECTED], we've decide to split off a group for the Google APIs for GWT. These are the GWT wrappers for Google APIs such as Maps, Search, Gadgets, Gears, and now Visualization. Any discussion of patches, bugs, or just

Re: Garbled InfoWindows in gwt-maps

2008-11-25 Thread Eric Ayers
? On 30 set, 10:12, Eric Ayers [EMAIL PROTECTED] wrote: Hello Alberto, I've not heard of this before. Can you send a small code sample that reproduces the issue along with the necessary resources? -Eric. On Tue, Sep 30, 2008 at 3:13 AM, Alberto Núñez [EMAIL PROTECTED] wrote: Since

Re: api for google MAPS

2008-11-26 Thread Eric Ayers
Hi rizla: If there is such a method in the JavaScript API: http://code.google.com/apis/maps then please file an issue to have this feature wrapped. -Eric. On Tue, Nov 25, 2008 at 7:14 PM, rizla [EMAIL PROTECTED] wrote: hi to all! there is a method in the GWT maps API that finds the

Re: Exception when running GWT Gadget RPC sample project ($stats is not defined)

2008-12-03 Thread Eric Ayers
Would you mind filing an issue in the issue tracker for this problem at http://code.google.com/p/gwt-google-apis so I can keep track of this? The root of the problem is that the Gadgets linker doesn't use the same hosted mode startup as the regular IFrame linker. -Eric. On Wed, Dec 3, 2008 at

Re: extGWT and maps

2008-12-08 Thread Eric Ayers
Hi rizla, Have you tried using the MapWidget.checkResize() on the map after you pop it up? Another trick that sometimes helps with this problem is to wrap your map in a VerticalPanel. -Eric. On Mon, Dec 8, 2008 at 3:37 PM, rizla [EMAIL PROTECTED] wrote: Hi to all I've a little problem

Google Visualization and Maps libraries for GWT Released

2008-12-11 Thread Eric Ayers
We have recently announced the availability of a new Google Web Toolkit (GWT) library wrapping the Visualization API and the final release of the Maps API bindings. The Maps API library is upgraded to version 1.0.2 and includes several bugfixes since the previous release. The new Visualization

Re: GTileLayerOverlay show and hide

2008-12-11 Thread Eric Ayers
. Maybe the problem is related to the mapitz library as well? On Dec 10, 8:43 pm, Eric Ayers zun...@google.com wrote: Are you using the gwt-maps.jar library from the gwt-google-apis project? If so, this sounds familiar. See issue 107 where this was a problem with GGeoXml overlays: http

Re: GTileLayerOverlay show and hide

2008-12-11 Thread Eric Ayers
to figure out how I determine the maps version. On Dec 11, 2:32 pm, Eric Ayers zun...@google.com wrote: What the maps team always asks of me is to try to reproduce the problem in a small bit of straight JavaScript and if you can reproduce it, then they will look at the problem. You might be able

Re: GTileLayerOverlay show and hide

2008-12-11 Thread Eric Ayers
...@gmail.com wrote: as a side note, is the transition for gwt-api's version and mapitz a large change? On Dec 11, 2:34 pm, ben sidevi...@gmail.com wrote: I was just trying to figure out how I determine the maps version. On Dec 11, 2:32 pm, Eric Ayers zun...@google.com wrote: What the maps

Re: GTileLayerOverlay show and hide

2008-12-11 Thread Eric Ayers
? On Dec 11, 2:50 pm, Eric Ayers zun...@google.com wrote: /** * Return the Maps API Version currently loaded. * * @return the Maps API Version currently loaded. */ public static native String getVersion() /*-{ return $wnd.G_API_VERSION; }-*/; On Thu, Dec 11, 2008 at 2

Re: GWT bootstrap model

2008-12-12 Thread Eric Ayers
The selection scripts do make use of document.write(), which I don't believe will work properly after the document is loaded. Do you think that would explain what you are seeing? On Dec 11, 3:56 pm, Raziel raziel...@gmail.com wrote: Using GWT 1.5.3: According to the documentation, In the

Re: How to size VerticalSplitPanel contents?

2008-12-12 Thread Eric Ayers
Filling up the vertical space is a bit of a trick. Check out this FAQ: http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=FAQ_UIVerticalFillApp On Dec 11, 12:18 pm, dhoffer dhoff...@gmail.com wrote: I have a VerticalSplitPanel that contains a Tree in

Re: Geocode Directions?

2008-12-12 Thread Eric Ayers
You can use the Directions class and just not add the results to the app. http://gwt-google-apis.googlecode.com/svn/javadoc/maps/1.0/index.html The DirectionsResult object returned should give you the information you are asking for. On Dec 11, 12:24 am, Darren da...@ggs.vic.edu.au wrote: I'm

Re: Linked source folder in Eclipse project and GWT

2008-12-12 Thread Eric Ayers
All the source code you'd like the GWT compiler to see must be referenced in a GWT module. So you might need to explicitly add in a 'source' tag in one of your .gwt.xml files http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=DevGuideModuleXml On Dec

Re: My GWT Ant task wont find my remote service

2008-12-12 Thread Eric Ayers
Do you have a servlet tag in Om.gwt.xml? On Dec 11, 4:20 am, José jose.paum...@gmail.com wrote: Hello all, I'm trying to set up an Ant task to run my GWT applications. The layout of my toy-app looks like this : src/org/om/ client/ model/ClientUser.java [the class of the bean

  1   2   3   4   5   6   >