frame create is for nonmolecular objects such as isosurfaces. When you have
no atoms, but you need a new frame.


On Mon, Jul 21, 2014 at 9:20 AM, Ron Mignery <remign...@gmail.com> wrote:

> What is the utility of the 'frame create' command in the application?  If
> I do:
>   zap
>   load x.pdb
>   set appendNew true
>   load append y.pdb
>   print _version
> I get what I expect:
>  appendNew = true
>  2 models
>  1402002
>
> If instead I do in one shot:
>   zap
>   set appendNew false
>   load x.pdb
>   frame create
>   frame 2
>   load y.pdb
>   print _version
> I end up with one frame with y.pdb loaded:
>   appendNew = false
>   1402002
>
> If I then enter just the command:
>   frame create
> I get no message, the next frame icon does nothing but the last frame icon
> puts me in the new frame.
> If I then enter 'load append x.pdb', the application freezes.  !exit then
> reports
>  'script execution halted with !exit'
> but the application remains frozen even to !zap requiring a reboot.
>
> Basically anything I try to load or create with the modelKit in the empty
> frame from a 'frame create' command crashes the application.
>
>
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to