Hi,

The scenario... the infoWindow on a marker is opened at map creation.
When a user clicks the close button the infoWindow closes. I want the
user to be able to click on the marker to reopen the infoWindow.

So originally I tried the following:
------------------
mapMarker.openInfoWindowHtml(htmlMarker);

GEvent.addListener(map, "click", function() {
   mapMarker.openInfoWindowHtml(htmlMarker);
});
------------------

Which caused the infoWindow to immediately reopen when a user clicked
on the infoWindow's close box. The window blinks as it closes
momentarily and immediately reopens.

Any suggestions on how to open the infoWindow immediately on map
creation, but then allow the user to close and reopen the infoWindow?

Thanks, Duane

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to