Search found 6 matches

by stundman
Mon Sep 18, 2006 4:16 pm
Forum: VCL
Topic: Problem using a TTimer to Refresh
Replies: 3
Views: 3730

Hi Narcis, Thank you for the link, it will be usefull. I tried CheckDataSource but it doesn't work. Can it be possible that the problem is because I use a TFrame instead of a TFrom ? I already tried to renew my series (create after FreeAndNil every time I'm in the TTimer procedure) but it still apea...
by stundman
Mon Sep 18, 2006 12:34 pm
Forum: VCL
Topic: Problem using a TTimer to Refresh
Replies: 3
Views: 3730

Problem using a TTimer to Refresh

Hi, I use D2005 and TeeChartPro v7.07. I use a TTimer to Refresh 2 charts in a Form (a frame actually). In the procedure of the TTimer I have a function "RefreshData" which does a calculation and give new datas for the series. I've got 2 TFastLineSeries for one chart and 4 for the other chart, all i...
by stundman
Thu Oct 20, 2005 3:13 pm
Forum: VCL
Topic: Translation editor and TChart
Replies: 4
Views: 4925

I solved my problem...

In the compilation options (options -> packages) I forgot to check the option : "Build with the execution packages".
Now, I can see the packages used in the application information (project -> information).

I hope my problem will be usefull for the next people...

Bye.
by stundman
Thu Oct 20, 2005 1:41 pm
Forum: VCL
Topic: Translation editor and TChart
Replies: 4
Views: 4925

Hi again, I want to explain once again my problem... and I wait for an answer please... I develop with Delphi 2005. I've got a simple project as below unit Graphe; interface uses { system } Windows, SysUtils, Graphics, Forms, Buttons, Controls, ExtCtrls, StdCtrls, Classes, { steema } TeePolar, Chart...
by stundman
Mon Oct 17, 2005 11:54 am
Forum: VCL
Topic: Translation editor and TChart
Replies: 4
Views: 4925

Translation editor and TChart (bis)

Hi, Thank you for your reply. Actually I knew the procedure to translate the ChartPreviewer function. I want to explain my specific problem. In my Delphi 2005 project, I've got DFM and PAS files attached with myprogram.exe . And when I use the translation editor of Delphi 2005, after compiling I've ...
by stundman
Fri Oct 14, 2005 11:46 am
Forum: VCL
Topic: Translation editor and TChart
Replies: 4
Views: 4925

Translation editor and TChart

Hi, I want ot know if it's possible to use the translation editor of Delphi 2005 with the translation procedures of TeeChartPro. Because when I'm in antoher language the program raise the error "can't find TeeChartPreviewer procedure". That's mean with my TChart I can't use the procedure TChartPrevi...