Re: [Jmol-users] Appending with inline data not working in 12.0

2010-07-25 Thread Dean Johnston
Thanks for the clarification on append versus set appendNew - I was just looking for a reason that the data wasn't being appended. Seems to work now. Dean On Sun, Jul 25, 2010 at 1:05 AM, Robert Hanson hans...@stolaf.edu wrote: By the way, DATA is now merged with LOAD. You basically just use

[Jmol-users] Appending with inline data not working in 12.0

2010-07-24 Thread Dean Johnston
Bob, Just testing 12.0.RC28_dev and for my site the DATA command with the append option (set appendNew true) appears not to work properly (models are just replaced). Sorry I don't have time to do any more detailed testing. I didn't have to set the appendNew flag in the past - I think in 11.8

Re: [Jmol-users] Appending with inline data not working in 12.0

2010-07-24 Thread Robert Hanson
append and set appendNew are two different things -- append means don't delete the current model; set appendNew means create a new model, don't just add the atoms to the existing one. Yes, that's broken in Jmol 12.0.RC27. Just fixed; uploading now. On Sat, Jul 24, 2010 at 9:54 PM, Dean

Re: [Jmol-users] Appending with inline data not working in 12.0

2010-07-24 Thread Robert Hanson
By the way, DATA is now merged with LOAD. You basically just use the load command with all its options (append, filter, {n n n}, unitcell, spacegroup, etc.) with the data command included in it: load data append inline .. end data append inline packed {3 3 3} Bob On Sat, Jul 24, 2010 at