Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Netdiagram (Read 3176 times)
anita
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Oct 24th, 2012
Netdiagram
Oct 24th, 2012 at 2:36pm
Print Post  
We are using netdigram 2 purchased in 2007. A simple asp.net application is created with DiagramView & OverViewControl control.

The web page is working on firefox but it fails on IE8 & chrome.
AppletStarted script is not getting fired.
Error occurs before that. Which method or event fires AppletStarted event? Where can we write a code to check if applet is started in older version.

Please do the needful.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Netdiagram
Reply #1 - Oct 25th, 2012 at 6:19am
Print Post  
I think after one of the minor JRE 1.6 updates the Java plugin started throwing exceptions instead of returning false for some checks done in NetDiagram's initialization scripts. If you don't wish to upgrade to a newer NetDiagram version, you could downgrade your Java version to vanilla 1.6 to work around that.

Otherwise you won't be able to use the standard AppletStarted script, but instead could run a timer that tracks when the applet's methods can be accessed successfully inside a try/catch block. E.g. once applet.getScriptHelper() returns an object, it should be safe to assume that the applet has loaded successfully.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint