DMXzone Google Maps 2 Support Product Page

Solved

dmxBrowser.openURL is not a function.

Reported 25 Mar 2015 19:37:48
1
has this problem
25 Mar 2015 19:37:48 nacho vidau posted:
When using Advanced HTML Editor 3 with the Google Maps Add-on, if I try to use the Drawing add-on I keep getting the following javascript error: At line 104 of file "C:\Program Files\...\Commands\dmxDoogleMapsAddon_Drawing.htm": dmxBrowser.openURL is not a function.

I am using Dreamweaver CC 2014, what is the problem?

Replies

Replied 07 Apr 2015 17:47:12
07 Apr 2015 17:47:12 nacho vidau replied:
Since I have not received any answers from DMXzone in this forum and by sending an email to Support (which by the way is always offline), I thought that maybe if I upgraded to Google Maps 2 it will work again, but it did not, the problem persists and I spent more money on this.

Please release an update to the Google Maps 2 extension to get rid of the dmxBrowser.openURL is not a function error
Replied 08 Apr 2015 08:08:00
08 Apr 2015 08:08:00 Teodor Kuduschiev replied:
Hello Nacho,
The error you see is fixed in DMXzone Google Maps 2. If you still see it, then the extension was not properly installed.
Please download and install the DMXzone Extension Manager: www.dmxzone.com/go/22670/dmxzone-extension-manager-for-dreamweaver and use it to install our extensions.
It offers much greater install/update experience, than Adobe EM. Also it does not require entering your username, password and serial number for each of the extensions that you install.
Replied 09 Apr 2015 18:37:16
09 Apr 2015 18:37:16 nacho vidau replied:
Hello Teodor, I have done all you say but I still getting the dmxBrowser.openURL is not a function error, and now the entire google maps add on does not work, it opens under the editable area and no map is shown, there is no way to close or cancel either. You can see what I am talking about here: www.cicmundiales.net/1/borrable_1.asp

I also tried to reinstall the Google Maps Drawing Add-on and I received a message from the DMXzone extension manager that reads: Extension is not for 64bit Dreamweaver install anyway?

Can this be the problem? and if it is, how can we fix it?

thanks
Replied 14 Apr 2015 09:25:26
14 Apr 2015 09:25:26 Teodor Kuduschiev replied:
Hello Nacho,
Your page code is missing some closing tags (body,html) ... It does not render properly. Could you please paste the code of your page from Dreamweaver here, so we can check it.
Replied 14 Apr 2015 19:19:33
14 Apr 2015 19:19:33 nacho vidau replied:
Hello Teodor, thank you for the reply, I made a new example page (sorry about the missing tags in the other one) but still the same problem, also the problem with the Drawing add-on persists:

​While executing onLoad, the following JavaScript error(s) occurred:
At line 104 of file "C:\Program Files\Adobe\Adobe Dreamweaver CC
2014.1\Configuration\Commands\dmxGoogleMapsAddon_Drawing.htm":
dmxBrowser.openURL is not a function

Please take a look at the new example page: www.cicmundiales.net/1/google_map.asp

Using the Developer Web Console in firefox I can see this notice when the page is loaded:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to thee end user's experience. For more help xhr.spec.whatwg.org/
jquery-latest.pack.js:4:0

And this when the Google Maps button is clicked in the HTML editor:
SyntaxError: expected expression, got '<'
jquery-latest.pack.js:4:0

Thanks for your time, I am posting the code for the example page in another Replay.
Regards
Nacho V.
Replied 14 Apr 2015 19:19:58
14 Apr 2015 19:19:58 nacho vidau replied:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml" lang="es-ES" prefix="og: ogp.me/ns#">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--
<meta name="viewport" content="width=1170, maximum-scale=3.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
-->
<title>Titulo</title>
<link rel="stylesheet" type="text/css" href="../Styles/dmxEditor.css" />
<link rel="stylesheet" type="text/css" href="../ScriptLibrary/dmxEditor/iconsets/modern/modern.css" />
<link rel="stylesheet" type="text/css" href="../styles/dmxEditor/ipad_flat/ipad_flat.css" />
<script type="text/javascript" src="../ScriptLibrary/require.js"></script>
<link rel="stylesheet" type="text/css" href="../Styles/dmxGoogleMaps.css" />
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="maps.google.com/maps/api/js?sensor=false&libraries=drawing"></script><script type="text/javascript" src="../ScriptLibrary/dmxEditor.min.js"></script>
<script type="text/javascript" src="../ScriptLibrary/dmxGoogleMaps.js"></script>
</head>



<body>



<form id="form_test">
<p>
<label for="textarea">Example text area:</label><br />
<textarea id="textarea" name="textarea" class="dmxEditor ipad_flat" style="width:900px;height:600px"></textarea>
<script type="text/javascript">
// <![CDATA[
jQuery(document).ready(
function()
{
jQuery("#textarea".dmxEditor(
{"width": 900, "height": 600, "FileManager": {"path": "media", "subFolder": "0", "server": "asp", "view": "thumb", "showThumbs": true, "allowUpload": true, "allowDownload": true, "allowCreate": true, "allowRename": true, "allowDelete": true}, "YouTubizer": {"query": "visitmexico", "cols": 4}, "GoogleMaps": {"dataSource": "", "latitude": "", "longitude": "", "markers": [{"address": "carolina 50, col. Ampliacion Napoles, Mexico DF, 03840"}], "icon": {"image": "", "shadow": ""}}, "textColor": "#494949", "bgColor": "#FFFFFF", "focusOnLoad": true, "lineBreak": "br", "allowUpload": true, "uploadPath": "media", "subFolder": "0", "allowResize": true, "resizeMaxHeight": 900, "iconSet": "modern", "includeCss": "../css/editables.css", "skin": "ipad_flat", "locale": "es", "extensions": ["FileManager", "GoogleMaps", "path_browser", "resizer", "YouTubizer"]}
);
}
);
// ]]>
</script>
</p>
<p>
<input type="submit" name="submit" id="submit" value="Submit" />
</p>
</form>

</body>
</html>
Replied 29 Apr 2015 19:12:34
29 Apr 2015 19:12:34 nacho vidau replied:
What is it? no ideas, no answer?
Replied 12 May 2015 15:14:13
12 May 2015 15:14:13 nacho vidau replied:
This issue has not been resolved and it is like you don't even care, it's been more than a month!
Replied 13 May 2015 08:20:38
13 May 2015 08:20:38 Teodor Kuduschiev replied:
Hello,
The issue is caused by the drawing add-on. For now you can just remove it and wait for the updated version that is coming soon.
Replied 07 Jul 2015 19:01:18
07 Jul 2015 19:01:18 nacho vidau replied:
Its been a long time and there still no answer, I have downloaded the latest -google maps 2- and -drawing add-on- and still does not work. Not even when using only the google maps 2 without the drawing add-on. I have updated the example in www.cicmundiales.net/1/borrable_1.asp using only the Advanced HTML Editor 3 Version: 3.5.5 and the DMXzone Google Maps Version: 2.0.2

Those two extensions are the only two things on the example page and it does not work.

Please fix it!, It's been more than three months





I am getting this messages from the web console:

jquery-latest.pack.js:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help xhr.spec.whatwg.org/

and when trying to insert a map:

jquery-latest.pack.js:
SyntaxError: expected expression, got '<'
Replied 08 Jul 2015 07:21:30
08 Jul 2015 07:21:30 Teodor Kuduschiev replied:
Hello,
The drawing addon has been updated and it works fine in 64bit versions of DW CC.
I do not see any issues on the link you provided...

Reply to this topic