Re: [Jmol-users] Electron Density Maps Clouds

2010-04-18 Thread Eric Martz
Try a reload, clear cache, etc. It works fine for me in Safari or Firefox on OS X, default java memory (100 Mb). I can display both pages (cloud and maps) concurrently. Let me know if you continue to have problems! Is your connection to umass.edu slow? -E At 4/18/10, Prof. Joel L. Sussman

[Jmol-users] Webcite and Jmol

2010-04-18 Thread Rzepa, Henry
Can anyone cast light on the issue described at http://www.ch.ic.ac.uk/rzepa/blog/?p=1930 ? -- +44 (020) 7594 5774 (Voice); Blog: http://www.ch.ic.ac.uk/rzepa/blog/ Dept. Chemistry, Imperial College London, SW7 2AZ, UK. (Voracious anti-spam filter in operation for received email. If expected

[Jmol-users] model to variable question

2010-04-18 Thread Otis Rothenberger
Does anyone know if a the molfile of a loaded model can be put into a Jmol variable inside of a Jmol script. By this, I mean that I would like to leave JavaScript out of the molfile extraction. To be a bit more specific, I am loading a model from a files inside of a Jmol script. After loading

Re: [Jmol-users] model to variable question

2010-04-18 Thread Robert Hanson
If it is just a mol file, you can use within Jmol: var jmolx = getProperty(extractModel) or from JavaScript: var jsx = jmolEvaluate(getProperty('extractModel')) Is that what you are after? On Sun, Apr 18, 2010 at 7:29 PM, Otis Rothenberger osrot...@chemagic.comwrote: Does anyone know if a

Re: [Jmol-users] model to variable question

2010-04-18 Thread Otis Rothenberger
Bob, Thanks. This is the one I wanted: On 4/18/2010 10:09 PM, Robert Hanson wrote: If it is just a mol file, you can use within Jmol: var jmolx = getProperty(extractModel) Otis -- Otis Rothenberger chemagic.com