Page 1 of 1

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

Posted: Fri Nov 21, 2014 7:24 am
by 15053325
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

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

Posted: Fri Nov 21, 2014 3:21 pm
by yeray
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.

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

Posted: Mon Nov 24, 2014 12:58 am
by 15053325
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 1182 times

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

Posted: Mon Nov 24, 2014 9:25 am
by yeray
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.

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

Posted: Tue Nov 25, 2014 4:56 am
by 15053325
Dear, Yeray:

I had upload new source code, please see attach file in below link.
SPC-CA_1.zip
(24.85 KiB) Downloaded 1120 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.

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

Posted: Tue Nov 25, 2014 8:55 am
by yeray
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 14150 times
I can put other windows in front of this page and the 4 charts always seem to be shown correctly for me here.