Re: [Jmol-users] Jmol -- testing requested -- load filter "2D" not working

2015-09-14 Thread Robert Hanson
That is really a good catch! I found it. It has to do with an attempt I made to make JSmol totally asynchronous. The problem occurs if, in the initiation of the minimization after loading, it is discovered that a file is needed. JSmol would then have to go back and save its processing state, get t

Re: [Jmol-users] Jmol -- testing requested -- load filter "2D" not working

2015-09-14 Thread CheMagic
Paul, The thing that surprised me was that the model loaded! I didn't know you could use a molfile in a data load. I guess because the original example in the docs used a XYZ file, I got in my head that you had to use an XYZ file with a data load. I avoided using the "W" word in my note, but n

Re: [Jmol-users] Jmol -- testing requested -- load filter "2D" not working

2015-09-14 Thread Paul PILLOT
Well, it did work… 3 years ago… I’ve implemented this in a previous page that I haven’t touched for a while. The migration to HTML5 is now overdue and I wanted to update to the latest version (and take profit of the speed bump in JS execution). The workaround you are suggesting indeed works, but

Re: [Jmol-users] Jmol -- testing requested -- load filter "2D" not working

2015-09-13 Thread Otis Rothenberger
Hi Paul, I played with this for a while. Did Filter “2d” ever work with load data? I keep getting jmol script errors if I try to incorporate the filter. I tried several locations for insertion. This alternative gets the job done: load DATA "model" Ethane http://www.ichemlabs.com 2 1 0 0

[Jmol-users] Jmol -- testing requested -- load filter "2D" not working

2015-09-13 Thread Paul PILLOT
Hi Jmolers, I’ve tried with the 2 latest versions of Jmol (14.3.16, 14.2.15) and they both seem broken in respect with this command. Test case : copy and paste the following in Jmol console : load DATA "model" Ethane http://www.ichemlabs.com 2 1 0 0 0 0999 v2000 -0.4330

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-09-07 Thread Robert Hanson
Thanks, Rolf. The trick was to carry over the key modifications in the drag operation from what was down when the mouse was pressed. I did have a note to myself indicating that Mac OS (and I guess also Linux) are different from Windows in that regard, failing to indicate the actual key status in th

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-09-07 Thread Rolf Huehne
On 09/05/2015 06:44 AM, Robert Hanson wrote: > This one is for Rolf. Please check > > -- Don't Work (as expected) - > SHIFT+RIGHT+drag_rotateZrotate Z > -> '_rotateZorZoom' instead of 'rotate Z' > > MIDDLE+drag _rotateZorZoom rotate Z (h

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-09-04 Thread Robert Hanson
This one is for Rolf. Please check -- Don't Work (as expected) - SHIFT+RIGHT+drag_rotateZrotate Z -> '_rotateZorZoom' instead of 'rotate Z' MIDDLE+drag _rotateZorZoom rotate Z (horizontal motion of mouse) or zoom (vertical motion of mou

Re: [Jmol-users] Jmol -- testing requested (move)

2015-09-01 Thread Robert Hanson
It's a bug. The MOVE command does do different things than the MOVETO command; the idea is that for general work MOVETO is more capable, but the effects are definitely different. On Tue, Sep 1, 2015 at 8:36 AM, Rolf Huehne wrote: > On 08/25/2015 04:28 PM, Robert Hanson wrote: > > OK, let's try a

Re: [Jmol-users] Jmol -- testing requested (move)

2015-09-01 Thread Rolf Huehne
On 09/01/2015 03:36 PM, Rolf Huehne wrote: > On 08/25/2015 04:28 PM, Robert Hanson wrote: >> OK, let's try again, please. I really appreciate all this testing. Rolf, I >> am especially interested in if this fixes your JenaLib startup problem. >> > The 'move' command doesn't do anything if the time

Re: [Jmol-users] Jmol -- testing requested (move)

2015-09-01 Thread Rolf Huehne
On 08/25/2015 04:28 PM, Robert Hanson wrote: > OK, let's try again, please. I really appreciate all this testing. Rolf, I > am especially interested in if this fixes your JenaLib startup problem. > The 'move' command doesn't do anything if the time is set to zero, e.g.: move 180 0 0 0 0 0 0 0 0;

Re: [Jmol-users] Jmol -- testing requested

2015-08-31 Thread Robert Hanson
thanks -- taken care of. On Mon, Aug 31, 2015 at 8:57 AM, Ron Mignery wrote: > "plot properties" without parameters (I know - user error) now freezes the > Jmol application. > then: > $ print _version > 1402015 > $ plot properties > script ERROR: invalid argument > > plot property

[Jmol-users] Jmol -- testing requested

2015-08-31 Thread Ron Mignery
"plot properties" without parameters (I know - user error) now freezes the Jmol application. then: $ print _version 1402015 $ plot properties script ERROR: invalid argument plot property << $ now: $ print _version 1403016 $ plot properties $ !exit script execution halted with !exit $

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-31 Thread Rolf Huehne
On 08/29/2015 12:02 AM, Robert Hanson wrote: > Go to http://chemapps.stolaf.edu/jmol/jsmol/jsmol.htm > > In the search box, enter > >! set debug > > do your mouse/key actions > > then click on the "show" link under the applet next to "info" > The messages are identical in Firefox and Chromium a

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-28 Thread Robert Hanson
Go to http://chemapps.stolaf.edu/jmol/jsmol/jsmol.htm In the search box, enter ! set debug do your mouse/key actions then click on the "show" link under the applet next to "info" I see: Script completed Jmol script terminated script 2 started logging level set to 5 logLevel = 5 Script compl

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-28 Thread Rolf Huehne
On 08/28/2015 05:32 PM, Robert Hanson wrote: > Please use > > set debug > > then do your tests and see what is reported. Jmol will report the > key-mouse combination such as: > > > LEFT+down > LEFT+up > SHIFT+RIGHT+down > SHIFT+RIGHT+up > > and let me know what it gives. > I can't see any messages

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-28 Thread Robert Hanson
Please use set debug then do your tests and see what is reported. Jmol will report the key-mouse combination such as: LEFT+down LEFT+up SHIFT+RIGHT+down SHIFT+RIGHT+up and let me know what it gives. Bob ​ --

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-27 Thread Eric Martz
See also my message subject Mouse gestures fail in OS X Firefox Java (Aug 22) -Eric On 8/27/15 7:25 AM, Rolf Huehne wrote: > On 08/25/2015 04:28 PM, Robert Hanson wrote: >> OK, let's try again, please. I really appreciate all this testing. Rolf, I >> am especially interested in if this fixes your

Re: [Jmol-users] Jmol -- testing requested (mouse bindings)

2015-08-27 Thread Rolf Huehne
On 08/25/2015 04:28 PM, Robert Hanson wrote: > OK, let's try again, please. I really appreciate all this testing. Rolf, I > am especially interested in if this fixes your JenaLib startup problem. > > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.0

Re: [Jmol-users] Jmol -- testing requested (FF issue)

2015-08-26 Thread Otis Rothenberger
OK I should have mentioned that the page works just fine. -- Otis Rothenberger o...@chemagic.com http://chemagic.com > On Aug 26, 2015, at 10:36 AM, Robert Hanson wrote: > > OK, thanks, Otis. All of those are just standard warnings, not errors. > ​ > --

Re: [Jmol-users] Jmol -- testing requested (FF issue)

2015-08-26 Thread Robert Hanson
OK, thanks, Otis. All of those are just standard warnings, not errors. ​ -- ___ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listin

Re: [Jmol-users] Jmol -- testing requested (FF issue)

2015-08-26 Thread Otis Rothenberger
Bob, I cleaned my FF problem out so that there would not be any confusion. My issue was related to a known FF bug with document.execCommand. Easy solution was to opt FF out on the commands that were related to object resizing. This was not a Local Storage issue as I originally thought. With th

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Robert Hanson
Ah! I know what that is On Tue, Aug 25, 2015 at 1:29 PM, Paul PILLOT wrote: > I have also encountered a problem with the shorthand / in fractional > coordinates : > draw pl1 plane {0 0 0/} {1 0 0/} {1/2 1 0/}; > doesn’t work : Erreur du compilateur de script: spécification de modèle > incorr

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Paul PILLOT
Good catch Rolf ! Indeed, setting the browser language to english disables these error messages AND allows for context menu display. Paul > Le 25-08-2015 à 15:24, Rolf Huehne a écrit : > > Am 25.08.15 um 20:59 schrieb Philip Bays: >> Do these errors only show up on your web page, or do they sho

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Otis Rothenberger
Paul and Bob, Chrome appears OK for me. Firefox is whining about a whole mess of syntax errors in various Jmol .js files. I must admit that FF is becoming a real pain for me. I haven’t checked for a while. I see it’s having problems with my Local Storage error catching, but that’s unrelated to

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Rolf Huehne
Am 25.08.15 um 20:59 schrieb Philip Bays: > Do these errors only show up on your web page, or do they show up using some > of Bob’s sample pages? I have the newest on both a local server and on the > campus server, but not integrated into my web pages yet. But I can access > one of Bob's sampl

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Philip Bays
Do these errors only show up on your web page, or do they show up using some of Bob’s sample pages? I have the newest on both a local server and on the campus server, but not integrated into my web pages yet. But I can access one of Bob's samples from that server to see what happens. I am run

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Paul PILLOT
Thanks Otis, I am also running pages from my local web server (localhost). I haven’t spotted the setting you are referring to. I have made further tests with firefox 40 and Chrome 44. The three browsers give the same consistent error messages (that don’t prevent jsmol from working). Paul > Le

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Otis Rothenberger
I do see this draw error - wasn’t familiar with the shorthand notation. Non-shorthand notation seems to work for me OK. Otis -- Otis Rothenberger o...@chemagic.com http://chemagic.com > On Aug 25, 2015, at 2:29 PM, Paul PILLOT wrote: > > I have also encountered a problem with the shorthand / i

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Otis Rothenberger
Bob and Paul, I’m not seeing this (below) in MacOS X 10.10.4 (Yosemite) and Safari 8.0.7. I should mention that I’m running locally with internet connection - i.e. all my AJAX remote calls working. This means that I run Safari with “Disable Local File Restrictions” checked. Otis -- Otis Rothe

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Paul PILLOT
I have also encountered a problem with the shorthand / in fractional coordinates : draw pl1 plane {0 0 0/} {1 0 0/} {1/2 1 0/}; doesn’t work : Erreur du compilateur de script: spécification de modèle incorrecte draw pl1 plane {0 0 0/} {1 0 0/} {1/2 1 0/} whereas the following

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Paul PILLOT
Hi Bob, the 2 error messages on startup are displayed on MacOS X.10.5, Safari 8.0.8 TypeError: undefined is not an object (evaluating 'J.api.Interface.getInterface') try/catch path: 0 function (b, d) args[0]=TypeError: undefined is not an object (evaluating 'J.api.Int... args[1]=function () {a

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Rolf Huehne
On 08/25/2015 04:28 PM, Robert Hanson wrote: > OK, let's try again, please. I really appreciate all this testing. Rolf, I > am especially interested in if this fixes your JenaLib startup problem. > > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.0

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Otis Rothenberger
Bob, Both my problems are fixed. I’ll continue working with it during the course of the day as I continue to clean up my JavaScript and server scripts. By the way, this is the new model kit - not yet running new JSmol: http://chemagic.com/molecules/VMKMINInotes.htm It makes extensive use of Lo

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Robert Hanson
OK, let's try again, please. I really appreciate all this testing. Rolf, I am especially interested in if this fixes your JenaLib startup problem. Bob http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.08.25-binary.zip/download ​ --

Re: [Jmol-users] Jmol -- testing requested

2015-08-25 Thread Robert Hanson
Rolf, the issue is the move commands at the end of your start-up script. I can duplicate the lock-up problem on Windows with that, so I should be able to figure out what is going on there. ​ Bob --

Re: [Jmol-users] Jmol -- testing requested

2015-08-24 Thread Robert Hanson
OK, sounds like I need to sit down at a Mac and see what is happening. Could be those recent mouse wheel aliases I set up. Will do. Thanks, Rolf. On Mon, Aug 24, 2015 at 5:31 AM, Rolf Huehne wrote: > > I tested version 14.3.16_2015.08.21 with the 'Jena3D Viewer' HTML5 > ( > http://jenalib.fli-l

Re: [Jmol-users] Jmol -- testing requested

2015-08-24 Thread Robert Hanson
Yes, and a few other issues with that. OK, that is FINALLY fixed On Mon, Aug 24, 2015 at 8:09 AM, Rolf Huehne wrote: > On 08/18/2015 07:06 AM, Robert Hanson wrote: > > > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/ > > > > Now holds the latest test build t

Re: [Jmol-users] Jmol -- testing requested

2015-08-24 Thread Rolf Huehne
On 08/18/2015 07:06 AM, Robert Hanson wrote: > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/ > > Now holds the latest test build that I hope will lead to Jmol 14.4.0 > release later this week or next. > > I would it if you would test it if you have a site and have

Re: [Jmol-users] Jmol -- testing requested

2015-08-24 Thread Rolf Huehne
Am 18.08.15 um 07:06 schrieb Robert Hanson: > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/ > > Now holds the latest test build that I hope will lead to Jmol 14.4.0 > release later this week or next. > > I would it if you would test it if you have a site and have

Re: [Jmol-users] Jmol -- testing requested

2015-08-22 Thread Eric Martz
Dear Bob, I have tested the Aug 21 Jmol in FirstGlance and the only issue I spotted was the one about fragmentary residues (already reported in a separate email). So it passed with flying colors! Bravo!!! Eric --

Re: [Jmol-users] Jmol -- testing requested

2015-08-19 Thread Rolf Huehne
On 08/19/2015 04:12 PM, Robert Hanson wrote: > I do not understand why sometimes the build Jmol.jar does not match what I > have when debugging. But that was the culprit with Rolf's problem. > > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.08.19

Re: [Jmol-users] Jmol -- testing requested

2015-08-19 Thread Jaime Prilusky
Thank you. This new version fixed the "Errors on missing Isosurface file": electrostatics2, 3BSN_3BSO, hupa_LC, HupA_2 and HupA_3 The rest stays: The error of PyMOL reader not reading "H69" as "helix" (RGS-Ga_8pdb_structures_aligned_S90_20.5.15.pse) persists. The generated JPNGJ contains two

Re: [Jmol-users] Jmol -- testing requested

2015-08-19 Thread Robert Hanson
I do not understand why sometimes the build Jmol.jar does not match what I have when debugging. But that was the culprit with Rolf's problem. http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.08.19-binary.zip/download Jmol.___JmolVersion="14.3.16_2

Re: [Jmol-users] Jmol -- testing requested

2015-08-18 Thread Robert Hanson
round two: Just PyMOL reader issues, I think. http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/Jmol-14.3.16_2015.08.18-binary.zip/download Rolf, please try this one and send me spt files that fail to run. I still cannot reproduce your %% error. I was sure I had fix

Re: [Jmol-users] Jmol -- testing requested

2015-08-18 Thread Robert Hanson
Rolf, could you send me an spt file? I cannot reproduce these problems. -- ___ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinf

Re: [Jmol-users] Jmol -- testing requested

2015-08-18 Thread Robert Hanson
MUCH appreciated, Rolf! I will work on this tonight and have another upload ready for you soon. ​ -- ___ Jmol-users mailing list Jmol-users@lists.sourceforge.net https://lists.sou

Re: [Jmol-users] Jmol -- testing requested

2015-08-18 Thread Rolf Huehne
On 08/18/2015 07:06 AM, Robert Hanson wrote: > http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/ > > Now holds the latest test build that I hope will lead to Jmol 14.4.0 > release later this week or next. > > I would it if you would test it if you have a site and have

[Jmol-users] Jmol -- testing requested

2015-08-17 Thread Robert Hanson
http://sourceforge.net/projects/jmol/files/Jmol-beta/Jmol%2014.3/Jmol%2014.3.16/ Now holds the latest test build that I hope will lead to Jmol 14.4.0 release later this week or next. I would it if you would test it if you have a site and have the time to do that. Up-to-date documentation can be