Page 1 of 1

Displaying an animated gif while series click event is in pr

Posted: Wed Aug 05, 2009 8:58 am
by 13047134
Hi there,
I'm using Tchart V3 in an ASP.NET 2.0 VS 2005 project. I use the series click event on a chart displayed on a web page to cause a new web page to be opened which will display another chart. This process can take some time so I'd like to display an animated gif on the first page while it all happens. Now I have no problems getting the gif to display but as soon as the series is clicked the animation stops.... my guess is that the click event is synchronous call back which ties up the single thread of the browser.

Is there anyway I can get the animated gif to continue to be animated while the series click event processes?

Re: Displaying an animated gif while series click event is in pr

Posted: Fri Aug 07, 2009 4:04 pm
by yeray
Hi Adrian,

I'm afraid that there's no specific TeeChart feature to do that. But probably you could achieve what you are trying to do working with multiple threads.
http://msdn.microsoft.com/en-us/magazine/cc164128.aspx