Search found 7 matches
- Wed Jun 10, 2009 2:02 pm
- Forum: VCL
- Topic: Pointer of TLineSeries v8.05
- Replies: 11
- Views: 17973
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...
- Fri May 29, 2009 11:12 pm
- Forum: VCL
- Topic: compile error after upgrade v.8.05
- Replies: 57
- Views: 74124
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...
- Fri May 29, 2009 9:14 am
- Forum: VCL
- Topic: compile error after upgrade v.8.05
- Replies: 57
- Views: 74124
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 ,...
- Thu May 21, 2009 12:02 am
- Forum: VCL
- Topic: wireframe width of draw3d
- Replies: 3
- Views: 6822
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...
- Wed May 20, 2009 5:57 am
- Forum: VCL
- Topic: ColorGridSeries Axis problem
- Replies: 3
- Views: 6059
- Sat May 16, 2009 8:47 am
- Forum: VCL
- Topic: wireframe width of draw3d
- Replies: 3
- Views: 6822
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...
- Sat May 16, 2009 8:00 am
- Forum: VCL
- Topic: ColorGridSeries Axis problem
- Replies: 3
- Views: 6059
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.
- 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.