Search found 11 matches

by Banjovi
Tue Mar 17, 2015 3:24 pm
Forum: VCL
Topic: TCursorTool calculation
Replies: 3
Views: 28340

Re: TCursorTool calculation

Thank you for the suggestion, however that item is not included in the v7.07 demo. Is it available online somewhere?
by Banjovi
Mon Mar 16, 2015 8:07 pm
Forum: VCL
Topic: TCursorTool calculation
Replies: 3
Views: 28340

TCursorTool calculation

Using TeeChart Pro 7.07 with BCB6 I'm trying to calculate the Y value of a TLineSeries on a cursor event. To complicate matters, I have multiple charts on the form and multiple series on each chart. What I want to do is report the y value for each series that a vertical cursor intersects. Each serie...
by Banjovi
Fri Mar 13, 2015 7:39 pm
Forum: VCL
Topic: Y axis scaled per series
Replies: 1
Views: 4603

Y axis scaled per series

Using TeeChart Pro 7.07 with BCB6 I need to create a chart showing multiple line series, each with it's own Y-axis and each Y axis scaled to fill the entire chart. For example, Series1 may range from 250 to 1000 while Series2 ranges from 55 to 80. Hopefully, I can click on either of the line series ...
by Banjovi
Mon Oct 13, 2008 4:58 pm
Forum: VCL
Topic: ShowInLegend not working
Replies: 1
Views: 4280

Nevermind. I was modifying code for the wrong chart.
by Banjovi
Mon Oct 13, 2008 4:50 pm
Forum: VCL
Topic: ShowInLegend not working
Replies: 1
Views: 4280

ShowInLegend not working

Using TChartPro v7.7 under BCB6 I have several TLineSeries on a chart and later I add a corresponding TPointSeries for each line series. I want the point series to not show up in the legend, but I can't seem to get that behavior. Here's the code for the point series: // Create a series TPointSeries ...
by Banjovi
Thu Sep 11, 2008 4:01 pm
Forum: VCL
Topic: Unable to open file TEEFUNNE.RES
Replies: 8
Views: 10116

I honestly don't know what is different, but when I reinstalled 707 this time, everything builds without errors. Thank you for your assistance.
by Banjovi
Wed Sep 10, 2008 1:34 pm
Forum: VCL
Topic: Unable to open file TEEFUNNE.RES
Replies: 8
Views: 10116

I think all BCB6 updates are applied.

There is no reference in my BPR to teefunne. I grepped the whole project...there's no reference to it anywhere.

I uninstalled TeeChart707 and 705, reinstalled 705 and I am now able to build again. The 707 update introduces the error.
by Banjovi
Tue Sep 09, 2008 6:06 pm
Forum: VCL
Topic: Unable to open file TEEFUNNE.RES
Replies: 8
Views: 10116

I dropped the installer in the TeeChart 707 for Builder6 folder and ran it once to uninstall what I had, then again to reinstall. I rebuilt my project and got the same linker error regarding missing TEEFUNNE.RES
by Banjovi
Thu Sep 04, 2008 2:31 pm
Forum: VCL
Topic: Unable to open file TEEFUNNE.RES
Replies: 8
Views: 10116

Hi Banjovi, Could you please read this thread ? Your problem seems very similar to the one cwcec experienced. Thanks, but I had already looked thru that one. I do not have any TEEFUNNE.* files in the BCB lib or lib\obj folders. There are a number of tee*.* files there, but I have no idea which ones...
by Banjovi
Thu Sep 04, 2008 2:09 pm
Forum: VCL
Topic: Unable to open file TEEFUNNE.RES
Replies: 8
Views: 10116

Unable to open file TEEFUNNE.RES

In BCB6 after updating TeeChart from 7-1.05 to 7.07 I get this linker error in my project. The file still exists on my drive in d:\program files\steema software\TeeChart705 for Builder6

There is no such file in the TeeChart707 folders
by Banjovi
Thu Jan 05, 2006 7:27 pm
Forum: VCL
Topic: TeeCommander has File save but no File load
Replies: 1
Views: 3916

TeeCommander has File save but no File load

There is a file Save button on the TeeCommander bar but there is no corresponding File Load button. My customer wants to save his chart data and be able to load it back up and view it interactivly later in the same tool. How can I add the Load feature?