I think you mean:

  google.setOnLoadCallback(firstFunction);

If you use google.setOnLoadCallback(firstFunction()), you will
actually call firstFunction() with no inputs.  But
google.setOnLoadCallback(firstFunction) just passes the function
"firstFunction" to the setOnLoadCallback method, which is what you
want.

Try that and let us know if it does/doesn't work.

-- N

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

Reply via email to