Search found 5 matches
- Wed Feb 25, 2004 7:14 am
- Forum: VCL
- Topic: D7:dclstd70.bpl violation after TeeChart6 installation
- Replies: 3
- Views: 11088
Further info
Hi! Ive now reinstalled everything, but instead I now used the sourcecode and recompiled it while adding the packages. Its now fully workin but interestingly is that I did have the very same problem on another box recently. I do believe it could be something that is caused by some of the other packa...
- Tue Feb 24, 2004 8:18 am
- Forum: VCL
- Topic: D7:dclstd70.bpl violation after TeeChart6 installation
- Replies: 3
- Views: 11088
D7:dclstd70.bpl violation after TeeChart6 installation
After installing TeeChart601Delphi7 on D7 the dclstd70 package generates an access violation ; address of 0000000. I've also had this on another box (which I never tried to resolve thou). If I now remove all packages and just tries to inlcude the dclstd package, i still get the same error - but this...
- Fri Jan 16, 2004 7:52 am
- Forum: VCL
- Topic: Print error ColorGrid series - no data in print
- Replies: 2
- Views: 8947
Additional information
Ive tried different printers, and also writing to PDF but its the same result - axis are printed but data is not. When I export the chart its all OK. I also had same issue when I opened the tee-file from teechartoffce. http://www.rubore.com/temp/dmo.tee is an example teefile.
- Thu Jan 15, 2004 8:01 am
- Forum: VCL
- Topic: Print error ColorGrid series - no data in print
- Replies: 2
- Views: 8947
Print error ColorGrid series - no data in print
I have a colorgrid series with typically 1200 x 2500 XYZ points (a saved binary teefile was 36M) and is used as a campbell plot. When I print the chart the actual data is missing in the chart, but axis etc are printed ok. No difference have been noted between different boxes (xp, nt4 & w2k) No error...
- Thu Dec 11, 2003 2:18 pm
- Forum: VCL
- Topic: TPoint3DSeries reading Zvalue ?
- Replies: 1
- Views: 8737
TPoint3DSeries reading Zvalue ?
How do I go about to get the stored Zvalue in a TPoint3DSeries when I know the indexnumber in the series? - X and Y have the Series.?Value(nr) but there is no for Z-axis?