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.
Missing Theme page and most export formats in ChartEditor
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
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;
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;
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
It functions!!
It functions!! And TeeSVGCanvas, TeePDFCanvas, TeePCX etc. for other formats.