I've been using infoWindows, but due to the desire to change the
layout of the infoWindow, I'm trying to switch to an infoBubble.
However, the domready event isn't executing like it did for the
infoWindow.  I'm a javascipt hacker, so please explain this to me in
terms that a hacker can understand.

Here's the code that I'm using:

var infoWindow = new InfoBubble({content: request.responseText,
       maxWidth: 1000, position: latLng, arrowSize: 0, maxHeight:
600});
infoWindow.open(map);
google.maps.event.addListener(infoWindow, "domready", function()
{load_rotator();});

Thanks in advance!

-- Geoff

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to