i tried your example and also applied it to my own application. everything works fine now !!!
thanks a lot
uwe
Search found 4 matches
- Wed Sep 02, 2009 8:23 pm
- Forum: VCL
- Topic: custom drawing disappears after a few milliseconds
- Replies: 2
- Views: 3531
- Tue Sep 01, 2009 4:23 pm
- Forum: VCL
- Topic: custom drawing disappears after a few milliseconds
- Replies: 2
- Views: 3531
custom drawing disappears after a few milliseconds
just after completing the a graph by setting the different values of a TBar3DSeries i want to draw a horizontal line as follows. MyTeeChart->Canvas->MoveTo(0,MyTeeChart->LeftAxis->CalcYPosValue(0)); MyTeeChart->Canvas->LineTo(500,MyTeeChart->LeftAxis->CalcYPosValue(0)); unfortunately, the line dissa...
- Tue Sep 01, 2009 1:52 pm
- Forum: VCL
- Topic: library path screwed while building other packages
- Replies: 6
- Views: 7521
Re: library path screwed while building other packages
according to DevExpress, the current version of TeeChart is automatically detected during installation of newer VCL packages and compiled accordingly. the problem is that the DevExpress installer still seems to find a reference to the path where i kept the old version 7.12 of TeeChart. this is extre...
- Tue Sep 01, 2009 8:49 am
- Forum: VCL
- Topic: library path screwed while building other packages
- Replies: 6
- Views: 7521
Re: library path screwed while building other packages
i have the same problem when upgrading my BDS 2006 from TeeChart 7.12 to TeeChart 8.05 !!! i can not compile DevExpress VCL packages anymore. instead i get the error E2075. i checked the bcc32.cfg and removed the reference to the old TeeChart version. but whenever, i try to install DevExpress again,...