Martin,

Thanks for the suggestion, but I tried that and there was no
difference.

-- Geoff

On Nov 23, 12:08 pm, Martin™ <warwo...@gmail.com> wrote:
> Hi.
>
> It might be that the 'domready' event fires BEFORE your next line of
> code which adds an event listener for that event.
> (The event happens before you listen for it).
>
> Try adding the domready event listener before opening the InfoBubble:
>
> var infoWindow = new InfoBubble({content: request.responseText,
> maxWidth: 1000, position: latLng, arrowSize: 0, maxHeight: 600});
> google.maps.event.addListener(infoWindow, "domready", function()
> {load_rotator();});
> infoWindow.open(map);
>
> Martin.

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