Plot data from Thread

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
moelski
Newbie
Newbie
Posts: 92
Joined: Tue Jun 19, 2007 12:00 am
Contact:

Plot data from Thread

Post by moelski » Mon Mar 29, 2010 9:15 am

Hello !

Can you give me an example how to plot data from a thread?
We use a thread for calculating the data and now we need to plot this data. Synchronize is not an option because the methide runs in the main thread and we would like to avoid that.

Any ideas ?

Greetz Dominik

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

Re: Plot data from Thread

Post by Yeray » Tue Mar 30, 2010 9:01 am

Hi Dominik,

I'm not sure to understand the exact situation. Could you please arrange a simple example project we can run as-is to reproduce the behaviour here?
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