Re: [Jmol-developers] language localization fails

2014-07-03 Thread Angel Herráez
> And > http://127.0.0.1/biomodel/JSmol/idioma/ > definitely exists? Oh yes > I'm not sure where the vertical bar in the file:/// path is coming > from, do you? I think it's (at least) a Firefox thing, it's taking the place of the colon after the drive letter. On the other hand, there seems t

Re: [Jmol-developers] language localization fails

2014-07-02 Thread Robert Hanson
And http://127.0.0.1/biomodel/JSmol/idioma/ definitely exists? So those are from: Object o = info.get("codePath"); if (o == null) o = "../java/"; appletCodeBase = o.toString(); appletIdiomaBase = appletCodeBase.substring(0, appletCodeBase.lastIndexOf("/", appletCodeBase.le

Re: [Jmol-developers] language localization fails

2014-07-02 Thread Angel Herráez
> > JV.Viewer.appletCodeBase http://127.0.0.1/biomodel/model3j/../JSmol/j2s/ file:///F|/webs/biomodel/model3j/../JSmol/j2s/ > JV.Viewer.appletIdiomaBase http://127.0.0.1/biomodel/model3j/../JSmol/idioma file:///F|/webs/biomodel/model3j/../JSmol/idioma i.e. both have the relative path broke

Re: [Jmol-developers] language localization fails

2014-07-02 Thread Robert Hanson
​Please check the values of JV.Viewer.appletCodeBase and JV.Viewer.appletIdiomaBase -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Com

Re: [Jmol-developers] language localization fails

2014-07-02 Thread Angel Herráez
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 load

Re: [Jmol-developers] language localization fails

2014-07-01 Thread Angel Herráez
I agree it's quite tricky. I will have to setup a test page maybe On 1 Jul 2014 at 14:23, Robert Hanson wrote: > > How can we test this? > -- Open source business process management suite built on Java and Eclipse Tu

Re: [Jmol-developers] language localization fails

2014-07-01 Thread Robert Hanson
How can we test this? ​ -- 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 o

[Jmol-developers] language localization fails

2014-07-01 Thread Angel Herráez
Hi Bob 14.2.2_2014.06.29 application, the interface opens in English instead of Spanish. The pop-up language shows Spanish ticked, when I click on that the interface changes to Spanish. So the switch works, it's just the initial display where the language is not applied correctly. I haven't te