Search found 4 matches

by Mike G
Wed Jan 26, 2005 7:48 pm
Forum: VCL
Topic: Delphi2005: TCursorTool
Replies: 5
Views: 9393

TCursorTool in Delphi2005

Thanks Narcis.
Will users receive notification of the nmext revision?

Mike
by Mike G
Wed Jan 26, 2005 3:00 pm
Forum: VCL
Topic: Delphi2005: TCursorTool
Replies: 5
Views: 9393

TCursorTools in Delphi2005

Hi Narcis This is a routine taken from my program (which used to work well under Delph6). The routine is to toggle a vertical yellow cursor onto a Chart, the position being set up elsewhere in the program. var MyCursor: TCursorTool; procedure TForm1.MarkLineClick(Sender: TObject); begin If MarkNewLI...
by Mike G
Tue Jan 25, 2005 8:47 pm
Forum: VCL
Topic: Delphi2005: TCursorTool
Replies: 5
Views: 9393

Delphi2005: TCursorTool

I find that using TcursorTool to plot a line on a chart does not seem to function in Delphi2005. Or at least my program that used to work doesnt seem to work under Delphi 5. It compiles OK but does not plot the cursor line on the chart screen.

Mike Glazer
by Mike G
Tue Dec 28, 2004 5:44 pm
Forum: VCL
Topic: Printing annotations
Replies: 1
Views: 4663

Printing annotations

I find that if I add an annotoation to a chart and then print the chart the annotation is missing. The same happens when printing from the chartpreview. I also see the same problem when printing from the New Features Demo example. Can anyone suggest how to deal with this?
Mike Glazer