The suggestion by Thomas also worked for my BUT I have to specify the api key in the script include: <script type="text/javascript" src="http://www.google.com/jsapi? key=my_api_key"></script>
I'll try to build the jar from trunk manually, since all the jars from the official download page are quite old (almost a year). On Apr 16, 8:34 am, JeanV <[email protected]> wrote: > This seems to have solved the problem for me. > Thank you so much for taking the time to respond Thomas! > > On Apr 15, 11:14 am, Thomas M <[email protected]> wrote: > > > > > Have you guys ensured that the GWT AjaxLoader is referenced by your > > html file? See > > this:http://code.google.com/p/gwt-google-apis/wiki/VisualizationFAQ#Why_do... > > > On 15 Apr., 10:42, JeanV <[email protected]> wrote: > > > > Furthermore, even a hard refresh or restart of IE does not correct the > > > problem. The only solution is to delete all IE temporary files. > > > > On Apr 15, 8:56 am, JeanV <[email protected]> wrote: > > > > > Having the same problem with IE. Basically, I have a GWT app that > > > > dynamically refreshes the Visualization. It works the first time > > > > (after clearing cache) but then when > > > > VisualizationUtils.loadVisualizationApi is called the second time > > > > around, the callback function is never invoked. Any help would be > > > > greatly appreciated. > > > > > Jean > > > > > On Mar 22, 5:59 pm, Anky <[email protected]> wrote: > > > > > > Hi, > > > > > > I am facing this issue since last week. Whenever I make a code change, > > > > > the code works fine. It shows proper log from server but the chart is > > > > > not getting displayed on the screen. What type of problem is this? It > > > > > was working fine earlier. > > > > > Also when I debug the application, the control should go to the > > > > > runnable's run method after this statement: > > > > > VisualizationUtils.loadVisualizationApi(onLoadCallback, > > > > > ColumnChart.PACKAGE); > > > > > but it skips the whole runnable block of the code. > > > > > > Thanks > > > > > Ankit > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" 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 > athttp://groups.google.com/group/google-visualization-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
