Displaying an animated gif while series click event is in pr
Posted: Wed Aug 05, 2009 8:58 am
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?
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?