In Jmol 11.5.39 (and earlier) sometimes when I request some report in 
the Console, the Console output box is automatically cleared of all 
content except this:

Script completed
Jmol script terminated

Then of course I can't see the report that I wanted.

Example:

colord = "hello";
x = javascript(disablePolling);
y = javascript("disablePolling");

(disablePolling is a javascript Boolean variable with the value true)
now,

message colord
reports colord

message @colord
reports hello

message x
reports x

message @x
clears the output box and leaves only the two lines above, so I can't 
see the report.

message @y
clears the output box and leaves only the two lines above, so I can't 
see the report.

Is this clearing of the output box intended, or a bug?

Thanks, -Eric

P.S. I'm trying to figure out how to use the javascript() function to 
return information from javascript to Jmol.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to