The GUnload method is called implicitly via a handler.  Iinstalled when the
MapWidget is created.  The GUnload method gets called when the window is
closed.  If you like, you can explicitly invoke it by creating your own JSNI
method as follows:

private static native void nativeUnload() /*-{
    $wnd.GUnload && $wnd.GUnload();
  }-*/;


On Mon, Dec 29, 2008 at 10:31 AM, byhisdeeds <[email protected]> wrote:

>
> I am using the latest gwt maps MapWidget within a Dialog and want to
> know how to unload the resources when I hide the dialog, as I don't
> see any GUnload() function in the documentation.
>
> John
> >
>


-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

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

Reply via email to