close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

map not shown in all size choose

Thread began 4/29/2010 9:05 am by fredalva299199 | Last modified 5/06/2010 7:15 am by Jason Byrnes | 2528 views | 6 replies |

fredalva299199

map not shown in all size choose

Hi,
i just setup google pro maps and define area as 600X400.I use dynamique address and map is not show in all area define in script.

Is someone have same problem ?

Fred

Sign in to reply to this post

Jason ByrnesWebAssist

please post a link where i can see the problem to investigate the cause.

Sign in to reply to this post

fredalva299199

Sorry, this is link:
detail_location.php?loc_id=1

Sign in to reply to this post

Jason ByrnesWebAssist

this is an issue with using the map in spry tabbed panel.


to work around the problem, edit the google_javascripts/wagmp_map_1.php file.

find the following code:

var map = new GMap2(document.getElementById('wagmp_map_1'));



and change it to:

var mapElem = document.getElementById('wagmp_map_1');
var mapWidth = mapElem.style.width;
var mapHeight = mapElem.style.height;
var map = new GMap2(document.getElementById('wagmp_map_1'),{size:new GSize(mapWidth.replace('px',''),mapHeight.replace('px',''))});
Sign in to reply to this post

fredalva299199

Thanks works now, but i can't edit map to update something in dreamweaver.I click on map but no edit buttun in propertie panel.Is there because map are in spry tab ?

Other problem if i set driven option with dynamic value there is nothing shown in livesite.

Fred

Sign in to reply to this post

fredalva299199

No answer ?

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
login.php

Sign in to reply to this post

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...