Hi there,

How can I synchronize multiple JSMol views when I generated them like this in a 
for loop:

var theApplet = Jmol.getAppletHtml(‘theApplet’ + i, RepresentativeView);
applets.push(theApplet);

In my current understanding, applet[0] will not share memory with applet[1] and 
hence not be able to communicate. I tried this, but it didnt work.

I use the getAppletHtml method because the applets load on user interaction 
rather than at document.loaded

Thank you for your support,
Thomas
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to