Hi all,
I need some help i try to make a custom info window, i use a
EWindow.js from http://econym.org.uk/gmap/ewindows.htm i put the <link
rel="stylesheet" type="text/css" href="ewindow.css"> and
<script type="text/javascript" src="EWindow.js"></script> in the html
file, and after i create a native method with
public native static void myinfowindows(MapWidget map,Marker mark)/*-
{
var ewindow = new EWindow(map, E_STYLE_1);
map.addOverlay(ewindow);
ewindow.openOnMarker(mark,"<div>blaaasdfasdfads</div>");
}-*/;
and gave me this error:
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError): 'EWindow'
is not defined
number: -2146823279
description: 'EWindow' is not defined
can you help me, thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---