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

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

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 svn/releases/maps/1.0

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 'onClick' gets > executed (i c

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