Hello, Das

Your code is complex, so it's hard to say.
There are a couple of things that I can suggest:

1. It seems that the chain is hidden by changing spacefill and wireframe, but 
you need to act on cartoons too

2. Within your function ScriptLarger(f1,f2) you have 
     select *B 
which sounds like a possible source of truble. If you intend to select Chain B, 
you should use
     select *:B 

3. It is easier to hide and display without changing the style, just using the 
"hide" or "display" commands:

show chain A ==>  display *:A
show chain B ==>  display *:B
show both chains ==>  display all

Hope that's of help.


------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to