Search found 4 matches

by Jon Engelbert
Thu Mar 24, 2005 7:55 pm
Forum: VCL
Topic: Problems building with 7.0.4. Tannotation tool, Left and Top
Replies: 4
Views: 8143

Some more important information on the Teetools.h compile problems. I am using Dew Research's tools along with TeeChart. When I replaced TeeTools.h with SignalTeeTools.h (from Dew Research's library), the buld problems disappeared. SignalTeeTools.h includes TeeTools within it, along with other heade...
by Jon Engelbert
Mon Mar 21, 2005 8:02 pm
Forum: VCL
Topic: bcb6 703 TNearestTool::GetNearest not found.
Replies: 2
Views: 5292

Thanks Nancy, using the graph type as the initial parameter worked.

The description in the help file was wrong, though.

function GetNearestPoint(Series: TChartSeries; x, y: Integer): Integer; overload;

The header file, obviously, had it right.
by Jon Engelbert
Sun Mar 20, 2005 9:25 pm
Forum: VCL
Topic: Problems building with 7.0.4. Tannotation tool, Left and Top
Replies: 4
Views: 8143

OK, Here's the deal. I've noticed that the ordering and inclusion/exclusion of different header files affects these compile errors with C++ Builder. So there's not really a problem with the include file, but something else (I don't know what) that was included before it, or that was omitted from bei...
by Jon Engelbert
Fri Mar 18, 2005 10:15 pm
Forum: VCL
Topic: Problems building with 7.0.4. Tannotation tool, Left and Top
Replies: 4
Views: 8143

Before, I was using 7.03. And it worked fine. Another problem I'm getting with 7.0.4, the TCursorTool, I change the YValue to track the signal (with interpolation, that's why I'm doing it manually), but it insists on tracking the cursor. I checked and Snap is off, as well as FollowMouse is off. I've...