agreene Report post Posted May 20, 2009 (edited) On some of my charts I get several javascript errors while the chart is being rendered. They all say the same thing 'export_59' is undefined. export_59 is my DOMid Some examples of what it is trying to execute: __flash__addCallback(export_59, "saveAsImage"); and try { export_59.SetReturnValue(__flash__toXML(FC_DataLoaded("export_59")) ); } catch (e) { export_59.SetReturnValue(""); } After about 13 of those JS errors the chart will render and is correct, but then my export won't work because it can't find the chart by the id. I am building all of my charts with direct html code. Could this error occur if it takes too long for data to come back from my chartdata.aspx that is populatingdataURL? Thanks in advance for anyone's help with this. Edited May 20, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 22, 2009 Hello, Could you please provide the XML code, so that we might have a closer look. Share this post Link to post Share on other sites
agreene Report post Posted May 22, 2009 I tired posting my code in the forum in the code tags but it still doesn't display in preview mode. Share this post Link to post Share on other sites
saptarshi Report post Posted May 22, 2009 Hello, Could you please try attaching the .xml file to your post? Hope that works Share this post Link to post Share on other sites
agreene Report post Posted May 22, 2009 Attached is an example of a working and non working chart. I am setting everything directly in html example.txt Share this post Link to post Share on other sites
agreene Report post Posted June 17, 2009 It appears its just my machine that is having this problem. My co-workers are not having this problem using the same web project. I tried restarting my computer. Is there a particular setting I should check somewhere? Share this post Link to post Share on other sites
saptarshi Report post Posted June 17, 2009 Hello, Your problem has been forwarded to our developer team. We will get back to you. Thank you for your patience. Share this post Link to post Share on other sites
shamasis Report post Posted June 18, 2009 ... agreene (6/17/2009)It appears its just my machine that is having this problem. My co-workers are not having this problem using the same web project. I tried restarting my computer. Is there a particular setting I should check somewhere? Hello agreene, IMHO, there might be a problem with your Flash Player Installation. Re-installing the Flash Player might just solve your problem. There is a small post on re-installing Flash Player for Internet Explorer in Post #10208. See if this works for you. Do lemme know! Share this post Link to post Share on other sites
agreene Report post Posted July 14, 2009 That did the trick! Thanks so much. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 15, 2009 You are welcome. Share this post Link to post Share on other sites