It seems that addListener is not appropriate in this case. I don't understand why it doesn't work but I simply launch marker.openInfoWindowHtml(htmlMessage); just after the marker is added to the map and it is working. Steve
On Fri, Oct 17, 2008 at 4:06 PM, stetou <[EMAIL PROTECTED]> wrote: > Hi, > I would like the content of marker.openInfoWindowHtml to appears > immediatly when the marker is added with map.addOverlay (marker). > I tried GEvent.addListener(marker, "addOverlay", function() without > success > > GEvent.addListener(marker, "dragend", function() works well, but I > need the window to open when the marker is added to the map > thanks > Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
