Search found 23 matches

by marc_x
Thu Dec 04, 2008 1:39 pm
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

Hi Narcis, I have tried uploading an avi file showing the problem... don't know if it worked so i'll go through the steps here I open RAD2007 with no project saved Create a new project (Delphi) Add a chart double click it and add 2 cursors save the project close the IDE (The current project is saved...
by marc_x
Wed Dec 03, 2008 11:58 am
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

The cursors are child objects of the chart... object ChartAnalysis: TChart Left = 1 Top = 59 Width = 780 Height = 653 AllowPanning = pmHorizontal ... ... object TEST: TFastLineSeries Marks.Arrow.Visible = True Marks.Callout.Brush.Color = clBlack Marks.Callout.Arrow.Visible = True Marks.Visible = Fal...
by marc_x
Wed Dec 03, 2008 11:44 am
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

I am under the impression that the CursorTools are in the same package as of TChart... When the project loads the only 2 references I loose are those of the 2 cursor I created within the chart. the chart itself loads. other components such as ChartEditor do also... just those 2 cursors don't reload ...
by marc_x
Wed Dec 03, 2008 11:19 am
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

Hi, I had recompiled before but never the less did it again with no changes. what I find weird is that once a TChat is properly loaded I can reopen those projects fine. what I do right now is start the IDE, Ignore the warning, close all, reopen. to get it opened correctly... the same project loads f...
by marc_x
Tue Dec 02, 2008 9:12 pm
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

More...

Seems if I load the project after a project that has a TChart the error does not occur... as if in order to load properly with the cursors, the chart has to be loaded correctly once.
by marc_x
Tue Dec 02, 2008 6:35 pm
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

File uploaded

Hi,

Just uploaded a project.

I added a comment in attached text file

Thanks
by marc_x
Tue Dec 02, 2008 5:37 pm
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

More info

Hi,

Adding the folders to the path did not change the problem... actually I have tried many ways to open the project... when loaded along the IDE (Autosaved desktop) it always fails... loading the IDE then the project sometimes works...

Wish I had more clues, if I get any I'll let you know

Thanks
by marc_x
Tue Dec 02, 2008 2:00 pm
Forum: VCL
Topic: CursorTool problem since upgrade to D2007/TChart 8
Replies: 19
Views: 15449

CursorTool problem since upgrade to D2007/TChart 8

Hi,

Just upgraded both Delphi & TChart. Now every time I reopen the project I get an error: class TCursorTool not found... and I have to recreate my cursors. TeeTools is included early in the uses list. Everything was fine with D2007/TChart7.