PDA

View Full Version : Hide Info Window?


Web Studio West
07-29-2009, 04:30 PM
I just want the pin to show on the map and not the info window. There has to be a setting in the "wagmp" file?

Thanks, Gary

Ray Borduin
07-30-2009, 07:34 AM
just comment out any line that includes .infoWindow or .openInfoWindow and it won't ever open. If you have a url I can give the precise lines.

Web Studio West
07-30-2009, 12:35 PM
I commented out the first line of code containing "infowindow" and that seemed to do the trick. I won't bother with other lines. Here is the code I commented out:

// icon_0.infoWindowAnchor = new GPoint(19,0);

This is the page with the map: http://d1678067.u245.dev19.com/community.php?key=1


Thanks, Gary