Search found 59 matches

by beetle
Mon Sep 17, 2007 3:24 pm
Forum: VCL
Topic: Simple compiler error using TeeChart VCL v8
Replies: 14
Views: 17872

Hi,

has anybody tried to reproduce the error described above?
It's very easy to get it. With that error I can not upgrade TeeChart,
and that's very important because TeeChart8 fixes a couple of
issues I was sick of.

Thanks.
Marcos.
by beetle
Mon Sep 10, 2007 5:18 pm
Forum: VCL
Topic: Simple compiler error using TeeChart VCL v8
Replies: 14
Views: 17872

Simple compiler error using TeeChart VCL v8

Hi, (I'm using Borland Depeloper Studio 2006) I'm trying a TeeChart VCL v8 evaluation on a project which had the previous version of TeeChart and I got this compiler error: [Linker Error] Error: Unresolved external '__fastcall Teetools::TAnnotationTool::DrawTextA()' referenced from C:\DOCUMENTS AND ...
by beetle
Tue May 23, 2006 2:12 pm
Forum: VCL
Topic: Problems with new release Teechart 7.07
Replies: 3
Views: 5592

I'm sure you tried in Delphi and It worked, but try in Builder. The linker error is: Unresolved external 'fastcall Teengine::TCustomAxisPanel::GetPointsPerPage()' referenced from... The problem seems to be quite clear. The C++ files are not well-formed in "TeeChart Pro v7.07 Binary installers". For ...
by beetle
Tue May 23, 2006 6:00 am
Forum: VCL
Topic: Problems with new release Teechart 7.07
Replies: 3
Views: 5592

Problems with new release Teechart 7.07

Hi, I just installed Teechart 7.07 for Builder C++ 5.0. I have found several linking problems. Can you try to replicate the problem?. For example, making a new project, inserting a Chart in design time an typing: Chart1->MaxPointsPerPage; produces an unresolved external symbol. Any ideas? Thanks in ...
by beetle
Mon May 22, 2006 5:44 am
Forum: VCL
Topic: TSeriesMarks Color
Replies: 3
Views: 5666

Narcis,
I have found that Color property can be set for every mark item. C++ Code:

int np=0;
Serie->Marks->Item[np]->Color=clYellow;

and thats all,

Greetings
Pablo
by beetle
Mon May 15, 2006 5:43 am
Forum: VCL
Topic: TSeriesMarks Color
Replies: 3
Views: 5666

TSeriesMarks Color

Hi,
I am using Teechart 7.06 VCL version under C++ Builder . It is possible to assign different colors to each mark in a TSeriesMarks serie?

If not, Is it possible to inherit from it and change this behaviour?

Thanks in advance
Pablo
by beetle
Mon Apr 24, 2006 6:12 pm
Forum: VCL
Topic: compilation directives for different TeeChart versions
Replies: 2
Views: 4890

yes or no?
by beetle
Thu Apr 20, 2006 5:28 pm
Forum: VCL
Topic: compilation directives for different TeeChart versions
Replies: 2
Views: 4890

compilation directives for different TeeChart versions

Hi,

is there "#define" to differ between TeeChart versions?

Thanks.
Beetle.
by beetle
Mon Apr 03, 2006 3:27 pm
Forum: VCL
Topic: How do I change the legend range/level for TColorGridSeries
Replies: 9
Views: 13863

Hi Fang, You can get a continuous legend doing one of these things: - Setting chart->Legend->VertSpacing less than 0 (I have set -10) - or setting chart->Legend->Symbol->Continuous = true; (Legend Symbols tab) And for the legend texts, you should use a coefficient dependant on the number of palleteS...
by beetle
Mon Mar 27, 2006 6:14 pm
Forum: VCL
Topic: Recompiling source code with TeeChart 7.06 (with no changes)
Replies: 1
Views: 4123

Recompiling source code with TeeChart 7.06 (with no changes)

Hi Narcís, I opened another topic related but I need you to tell me if you found the same problems or they are solved in next release. These are the problems found: 1) I can't make invisible minor marks using TChartEditor. 2) It has to do with TChartAxis.Assign(TPersistent* function). Try to place a...
by beetle
Thu Mar 23, 2006 1:56 pm
Forum: VCL
Topic: Problem after recompiling source code in version 7.06
Replies: 6
Views: 8450

Hi Narcís, I belive I've found more problems (recompiled version): 1) I can't make invisible minor marks. 2) It has to do with TChartAxis.Assign(TPersistent* function). Try to place a chart in a form and paste this source code in the TForm constructor and run out: //---------------------------------...
by beetle
Wed Mar 22, 2006 5:33 pm
Forum: VCL
Topic: Problem after recompiling source code in version 7.06
Replies: 6
Views: 8450

Hi,

(see previous post)
I tried to recompile TeeChart7.06 with my changes in source code and
everything works fine now, but I won't be able to set transparency percent
to legends until the problem be solved, but that's not a big deal.
Still, let me know if you have the same problem.

Beetle.
by beetle
Wed Mar 22, 2006 4:33 pm
Forum: VCL
Topic: Problem after recompiling source code in version 7.06
Replies: 6
Views: 8450

Hi Narcís, I found where the problem is. It appears even at design time. You can reproduce it following these steps: 1) Place a chart in a form 2) Add one series (I tried with FastLine, LineSeries and BarSeries) 3) Set Legend->Transparency to a value greater than 0 But remember that this problem jus...
by beetle
Tue Mar 21, 2006 2:01 pm
Forum: VCL
Topic: Problem after recompiling source code in version 7.06
Replies: 6
Views: 8450

Problem after recompiling source code in version 7.06

Hi! (I use Builder 5) I installed TeeChart 7.06 and It worked fine, but just then I added some source code changes I was using in version TeeChart 7 since over a year ago. I recompiled with TeeRecompile.exe, as always, and installed. After compile and execute the current project I am developing, eve...
by beetle
Thu Feb 09, 2006 6:33 am
Forum: VCL
Topic: New version of Teechart
Replies: 3
Views: 5703

Hi Narcís, Many thanks for your answer, but still the question regarding when a new version is scheduled. I have been using teechart for the last 5 years, first the version included in the C++ Builder IDE and lately a full version. The performance and features are really improved in each version, so...