Re: [Jmol-users] jmolScriptWait vs zoomTo

2015-12-13 Thread Robert Hanson
fixed On Sun, Dec 13, 2015 at 7:42 AM, Robert Hanson wrote: > Probably a bug that the rest of the script is not executed, but there's no > way to wait for a zoomto. Don't do that. > > On Sat, Dec 12, 2015 at 6:33 PM, Eric Martz > wrote: > >> Consider the following commands: >> >> zoomto *1.3; >

Re: [Jmol-users] jmolScriptWait vs zoomTo

2015-12-13 Thread Eric Martz
OK, no problem. Thanks, Bob! -Eric On 12/13/15 8:42 AM, Robert Hanson wrote: Probably a bug that the rest of the script is not executed, but there's no way to wait for a zoomto. Don't do that. On Sat, Dec 12, 2015 at 6:33 PM, Eric Martz > wrote: Consider

Re: [Jmol-users] jmolScriptWait vs zoomTo

2015-12-13 Thread Robert Hanson
Probably a bug that the rest of the script is not executed, but there's no way to wait for a zoomto. Don't do that. On Sat, Dec 12, 2015 at 6:33 PM, Eric Martz wrote: > Consider the following commands: > > zoomto *1.3; > select protein; > color yellow; > > In javascript, when these commands are

[Jmol-users] jmolScriptWait vs zoomTo

2015-12-12 Thread Eric Martz
Consider the following commands: zoomto *1.3; select protein; color yellow; In javascript, when these commands are in the string "spt", jmolScript(spt) produces a smooth zoom followed by protein turning yellow. However, jmolScriptWait(spt) produces a zoom in one large step (snap zoom) and the re