Now I figure out the problem which is in the label div itself. Since the div is not loaded until first click on marker. So make a mandatory call on marker to open infomation window before click will solve similar problem. e.g add "map.getInfoWindow().show()" immediately after you generate a map. Hope this helps some in same situation like me:)
On Feb 19, 12:15 pm, Achilles <[email protected]> wrote: > Well, alright > Thanks all the same.. > > > > Mike Williams wrote: > > Wasn't itAchilleswho wrote: > > > >Well, I am still in the phase of testing the page on local server. So I > > >can only provide pieces of code and some snapshot.. > > > That would mean that we will only be able to help you after you've > > finished testing. > > > I suggest you reconsider, and find a way to post a temporary copy of > > your test page. > > > -- > >http://econym.org.uk/gmap > > The Blackpool Community Church Javascript Team- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
