Printing problems with version 8

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Josef Schliffenbacher
Newbie
Newbie
Posts: 4
Joined: Mon Jan 07, 2008 12:00 am

Printing problems with version 8

Post by Josef Schliffenbacher » Sat Aug 30, 2008 8:15 am

Hello,

I have a big problem with printing in version 8 (Chart.Print or Chart.PrintRect). If I set Chart.View3D:=True then the program terminates without any message. If I set Chart.View3D:=False then the print job completes perfectly.

This occurs at all Pie an Bar-charts.

Is there any problem known?

Thanks for help.

Regards.

Josef Schliffenbacher

mail@schliff.de

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

Post by Narcís » Mon Sep 01, 2008 9:20 am

Hi Josef,

Yes, this is a known issue which we fixed in v8.03 release. I've just sent you an e-mail with the URL to download it.
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

Josef Schliffenbacher
Newbie
Newbie
Posts: 4
Joined: Mon Jan 07, 2008 12:00 am

Post by Josef Schliffenbacher » Mon Sep 01, 2008 3:47 pm

Hi,

Thank you for your help.

But the issue is not fixed. With Delphi7, then problem is further existing.

Please check it again.

This is my program code:

procedure TGraph01.SpeedDruckenClick(Sender: TObject);
Var TmpChart : TChart;
R : TRect;
Gradient : Boolean;
begin
If StyleArt in gsTorteSet then TmpChart:=Chart2 Else TmpChart:=Chart1;
If PrinterSetUp.Execute then
Begin
Delay(100);
If DoPrintOptions(Handle) then
Begin
TmpChart.PrintProportional:=False;
R.Left:=GlobPrintXP;
R.Top:=GlobPrintYP;
R.Right:=R.Left+GlobPrintXN;
R.Bottom:=R.Left+GlobPrintYN;
TmpChart.PrintRect(R);
End(* If *);
End(* If *);
End(* Drucken *);


Thank you.

Best Regards.

Josef.

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

Post by Narcís » Tue Sep 02, 2008 8:18 am

Hi Josef,

Could you please send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.
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

Josef Schliffenbacher
Newbie
Newbie
Posts: 4
Joined: Mon Jan 07, 2008 12:00 am

Post by Josef Schliffenbacher » Wed Sep 03, 2008 8:33 am

Hi Narcis,

My problem with 3D-printing is resolved. The problem was in my Delphi Environment. The sourcecode from version 8.03 was not correct recompiled.

Sorry for making trouble.

Thank you very much for your help.

Best Regards.

Josef.

Jamie
Newbie
Newbie
Posts: 7
Joined: Tue Jan 29, 2008 12:00 am

Post by Jamie » Wed Sep 03, 2008 1:18 pm

Hi Narcis

I am also having similar problems with PrintPartial. Please could I have a link for the 8.03 update?

Thanks,
Jamie

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

Post by Narcís » Wed Sep 03, 2008 1:27 pm

Hi Jamie,

Sure! Just sent you the URL.
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

Jamie
Newbie
Newbie
Posts: 7
Joined: Tue Jan 29, 2008 12:00 am

Post by Jamie » Wed Sep 03, 2008 1:50 pm

Hi Narcis

Thanks very much - that's fixed the problem!

All the best,
Jamie

Post Reply