Re: [Jmol-users] load trajectory

2009-09-22 Thread Robert Hanson
Right. It has limited applications. I'm not sure I'm really very keen on that animation you have there, though... On Tue, Sep 22, 2009 at 3:10 PM, Eric Martz wrote: > Dear Bob, > > Thanks for reminding me that I should be using "load trajectory" for > multiple-model PDB files where only the coord

[Jmol-users] load trajectory

2009-09-22 Thread Eric Martz
Dear Bob, Thanks for reminding me that I should be using "load trajectory" for multiple-model PDB files where only the coordinates change, not the atoms. I note that only one frame can be displayed at a time in trajectory mode. Often I want to show a ligand from the docked frame in other frame

Re: [Jmol-users] load trajectory executes twice, but is called only once

2009-06-23 Thread N David Brown
Thanks Bob, I'll leave my placeholder null test as it is then :) - N David Brown 2009/6/23 Robert Hanson : > This isn't happening in Jmol 11.7, but basically it means that your callback > function should ignore the nulls. I think they are coming from when the > model gets cleared in between fil

Re: [Jmol-users] load trajectory executes twice, but is called only once

2009-06-23 Thread Robert Hanson
This isn't happening in Jmol 11.7, but basically it means that your callback function should ignore the nulls. I think they are coming from when the model gets cleared in between file loads. Bob On Tue, Jun 23, 2009 at 1:18 PM, N David Brown wrote: > I have the following on an HTML element: > >

[Jmol-users] load trajectory executes twice, but is called only once

2009-06-23 Thread N David Brown
I have the following on an HTML element: onclick="jmolScript('set loadstructcallback "alert"; load trajectory myfile;')" Alert appears twice for me - first with 'null', secondly with 'myfile'. Can someone please tell me whether the same happens for them? Thanks. - N David Brown