On Aug 10, 2:52 pm, novitonics <[email protected]> wrote: > Would luv to be able to post it although I'm afraid that I cannot. And > even if I could do so, you wouldn't be able to debug a narrative view > within a OBIEE application anyway.
You may be doing us a disservice in your assumption. And presumably this application is not publicly available and needs a Premier licence, so you could always ask your Premier support rep. However, it appears (as Larry has intimated) there's a timing issue. You may wish to look at the infowindowopen event. http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GMap2.infowindowopen -- x.openInfoWindowHtml('<div id="myDiv"></div>'); then use the infowindowopen event handler to inject content into div "myDiv". I use it here to put a StreetView object into an opened infoWindow: http://www.acleach.me.uk/gmaps/streetview-infow2.htm -- 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.
