Over at the Google APIs for GWT project ( http://code.google.com/p/gwt-google-apis) we are working on that. Basically, you need to create wrappers for creating a script element in JavaScript and injecting it into the DOM. the jsapi script takes an argument which is a function to call when the script is finished loading that you need to hook in to make your logic reliable.
On Thu, Jan 22, 2009 at 1:47 AM, Srikesh <[email protected]> wrote: > > Hi, > I am building a web application using GWT. In this application we > are using intensity maps provided by google. > In the example provided in the google website <script > tag is used > for accessing this API("http://www.google.com/jsapi"). Can you please > provide pointers how to access this API in native method of GWT?. I > should only use native method because of some other constraints. > Please help. > > Thanks in advance. > > Regards, > Srikesh. > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
