Hi Yeray,
I downloaded the V2012.07 prerelease version (full source code), installed and tried to open the "TeeChart for VCL" project group (to build and use this version).
Actually this does not work, since all projects are removed from the group (cannot be found).
Could it be that this version is only compatible with Delphi XE3 (I’m using Delphi XE2)?
Note: With my currently used version (V2012.06) I still see the issue described in this bug.
Best regards.
Printing issue with TeeChart Pro 2011 for Delphi XE2
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi marder,
No, the version should work fine in all environments. Please try downloading built 2012.07.121105 which was released earlier this week: http://www.teechart.net/support/viewtop ... =3&t=13665. To compile and install the packages in the IDE we strongly recommend you to use TeeRecompile tool supplied with the source code installer.
Thanks in advance.
No, the version should work fine in all environments. Please try downloading built 2012.07.121105 which was released earlier this week: http://www.teechart.net/support/viewtop ... =3&t=13665. To compile and install the packages in the IDE we strongly recommend you to use TeeRecompile tool supplied with the source code installer.
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 |
Instructions - How to post in this forum |
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Narcis,
Thank your for the installation instructions!
I downloaded again and installed latest version correctly, but still get the same strange font for the marks labels when printing using PrintPartial:
Please note that I have the following code in my FormCreate:
The code for printing looks like this:
Best regards.
Thank your for the installation instructions!
I downloaded again and installed latest version correctly, but still get the same strange font for the marks labels when printing using PrintPartial:
Please note that I have the following code in my FormCreate:
Code: Select all
var
lCanvas: TGDIPlusCanvas;
begin
lCanvas := TGDIPlusCanvas.Create;
lCanvas.AntiAliasText := gpfBest;
Chart1.Canvas := lCanvas;
Code: Select all
Chart1.PrintPartial(Rect(Printer.PageWidth div 20, Printer.PageHeight div 5, Printer.PageWidth - Printer.PageWidth div 20, Printer.PageHeight - Printer.PageHeight div 10));
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Marder,
We've been testing this in different machines, with different IDEs and different TeeChart versions, both with a virtual pdf printer and with a physical printer. I'm afraid we can't reproduce the problem, even with the XE2 and v2011.04, the version at the time we recognized to have reproduced it and so opened the bug ticket.
So we are a bit confused. Do you have the IDE up to date (Update 4 Hotfix 1)?
We've been testing this in different machines, with different IDEs and different TeeChart versions, both with a virtual pdf printer and with a physical printer. I'm afraid we can't reproduce the problem, even with the XE2 and v2011.04, the version at the time we recognized to have reproduced it and so opened the bug ticket.
So we are a bit confused. Do you have the IDE up to date (Update 4 Hotfix 1)?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Yeray,
I am using Delphi XE2 Update 4 (IDE Fix Pack XE2 4.9.1).
P.S.: This issue is not very urgent for us, since the workaround you provided (exporting chart to bitmap and printing the bitmap) works ok for our task.
Best regards.
I am using Delphi XE2 Update 4 (IDE Fix Pack XE2 4.9.1).
P.S.: This issue is not very urgent for us, since the workaround you provided (exporting chart to bitmap and printing the bitmap) works ok for our task.
Best regards.
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Marder,
I've just installed the Fix Pack 4.9.1 and I'm still not able to reproduce the problem here.
So I don't see any difference between your system and mine that could be making us to have different results with the same application.
Do you have the Hotfix 1 installed?
http://edn.embarcadero.com/article/42282
I've just installed the Fix Pack 4.9.1 and I'm still not able to reproduce the problem here.
So I don't see any difference between your system and mine that could be making us to have different results with the same application.
Do you have the Hotfix 1 installed?
http://edn.embarcadero.com/article/42282
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Yeray,
No, I currently do not have this Hotfix installed.
I will send you a feedback as soon as I tested this.
Best regards.
No, I currently do not have this Hotfix installed.
I will send you a feedback as soon as I tested this.
Best regards.
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Yeray,
It seems like the hotfix improved the printed output.
Anyway, the legend and marks labels have still very small font, but I guess this is related to the dimension of the chart.
Thanks for your help!
Best regards.
It seems like the hotfix improved the printed output.
Anyway, the legend and marks labels have still very small font, but I guess this is related to the dimension of the chart.
Thanks for your help!
Best regards.
Re: Printing issue with TeeChart Pro 2011 for Delphi XE2
Hi Marder,
For the fonts, I'd suggest you to increase the fonts size as said before
Great!marder wrote:It seems like the hotfix improved the printed output.
Anyway, the legend and marks labels have still very small font, but I guess this is related to the dimension of the chart.
For the fonts, I'd suggest you to increase the fonts size as said before
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |