I'm calling this code on button click. The "myContainer" node is created 
before. After calling code, the "myContainer" contains <div 
id="myJmol_appletinfotablediv"... The problem still remains. 
On 2016-07-28 18:31:49, Angel Herráez <angel.herr...@uah.es> napisał:
Hi Tom

All looks good, but I am not familiar with the GWT environment. There might be 
some confilct.

One question: When are you calling that code? Is the "myContainer" node already 
created?

The error is not helpful, but you could try defining the variable at the 
beginning (head section)  as

var myJmol = "myJmol"

and later do this

var applet = Jmol.getAppletHtml(myJmol, Info);

and see it that helps.
  
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to