This is the code:
<!doctype html><!-- The DOCTYPE declaration above will set the --><!--
browser's rendering engine into --><!-- "Standards Mode". Replacing this
declaration --><!-- with a "Quirks Mode" doctype is not supported. -->
<html> <head> <meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<!-- --> <!-- Consider inlining CSS to reduce the number of requested files
--> <!-- -->
<!-- --> <!-- Any title is fine --> <!-- --> <title>Web Application Starter
Project</title> <!-- --> <!-- This script loads your compiled module. --> <!--
If you add any GWT meta tags, they must --> <!-- be added before this line.
--> <!-- --> <script type="text/javascript" language="javascript" src="
simpleviz/simpleviz.nocache.js<http://127.0.0.1:8888/simpleviz/simpleviz.nocache.js>
"></script> </head>
<!-- --> <!-- The body can have arbitrary html, or --> <!-- you can leave
the body empty if you want --> <!-- to create a completely dynamic UI. --> <!--
--> <body> </body></html>
Thanks in advance!
El martes, 5 de febrero de 2013 16:43:29 UTC+1, asgallant escribió:
>
> Could you post an example of the javascript rendered by your server-side
> code (open the page in a browser and view the source)? I'm not familiar
> with the GWT implementation, but maybe I can logic out the scope problem
> you are having if I can see the javascript.
>
> On Tuesday, February 5, 2013 10:35:31 AM UTC-5, Maria Garcia wrote:
>>
>> To refresh the graph the code is:
>>
>> Timer tempTimer = new Timer() {
>> @Override
>> public void run() {
>> graph.draw(refreshDataTable()), createOptions());
>> }
>> };
>> tempTimer.scheduleRepeating(1500);
>>
>> The problem is that when I run the web application, I can't to gain
>> access to the DataTable that uses the graph. I haven't anything similar to
>> NameOfGwtObject.getDataTable() for modify this dates.
>>
>> Is it possible to do the same, with a more easy method?
>>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.