Search found 104 matches

by Calou
Fri Dec 11, 2009 10:28 am
Forum: VCL
Topic: TcursorTool
Replies: 2
Views: 4567

TcursorTool

Hello, I use TcursorTool like it : Procedure Tform1.CursorSynchronize( Source, Dest: TCursorTool ); begin Dest.ParentChart.AutoRepaint:=False; // stop repainting Dest.RedrawCursor; // hide cursor Dest.XValue := Source.XValue; Dest.RedrawCursor; // draw cursor again Dest.ParentChart.AutoRepaint:=True...
by Calou
Wed Nov 25, 2009 5:10 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

I will do more tests tomorrow but it seems to be good

Many thanks
by Calou
Wed Nov 25, 2009 4:07 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

Many thanks Yeray
by Calou
Wed Nov 25, 2009 3:47 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

Hello,

I am very sorry to insist :oops: but have you find something to correct the problem?

Thank you very much for the feedback

Regards
by Calou
Tue Nov 24, 2009 4:24 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

hello, I have modified your example like this : procedure TForm1.Button2Click(Sender: TObject); var i: Integer; FileName: string; begin for i := 0 to length(Charts)-1 do begin FileName:='C:\tmp\Chart' + inttostr(i) + '.tee'; if FileExists(FileName) then begin Charts[i].free;//for test with advstring...
by Calou
Tue Nov 24, 2009 8:45 am
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

Hello,

Have you found something? Sorry to insist but my developpement is stopped now :oops:

Thanks for feedback

Regards
by Calou
Mon Nov 23, 2009 1:39 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

I am not able to reproduce this behavior with only AdtStringGrid.
Let me know if you want that i do others tests

Regards
by Calou
Mon Nov 23, 2009 12:58 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

I have tested your example Without the ADVSTringGrid no error. With the ADVStringGrid there is the error (name _1) After called the LoadChartFromfile Function, without AdvStringGrid the name of charts (Charts .name) is '' and with the AdvStringGrid it is '_1' It is the same behavior if charts is not...
by Calou
Mon Nov 23, 2009 12:10 pm
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Re: Erreur when loading chart file

I have done some other tests.

The error occur only when i use the TADVStringGrid (version 5) from TMSSoftware.

You can do a simple exampe. If you call loadchartfromfile with a TadvSTringgrid on the form it crashes

Regards
by Calou
Mon Nov 23, 2009 10:10 am
Forum: VCL
Topic: Erreur when loading chart file
Replies: 12
Views: 10866

Erreur when loading chart file

Hello, Here is the code to save charts to file SaveChartToFile(ChrtProdSynthese,frmMain.PathAppli+'Config\GraphSynthese0.tee',FALSE); SaveChartToFile(ChrtDispoSynthese,frmMain.PathAppli+'Config\GraphSynthese1.tee',FALSE); SaveChartToFile(ChrtVitSynthese,frmMain.PathAppli+'Config\GraphSynthese2.tee',...
by Calou
Fri Nov 20, 2009 1:45 pm
Forum: VCL
Topic: Tool Data Table
Replies: 3
Views: 4508

Re: Tool Data Table

Hello,

Do you know when the update version of Tchar will include this modification?

Thanks

Regards
by Calou
Thu Nov 05, 2009 1:07 pm
Forum: VCL
Topic: TeeCommander add button
Replies: 5
Views: 5859

Re: TeeCommander add button

Many thanks
by Calou
Mon Nov 02, 2009 9:23 am
Forum: VCL
Topic: TeeCommander add button
Replies: 5
Views: 5859

Re: TeeCommander add button

Hello,

How could i do to find the position of the last button on the teecommander in order to place my button?

Thanks for help

Regards
by Calou
Wed Oct 21, 2009 9:40 am
Forum: VCL
Topic: TeeCommander add button
Replies: 5
Views: 5859

Re: TeeCommander add button

Many thanks
by Calou
Wed Oct 21, 2009 9:17 am
Forum: VCL
Topic: TeeCommander add button
Replies: 5
Views: 5859

TeeCommander add button

Hello,

Is it possible on a TeeCommander Bar to add our own button?

Thanks for help

Regards