Dear everybody, Some time ago I did a small gwt project that use gwt-visualization. 1.0.0 . Now, I decided to renew the project on a new machine. I downloaded a new library gwt-visualization.1.0.2 and get an error:
"The import com.google.gwt.visualization.client.AjaxLoader cannot be resolved " . I checked the library and saw that indeed, the AjaxLoader library is now located in the com.google.gwt.ajaxloader.client.AjaxLoader . However, the file AjaxLoader.java doesn't have a method loadVisualizationApi(Runnable, String) that I used before. Instead, it has a method loadAPI (String, String, Runnable, Options) . What is the right way to use the new library? Thank you Julia --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
