The API performs the opening of the normal infowindow in two steps, 
separated by a setTimeout(0), to allow the browser to put the contents 
together so that the second part can ask the browser about their size.

GInfoWindow.maximize() doesn't work until both parts have been 
performed, so use

  setTimeout("map.getInfoWindow().maximize(true)",1);

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


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