Andrew, thank you for your reply.
i have placed the listener *into* the createMarker Function, the way
it should be, worked in the past with success with that method, only
if im using the default marker.openInfoWindowHtml(html); this way, its
working fine.
in the same place, trying to open the marker.openExtInfoWindow, is not
working, and im getting this error:

Error: uncaught exception: Error in GMarker.openExtInfoWindow: map
cannot be null

tried to find whats wrong and i found in the js file this particular
bit of code

GMarker.prototype.openExtInfoWindow = function(map, cssId, html,
opt_opts) {
  if (map == null) {
    throw 'Error in GMarker.openExtInfoWindow: map cannot be null';
    return false;
  }

what means, it cannot find the object, and i wonder why, when the
other way around, its working fine (with the default opener)

any suggestions ?

-- 
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