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 can it in the debugger) but the info window is not > displayed. Any ideas why this maybe the case? > > mapWidget.setCenter(latlng, 16); > > final Marker marker = new Marker(latlng); > marker.addMarkerClickHandler(new MarkerClickHandler() { > public void onClick(MarkerClickEvent event) { > final InfoWindow info = > mapWidget.getInfoWindow(); > info.open(event.getSender(), new > InfoWindowContent(address)); > } > > }); > > mapWidget.addOverlay(marker); --~--~---------~--~----~------------~-------~--~----~ 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-Toolkit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---