close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Disable info window

Thread began 4/23/2009 10:01 pm by tim376735 | Last modified 4/27/2009 9:21 am by Ray Borduin | 22996 views | 3 replies |

tim376735

Disable info window

How can I disable the info window (normally showing the coordinates or address) completely, leaving only the map visible?

Suggestions highly apprechiated!

Sign in to reply to this post

Ray BorduinWebAssist

There is an openInfoWindow reference in the .js that opens the info window. You could comment it out at the appropriate place. If you had a url I could give you the line number and more precise reference.

Sign in to reply to this post
Did this help? Tips are appreciated...

tim376735

As my site is still under construction, I have for now only a very basic implementation of the map (with static data) - to get the try and feel for the dynamic integration with a database.

The example can be found under:
lima_info_overview.php .

In the middle of the page is section called "Map of Lima" (clicking on the small map will open a new browser window with the real google map).

All related files are under:

wagmp_map_1.php
wagmp_maps.js
promaps_geocache_php.php

Thanks for having a look!

Sign in to reply to this post

Ray BorduinWebAssist

OK, you will see code in your .js file:

GEvent.addListener(marker_0, 'click', function() {
marker_0.openInfoWindowHtml(address_0.infowindowtext);
});
if(!fromAddress.enabled || 'address_0' != 'address_0') {
map.setCenter(point, 13);
map.addOverlay(marker_0);
marker_0.openInfoWindowHtml(address_0.infowindowtext);

you can see that openInfoWindowHtml() function is referenced twice. You would want to leave the one inside the .addListener() section and comment out the second one like:

GEvent.addListener(marker_0, 'click', function() {
marker_0.openInfoWindowHtml(address_0.infowindowtext);
});
if(!fromAddress.enabled || 'address_0' != 'address_0') {
map.setCenter(point, 13);
map.addOverlay(marker_0);
// marker_0.openInfoWindowHtml(address_0.infowindowtext);

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...