Re: Problem compiling gwt-google-api source code

2008-10-27 Thread Jim Alateras
Thanks that did it On Oct 26, 11:03 pm, "Eric Ayers" <[EMAIL PROTECTED]> wrote: > Are you using the latest GWT distribution?  As of today that is GWT > 1.5.3 which should contain the JsArray class.    If there is a problem > with the doc, let me know. > > > >

Problem compiling gwt-google-api source code

2008-10-24 Thread Jim Alateras
I am getting the following error doing s top level build of the gwt- google-api source. I have followed the instructions here (http:// code.google.com/docreader/#p=gwt-google-apis&s=gwt-google- apis&t=GettingStartedSource). Is there something specific that i am missing. I am using jdk1.5 on macos

Re: MapWidget only partially rendering

2008-10-23 Thread Jim Alateras
.  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 of the map widget rendering whe

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

2008-10-23 Thread Jim Alateras
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? 2) I have changed to 2.118 and now i get the map type and zoom controls showing. Sim

MapWidget only partially rendering

2008-10-23 Thread Jim Alateras
I am only getting a part of the map widget rendering when I run my gwt application. This happens both in hosted and non-hosted mode. I need to resize the window before i get a complete map. Here is my code mapWidget = new MapWidget(initialPoint, zoomLevel); mapWid

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

2008-10-23 Thread Jim Alateras
Just to add some further information. I am using GWT 1.5.2 on the mac On Oct 24, 12:20 pm, Jim Alateras <[EMAIL PROTECTED]> wrote: > HI, > > I am trying to open the info window to a marker in my GET application > using the code below. When I click on it the code in 'onCl

Problem with gwt-maps-1.0.0RC1 and InfoWindow

2008-10-23 Thread Jim Alateras
HI, I am trying to open the info window to a marker in my GET application using the code below. When I click on it the code in 'onClick' gets executed (i can it in the debugger) but the info window is not displayed. Any ideas why this maybe the case? mapWidget.setCenter(latlng, 1

Re: Your opinion sought: Jetty or Tomcat?

2008-10-19 Thread Jim Alateras
I use both so wouldn't be an issue. I do prefer jetty as an embedded HTTP server. cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-To