Teechart's components of IE can't be showed normally

TeeChart for ActiveX, COM and ASP
Post Reply
DSC
Newbie
Newbie
Posts: 17
Joined: Wed May 20, 2009 12:00 am
Location: Taichung, Taiwan

Teechart's components of IE can't be showed normally

Post by DSC » Fri Nov 21, 2014 7:24 am

Dear, All members:
In our company we used Teechart active-X component to show our production information in IE explorer. When switching between each other, some teechart's component of second IE window can't be showed normally.

The abnormal area of second IE window looks like residual image of first IE window.

Below URL is abnormal video you can see it https://dl.dropboxusercontent.com/u/233 ... 681060.mp4

My computer specification as below:
OS: Windows 7 64-bits
RAM: 8GB
teechart version: 8.0.0.8

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart's components of IE can't be showed normally

Post by Yeray » Fri Nov 21, 2014 3:21 pm

Hello,

This looks the same discussed at StackOverflow here.
We'd need to have a simple example project we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

DSC
Newbie
Newbie
Posts: 17
Joined: Wed May 20, 2009 12:00 am
Location: Taichung, Taiwan

Re: Teechart's components of IE can't be showed normally

Post by DSC » Mon Nov 24, 2014 12:58 am

Dear, Yeary:

Thanks your help, I will support you some source code about the ASP.net page.
As below link is about that page source code, thanks. :D
SPCCA_1.zip
Source Code
(2.85 KiB) Downloaded 961 times

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart's components of IE can't be showed normally

Post by Yeray » Mon Nov 24, 2014 9:25 am

Hello,

Thanks for the txt but I'm afraid this isn't enough. We need am html page or a project we can run as-is to reproduce the problem here.
The txt you sent includes SetChartData and ConfigChart methods, but no code seems to be calling them, I can't find where the TeeChart objects are being created, some tables seem to be used but they aren't initialized and we don't have here.
Please, we need something simple, something that runs without changes on any machine. This is not your complete application but neither an incomplete code snipped.

Thanks for understanding.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

DSC
Newbie
Newbie
Posts: 17
Joined: Wed May 20, 2009 12:00 am
Location: Taichung, Taiwan

Re: Teechart's components of IE can't be showed normally

Post by DSC » Tue Nov 25, 2014 4:56 am

Dear, Yeray:

I had upload new source code, please see attach file in below link.
SPC-CA_1.zip
(24.85 KiB) Downloaded 934 times
After you extract this zip file, you will see 3 files, one is SPC-CA.aspx ,one is SPC-CA.asp.vb, another is TChartFunc.vb.
SPC-CA.aspx is main page that showing 4 chart.
SPC-CA.asp.vb is main operation that working under SPC-CA.asp.
TChartFunc.vb is many main page for configuration utility.

I don't know above 3 files (programs) is enough for you??
If you have any question please reply for me, Thank you.

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Teechart's components of IE can't be showed normally

Post by Yeray » Tue Nov 25, 2014 8:55 am

Hello,

There are UserControls and css files that are referenced but I don't have them here, so this example don't look as self-containing.
Also, it consists on 3 files, more than 2700 lines of code, so this example don't look as short.
Please, read the instructions below in my signature. You'll find a this link to an explanation about what a Short, Self Contained, Correct (Compilable), Example is.

Anyway, I've opened SPC-CA.aspx with IE11 and I get this:
2014-11-25_0939.png
2014-11-25_0939.png (87.63 KiB) Viewed 12797 times
I can put other windows in front of this page and the 4 charts always seem to be shown correctly for me here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply