Dear Bob,

The Jmol JSconsole has provided some hints as why the language is not 
loading:

Loading language resource 
file:///F|/webs/biomodel/model3j/../JSmol/idioma/es.po
FileManager opening 3 
file:/F|/webs/biomodel/model3j/../JSmol/idioma/es.po
FileManager opening 1 file:/F
0 translations loaded
Jmol getValue doTranslate null
language=es

So the relative path is being set wrong:
file:///F|/webs/biomodel/model3j/../JSmol/idioma/es.po
should be 
file:///F|/webs/biomodel/JSmol/idioma/es.po

When I run it from local web server, it loads in Spanish but the path 
problem is still there:

Loading language resource 
http://127.0.0.1/biomodel/model3j/../JSmol/idioma/es.po
FileManager opening 1 
http://127.0.0.1/biomodel/model3j/../JSmol/idioma/es.po
562 translations loaded
Jmol getValue doTranslate null
language=es


This is an excerpt of my page code:

var JmolPath="../JSmol";
var myInfo = {
        serverURL: JmolPath + '/php/jsmol.php',
        j2sPath: JmolPath + '/j2s',
        jarPath: JmolPath + '/java',
        jarFile: "JmolApplet0.jar",
        isSigned: false, 
        use: 'html5',
        debug: false
};


This used to work with 14.0.17
I'm rather confused. Any hints?


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to