On Sun, Aug 22, 2010 at 5:32 PM, Eric Martz <[email protected]>wrote:
> Hello, > > I am trying to update the Jmol in my "Jmol Tutorial Authoring > Template" (JTAT, http://www.bioinformatics.org/jmol-tutorials/) from > 11.6.RC12 to 12.0.8. I appear to be observing the following anomaly: > > When I type "show spin" into Jmol's console, the report ends with > "spin on" when spinning is on, and "spin on" is simply omitted when > spinning is off. correct. > This is what I expect, and my code uses it to toggle > spinning in up to 4 concurrent jmols. > > However, when jmolScript("exit; spin on;", "1") is executed, the > report never ends with "spin on" even when spinning is on. (Thus my > existing code never toggles spinning off.) > > what report is that? Sometimes after the script command is given? Maybe you need jmolScriptWait("exit; spin on") so that Jmol doesn't just cache the script. I bet that's what is happening. > Is this a bug? The report is correct in 11.6.RC12 but not in 12.0.8. > > Hmm. But then why the version difference. Be more specific about the sequence of events. > Thanks very much, -Eric > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Jmol-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-users > -- Robert M. Hanson Professor of Chemistry St. Olaf College 1520 St. Olaf Ave. Northfield, MN 55057 http://www.stolaf.edu/people/hansonr phone: 507-786-3107 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
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

