Hello,
If I put more than 1 candlestick chart on a page, a few of my IE6 & 7 clients display this error 2 times for each candlestick chart:
----
A Runtime error has occurred.
Do you wish to debug?
Line: 0
Error: "<clientId>" is undefined.
Yes | No
----
If I start VS05 as my debugger, the script block that appears to be throwing the error is:
----
__flash__removeCallback(<clientId>, "setDataXML");
----
The clientId is being uniquely generated by asp.net so it's different for all the charts, but is set as the object id and embed name values.
Any ideas on why I'd be getting this or how to fix it?
(P.S. I've actually had this problem before using the candlestick chart on a PHP system. I ended up only using 1 chart per page, but exact same error from a different platform.)