PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Maps onion.js error
Maps onion.js error
Iniciado por gharjohan, 15,feb. 2016 09:59 - 2 respuestas
Publicado el 15,febrero 2016 - 09:59
We've been using the Map control in WD for about a year now without a problem. (WD19, now WD20)
Suddenly we get a script error message on "http://maps.google.com/maps-api-v3/api/js/23/7/onion.js" on line 0, Char 0 and Code 0.
Screenshot:




We only use the Map control with calls:
MapAddMarker(MapView,selectedMarker)
MapDisplayPosition(MapView,selectedMarker.Position)

The code have not changed in the last 6 month.
Any help with this, please?
Publicado el 18,marzo 2016 - 11:21
Il suffit de rajouter un

<meta http-equiv="X-UA-Compatible" content="IE=edge">

dans le header


et tout refonctionne .... enfin pour moi....

Bye
Publicado el 18,marzo 2016 - 12:24
Hi

If I remember correctly, there is a patch/fix available. You'll have to
ask pcsoft support for it.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


On 3/18/2016 5:21 AM, Alain BILLIAR wrote:
Il suffit de rajouter un
<meta http-equiv="X-UA-Compatible" content="IE=edge">

dans le header


et tout refonctionne .... enfin pour moi....

Bye