Search found 7 matches

by JKLee
Wed Jun 10, 2009 2:02 pm
Forum: VCL
Topic: Pointer of TLineSeries v8.05
Replies: 11
Views: 16761

Pointer of TLineSeries v8.05

C++ Builder 2007 Pro TeeChart Pro v8.05 after I make a new TLineSereis during runtime, Pointer of this series have a NULL Pointer. Older TeeChart version is Normal work. after upgrade this TeeChart v8.x, many problems are happened. :( TLineSeries* fls = new TLineSeries(Chart1); fls->ParentChart = Ch...
by JKLee
Fri May 29, 2009 11:12 pm
Forum: VCL
Topic: compile error after upgrade v.8.05
Replies: 57
Views: 66584

Thank your reply. as you say, I've included the header file. but same errors. before not include TeeTools, It's Ok. but my project Including TeeTools happend errors. #include "TeeGDIPlus.hpp" #include "Series.hpp" #include "TeEngine.hpp" #include "TeeProcs.hpp" #include "TeeTools.hpp" #include "Char...
by JKLee
Fri May 29, 2009 9:14 am
Forum: VCL
Topic: compile error after upgrade v.8.05
Replies: 57
Views: 66584

compile error after upgrade v.8.05

C++ Builder 2007 TeeChart v8.05 after update v8.04 -> v8.05 VCL, compile errors Why? I have not modifyed any sources. [BCC32 Error] Gdipapi.hpp(55): E2257 , expected [BCC32 Error] Gdipapi.hpp(57): E2257 , expected [BCC32 Error] Gdipapi.hpp(69): E2257 , expected [BCC32 Error] Gdipapi.hpp(71): E2257 ,...
by JKLee
Thu May 21, 2009 12:02 am
Forum: VCL
Topic: wireframe width of draw3d
Replies: 3
Views: 6519

my source code. only drawTarget drawing is Ok. but DrawTarget and DrawTestResult drawing Image is not Ok. Why do this? I don't know. wire frame line's thick change. you can check my posted archive file. void __fastcall Tfrm3DScan::DrawTarget(TCanvas3D *c) { c->Brush->Style = bsSolid; c->Brush->Color...
by JKLee
Wed May 20, 2009 5:57 am
Forum: VCL
Topic: ColorGridSeries Axis problem
Replies: 3
Views: 5772

after run my sample Program.
firstly click the BitBtn1.
you can see the color grid image in X range (0~100).
and check Invert.

so, x axis inverted.
but color grid image draw in x range (0~-100).

correct image draw x range (0~100)
by JKLee
Sat May 16, 2009 8:47 am
Forum: VCL
Topic: wireframe width of draw3d
Replies: 3
Views: 6519

wireframe width of draw3d

TeeChart Pro 8.04 C++ Builder 2007 TeeOpenGL-DrawStyle = tcsWire I draw some Cylinders on TDraw3D. Draw3D1->Canvas->Pen-Width = 1; Draw3D1->Canvas->Cylinder(....) this is ok. but, Draw3D1->Canvas->Pen-Width = 1; Draw3D1->Canvas->Cylinder(....) Draw3D1->Canvas->Pen-Width = 5; Draw3D1->Canvas->MoveTo3...
by JKLee
Sat May 16, 2009 8:00 am
Forum: VCL
Topic: ColorGridSeries Axis problem
Replies: 3
Views: 5772

ColorGridSeries Axis problem

Using
- C++ Builder 2007
- TeeChart Pro 8.04 VCL

When I developed a program with TeeChart Pro 7.x, I have no problem.
but after upgrade teeChart 8.04, occur some problems.

ColorGridSeries problems.
when Axis inverted, colorgrid draw not inverted.
and draw other values in same axis.