Hello NG,

i was sent here from gwt-google-apis to get more help.

my problem was:
public static native void exportStaticMethod() /*-{

           $wnd.addBioMarker =
        @at.biooffice.gwt.maps.biomap.client.BioMapModule::addBioMarker
(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;DD);
        }-*/;


where the function is defined:

    public static String addBioMarker(String color, String letter,
String hint,
                double longitude, double latitude) {
with output in the function to see if it gets called properly
    System.err.println("addBioMarker(String "+color+", String "+letter
+", String "+hint+","+
                "double "+longitude+", double "+latitude+")");



this gets accepted while compiling, but the function does not get
executed/or does not work when i call it by java-script (no syserr nor
a result on the map...)

any ideas?
if you need more information and or code let me know

greets
lumo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to