Chris, I had the same problem in the past. It has to do with the demodularization of the InfoWindow. Also see this thread I've started on this issue: http://groups.google.com/group/Google-Maps-API/browse_thread/thread/424ad972c82e490b/131ae1e5c96e2bd2#131ae1e5c96e2bd2 The link there to the problem example page is still active. The solution however provided there in that thread by Mike Williams is no longer valid. See this thread http://groups.google.com/group/Google-Maps-API/browse_thread/thread/ccb1b0bd689cf77c/59a899c372918bc6#59a899c372918bc6
On 12 dec, 09:45, "Chris Hunt" <[email protected]> wrote: > Thanks for that - I did do a search but didn't find that thread. > I've found a bodge which works ok. Just open and close an info window when I > populate my markers......... > GEvent.trigger(pointDataCollection[0].googleMarker, "click"); > map.closeInfoWindow(); > > Not pretty but works a treat. > > Cheers > > Chris > > 2008/12/12 Rossko <[email protected]> > > > > > > Can anyone think of any way to sort the problem so it works every > > > time? > > > There are some suggestions in this very recent thread - > > >http://groups.google.com/group/Google-Maps-API/browse_thread/thread/a... > > > cheers, Ross K > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
