Search found 2 matches

by Norbert
Thu Nov 09, 2006 5:45 pm
Forum: .NET
Topic: TChart blocks updates of other components
Replies: 7
Views: 11210

Hi,

thanks for your answer and the code modifications.

I'm using now a timer to update the charts instead of invoking the update functions within the thread. Thats working fine.

Norbert
by Norbert
Fri Nov 03, 2006 8:46 am
Forum: .NET
Topic: TChart blocks updates of other components
Replies: 7
Views: 11210

Hello, I have noticed the same problem with TeeChart 2.0.2489.20951. I am using Visual C++ 2005 .NET. If I use for example two Charts in one form and I want to update both charts very quickly (~ 10 updates per second), only one chart is updated, the other chart seems to be blocked, i.e there is no r...