Displaying an animated gif while series click event is in pr

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Newbie
Newbie
Posts: 34
Joined: Thu Oct 25, 2007 12:00 am

Displaying an animated gif while series click event is in pr

Post by Adrian » 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?

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Fri Aug 07, 2009 4:04 pm

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply