Missing Theme page and most export formats in ChartEditor

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Missing Theme page and most export formats in ChartEditor

Post by Thomas Klingler » Mon Dec 20, 2004 9:17 am

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.

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Dec 20, 2004 11:26 am

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;

Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

It functions!!

Post by Thomas Klingler » Mon Dec 20, 2004 11:44 am

It functions!! And TeeSVGCanvas, TeePDFCanvas, TeePCX etc. for other formats.

Post Reply