Page 1 of 1

Missing Theme page and most export formats in ChartEditor

Posted: Mon Dec 20, 2004 9:17 am
by 8443014
Using TeeChartPro7 VCL and Delphi 5 Standard. Same behavior on TeeChartPro7 VCL and Delphi 7 Personal.
Designtime editor seems to be full functional. In runtime - any apllication (e.g. simple with Chart and ChartEdtor only), chart editor page Themes is missing and Export formats list shows only Bitmap and Metafile items. I tried to add TeeEditPro, TeeThemes and TeeExport units to the uses clause without effect.

Posted: Mon Dec 20, 2004 11:26 am
by Pep
Hi,

to be able to see all the Export formats you must add the units into the uses Section, also for the Themes should work adding the TeeThemeEditor unit :
uses
TeeEditPro,TeeJpeg,TeeGIF,TeeThemeEditor;

It functions!!

Posted: Mon Dec 20, 2004 11:44 am
by 8443014
It functions!! And TeeSVGCanvas, TeePDFCanvas, TeePCX etc. for other formats.