Re: [Jmol-users] Local Storage Revisited

2014-08-25 Thread Rzepa, Henry S
On 25 Aug 2014, at 06:55, Otis Rothenberger osrot...@chemagic.com wrote: This is still pretty rough, but it illustrates the use of local storage for an approach to student class notes: http://chemagic.com/JSmolVMK2.htm Local storage is being used on two control button screens on this

[Jmol-users] A freeze-up scenario

2014-08-25 Thread Ron Mignery
The following script causes the Jmol application to freeze after the translate command. This does not happen if the dots on command is commented out. zap print _version set appendNew false x1 =data \append a\\nATOM 1 N GLY A 1 0.000 0.000 0.000\nend \append a\ x2 =data \append

[Jmol-users] JspecView file path

2014-08-25 Thread Jennifer L. Muzyka
I am trying to figure out why we have no trouble with current files in the in the Spectral Zoo (http://chemserv.centre.edu/listing3.php?cat=nmr) but we cannot see “archived files” that are nested in a folder. I suspect it has to do with the file paths. The error we see says

Re: [Jmol-users] JspecView file path

2014-08-25 Thread Otis Rothenberger
Hi Jennifer, This is just a wild guess, but you have spaces in some folder names that are being URL encoded to +. That could be messing up attempts to interpret the query string. The error suggests that something in your code expects a number. The + could be forcing that issue. Otis

Re: [Jmol-users] A freeze-up scenario

2014-08-25 Thread Robert Hanson
indeed it does! I will get a corrected version up at chemapps tonight. On Mon, Aug 25, 2014 at 11:59 AM, Ron Mignery remign...@gmail.com wrote: The following script causes the Jmol application to freeze after the translate command. This does not happen if the dots on command is commented

Re: [Jmol-users] JspecView file path

2014-08-25 Thread Robert Hanson
I think it is something with the format of those files, nothing more. Check the console. You have disabled the console on that page by using Info.console = consolediv and then not providing that. So first remove that assignment and then, after the problem, from the developer console issue:

[Jmol-users] jmol-14.3.7_2014.08.25.zip

2014-08-25 Thread Robert Hanson
http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.7_2014.08.25.zip Just one minor fix, but what is perhaps interesting here is some low-level rewriting I did of a couple of core JavaScript implementations of Java classes (ArrayList, Hashtable) as well as the main j2sjmol.js library code that looks