Search found 3 matches
- Mon May 27, 2013 3:22 pm
- Forum: VCL
- Topic: Print multiple graphs to a PDF
- Replies: 1
- Views: 2581
Print multiple graphs to a PDF
Hello, I want to print multiple selected bar charts to a PDF. To print multiple selected bar charts to a printer I use: if PrintDialog1.Execute then begin //If only one selection, print the current bar chart if Tree.SelectionCount=1 then Graph.PrintLandscape else begin //For mulitple selections, get...
- Tue Feb 05, 2013 5:19 pm
- Forum: VCL
- Topic: Converting from XE to XE2 probelms
- Replies: 2
- Views: 21197
Re: Converting from XE to XE2 probelms
Yeray,
Ah, I missed that. Than you.
Dave
Ah, I missed that. Than you.
Dave
- Tue Feb 05, 2013 4:08 pm
- Forum: VCL
- Topic: Converting from XE to XE2 probelms
- Replies: 2
- Views: 21197
Converting from XE to XE2 probelms
Hello, I am converting my project from XE to XE2 and have installed the Steema TeeChart2012RADXE2. When I try to compile my project I get a "File not found: TeeProcs.dcu". The Delphi library path points to: C:\Program Files (x86)\Steema Software\TeeChart 2012 for RAD XE2\Delphi16.win32\Lib C:\Progra...