Page 1 of 1

Printing problems with version 8

Posted: Sat Aug 30, 2008 8:15 am
by 10547897
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

Posted: Mon Sep 01, 2008 9:20 am
by narcis
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.

Posted: Mon Sep 01, 2008 3:47 pm
by 10547897
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.

Posted: Tue Sep 02, 2008 8:18 am
by narcis
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.

Posted: Wed Sep 03, 2008 8:33 am
by 10547897
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.

Posted: Wed Sep 03, 2008 1:18 pm
by 10548113
Hi Narcis

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

Thanks,
Jamie

Posted: Wed Sep 03, 2008 1:27 pm
by narcis
Hi Jamie,

Sure! Just sent you the URL.

Posted: Wed Sep 03, 2008 1:50 pm
by 10548113
Hi Narcis

Thanks very much - that's fixed the problem!

All the best,
Jamie