Change default export dialog values

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
myghetto
Newbie
Newbie
Posts: 27
Joined: Thu Oct 05, 2006 12:00 am

Change default export dialog values

Post by myghetto » Thu Jan 11, 2007 1:26 am

Is it possible to change the default export dialog values such as the width and height values in the picture section?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 11, 2007 10:20 am

Hi myghetto,

To change this you need a TeeChart Pro v7 VCL with source code license and modify the default values in the editor dialogs.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

myghetto
Newbie
Newbie
Posts: 27
Joined: Thu Oct 05, 2006 12:00 am

Post by myghetto » Fri Jan 12, 2007 6:10 am

Hi,

I have the full source code version. I have found the TeeExport.pas and looked through the file. I am a beginner in Delphi therefore have no idea what is going on. Please guide me through how to change it. Thank you very much.

Best regards,

David

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

Post by Pep » Mon Jan 15, 2007 10:45 am

Hi David,

you will have to modify the form where the preview is displayed, for example you can edit the TeeBmpOptions unit, and modify as you own. Once you've form as desired you will have to recompile/install the TeeChart Pro sources in order to show changes at design time.

Post Reply