Bugs item #1914444, was opened at 2008-03-14 12:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1914444&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: File Input/Output
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Gutow (gutow)
Assigned to: Miguel (migueljmol)
Summary: problems with lcaocartoons in scripts...

Initial Comment:
Application version 11.4RC11
Two related issues:
1)In the following simple script (applied after loading the attached file, 
ethylene.log) some of the lcao sp2 cartoons do not always show up colored blue 
and translucent.  The commands always work when entered by hand into the script 
console. Is there a load timing issue?
----script---
#display sigma lcao framework in ethylene.log
frame last;
select (carbon and 1.10);
lcaoCartoon "sp2a" color blue translucent; 
lcaoCartoon "sp2b" color blue translucent; 
lcaoCartoon "sp2c" color blue translucent;
select none; 
select (hydrogen and 1.10);
lcaoCartoon "s" color blue translucent;
---end script---
2) I believe this is related.  If the results of this script are exported as a 
script the generated script does not contain any information on the "s" lcao 
cartoons.  They definitely are there because they are shown by a "lcaoCartoon 
list" command in the script window.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1914444&group_id=23629

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to