I send this to IE users who have this issue: Open Regedit Under KKEY_CURRENT_USER > SOFTWARE > MICROSOFT > INTERNET EXPLORER Check to see if you have a KEY called STYLES (if not create one) Go into the KEY and Create a DWORD called MaxScriptStatements If you are using IE 7, set the decimal value of the DWORD to 0 if you are using IE 6 or under, set it to 20000000
On Feb 23, 12:23 pm, Sean Strickland <[email protected]> wrote: > I have an automated timeline that contains daily points from 1996-2010 > for three metrics. That's roughly 5k lines of data.addRow(), adding 3 > values per line. > > When opening with any browser, I get an error saying that the flash > script is unresponsive and requests feedback on whether or not I > should wait on it. If I wait, it always loads. > > I need to either: > a) find a way to disable this message and simply wait for the script > to load > b) find a quicker way to load the information (compressed data, > external dataset, etc.?) > > I have the data in an access database on my server. I create an HTML > file daily based on that data by feeding the values through the google > API script. > > Has anyone experienced this? What are my options? -- 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.
