Hello, Ira
> jmolButton("draw d1 diameter 0.95 {0 0 0} yellow; delay 0.1; draw d1 delete;
> delay 0.1; draw
> diameter 0.95 {0 0 0} yellow","");
Your script is working fine for me. But you must use "color yellow" (at least
in 11.7.41 and
11.8.7 which I've used for testing).
Also, rather than recreating the draw object, you can just hide and show it:
draw d1 diameter 0.95 {0 0 0} color yellow; delay 0.1; draw d1 off; delay 0.1;
draw d1 on;
You can also use halos instead of draw:
select atomno=3; color halo yellow; halo on; delay 0.1; halo off; delay 0.1;
halo on;
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users