Problem printing TeeChart images

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Glenn F. Henriksen
Newbie
Newbie
Posts: 52
Joined: Tue Mar 04, 2003 5:00 am

Problem printing TeeChart images

Post by Glenn F. Henriksen » Tue Nov 21, 2006 9:01 am

I'm having problem printing TeeChart images on some of my computers. I can see the image on the website, but when I go to the Print Preview page or just print the page, then I can't see the image anymore.

Is there a fix for this problem? Is there certain web browsers that can't handle printing TeeChart images?

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 Nov 21, 2006 10:28 am

Hi Glenn,

How are you printing the images? Have you tried using the browser printing feature or something like the script below called from a button?

Code: Select all

        <input type=button value="Print" onClick="printpage()" style="left: 376px; position: relative; top: 42px"> 


    <script language="Javascript1.2">   
        function printpage() {
            window.print();  
        }
    </script>

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

iTL
Newbie
Newbie
Posts: 4
Joined: Wed May 24, 2006 12:00 am

print problem

Post by iTL » Wed Nov 22, 2006 10:29 am

we're using <body onload="window.print();">

THoMaSiN
Newbie
Newbie
Posts: 36
Joined: Mon Apr 14, 2008 12:00 am

has this problem been solved?

Post by THoMaSiN » Thu Jan 15, 2009 7:50 pm

I'm having this problem too and would like to know whether it has been solved or not, also, if the activex component has the same problem as the WebForms for printing.

I'm afraid that we are going to discontinue the use if we cannot print using regular browser capabilities :(

Thanks for your time.

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

Post by Narcís » Fri Jan 16, 2009 9:43 am

Hi THoMaSiN,

Either using browser's printing facilities or <body onload="window.print();"> works fine for me here using latest TeeChart for .NET v3 maintenance release available at the client area. Which TeeChart version are you using?

I'm not aware of any printing problem with web applications using TeeChart ActiveX.

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

Post Reply