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

Reply via email to