Runtime Export has fewer options than Design Time

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
CAC
Newbie
Newbie
Posts: 44
Joined: Tue Jun 20, 2006 12:00 am
Location: Plain City, Ohio
Contact:

Runtime Export has fewer options than Design Time

Post by CAC » Sat May 05, 2007 8:42 pm

Why does my VCL 7.07 TeeChart have design time PDF as an export option, but at runtime, it is no longer available?

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Sun May 06, 2007 7:23 am

Hi.

To have a pdf image format listed in the export dialog at runtime, you have to add TeePDFCanvas unit to the Uses section:

Code: Select all

Uses ..., TeePDFCanvas;
This will automatically add "PDF" to export format list. The same rule applies to other export formats (VLM = TeeVMLCanvas, PNG = TeePNG, ...)
Marjan Slatinek,
http://www.steema.com

CAC
Newbie
Newbie
Posts: 44
Joined: Tue Jun 20, 2006 12:00 am
Location: Plain City, Ohio
Contact:

Post by CAC » Mon May 07, 2007 12:04 pm

Perfect! :D

Post Reply