Dear all

I am experiencing this sort of error using my J-ICE interface when I use chrome 
under linux. This problem doesn't appear for its windows release. 

jmol/Jmol.js:410Uncaught Error: Error calling method on NPObject!

like 410 is marked below with <<<<<<<<<<<<<<<,


function jmolScript(script, targetSuffix) {

  if (script) {

    _jmolCheckBrowser();

    if (targetSuffix == "all") {

      with (_jmol) {

    for (var i = 0; i < appletSuffixes.length; ++i) {

      var applet = _jmolGetApplet(appletSuffixes[i]);

          if (applet) applet.script(script);

        }

      }

    } else {

      var applet=_jmolGetApplet(targetSuffix);

      if (applet) applet.script(script);
 <<<<<<<<<<<<<<<<<
    }

  }

}



Thanks, Piero 


-- 
Please consider the environment before printing this e-mail.

Pieremanuele Canepa
Room 104
Functional Material Group
School of Physical Sciences, Ingram Building,
University of Kent, Canterbury, Kent,
CT2 7NH
United Kingdom

e-mail: [email protected]
mobile: +44 (0) 7772-9756456
-----------------------------------------------------------
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to