Tee Chart Crashes IE when used in popup window.
Tee Chart Crashes IE when used in popup window.
Hi,
I'm am using tee chart 7,0,0,7. But am having a problem displaying the activex control in a IE popup window.
Using the html/javascript code below. A popup window is opened. A click on the link loads the ASP example in the popup window.
That all work fine, but the problem starts if you want to repeat this. If you refresh the page, which reloads the txt file in the popup, and then click the link for a second time, IE locks up and requires an end task.
Same problem occurs if the link is click twice without closing the popup.
<script language="javascript">
var chartpopup = window.open('http://localhost/TeeChart7/Readme.txt')</script>
<a href="#" onclick="
chartpopup.document.location = 'http://localhost/TeeChart7/TeeFromWebClient.asp';
">Load Chart</a>
Any Ideas?
Thanks James
I'm am using tee chart 7,0,0,7. But am having a problem displaying the activex control in a IE popup window.
Using the html/javascript code below. A popup window is opened. A click on the link loads the ASP example in the popup window.
That all work fine, but the problem starts if you want to repeat this. If you refresh the page, which reloads the txt file in the popup, and then click the link for a second time, IE locks up and requires an end task.
Same problem occurs if the link is click twice without closing the popup.
<script language="javascript">
var chartpopup = window.open('http://localhost/TeeChart7/Readme.txt')</script>
<a href="#" onclick="
chartpopup.document.location = 'http://localhost/TeeChart7/TeeFromWebClient.asp';
">Load Chart</a>
Any Ideas?
Thanks James
Ideas?
Does any one have any ideas on this. It is causing me a big problem since my upgrade from verson 5.
Thanks
James.
Thanks
James.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
We could reproduce the problem here. We need to investigate the cause of the problem an how to solve it. I'll get back to you when I have further information.
Also please notice that you may get an access violation running the http://localhost/TeeChart7/TeeFromWebClient.asp demo. This is because this file still references TeeChart v6, you should change this reference to:
We could reproduce the problem here. We need to investigate the cause of the problem an how to solve it. I'll get back to you when I have further information.
Also please notice that you may get an access violation running the http://localhost/TeeChart7/TeeFromWebClient.asp demo. This is because this file still references TeeChart v6, you should change this reference to:
Code: Select all
TChart2.Import.LoadFromURL("http://<%=ServerPath%>/TeeChart7/TeeFromWeb.asp")
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
We'll be able to give you some feedback during Monday.
Thanks for your patience.
We'll be able to give you some feedback during Monday.
Thanks for your patience.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
This issue has already been fixed. I can send you TeeChart7.ocx update including the fix. May I send it to the forums contact e-mail address or should I send it to a different address?
This issue has already been fixed. I can send you TeeChart7.ocx update including the fix. May I send it to the forums contact e-mail address or should I send it to a different address?
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
Ok, I've just sent it to both e-mail adresses.
Ok, I've just sent it to both e-mail adresses.
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 |
Hi
I have received the new ocx, thank you.
But there seems to be a problem with IE authenticating the active x. When a clean machine visits the page a message say the control has been block due to unknown publisher pops up.
How is it possible to solve this problem so the user is allowed to download / install the control.
Many Thanks
James
I have received the new ocx, thank you.
But there seems to be a problem with IE authenticating the active x. When a clean machine visits the page a message say the control has been block due to unknown publisher pops up.
How is it possible to solve this problem so the user is allowed to download / install the control.
Many Thanks
James
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi James,
I've just sent you the signed .ocx.
I've just sent you the signed .ocx.
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 |