Re: [Jmol-users] Crash attempting a compare

2016-07-29 Thread Robert Hanson
Simple enough; problem was an atom with no bonds. Fixed, but I can't upload files until probably sometime Sunday. On Wed, Jul 27, 2016 at 12:59 PM, Eric Martz wrote: > Dear Bob, > > I did an alignment using compare between two PDB files and it worked > perfectly. > > I attempted a very similar o

Re: [Jmol-users] Jmol on Maven Central

2016-07-29 Thread Robert Hanson
I'm not sure how ${Jmol.properties.___JmolVersion} would be the version number. In Build.xml it is: So you are missing that regex process. On Mon, Jul 25, 2016 at 9:18 AM, Mark Williamson wrote: > On 17/05/16 23:15, Robert Hanson wrote: > > Will be checking in Jmol 14.6 release as

Re: [Jmol-users] Jsmol in GWT

2016-07-29 Thread Robert Hanson
You could add an alert to see if myJmol has been created: var applet = Jmol.getAppletHtml("myJmol", Info); alert(self.myJmol) ​Or, it is possible that somehow the myJmol variable is not being set globally, in which case you could try: var applet = Jmol.getAppletHtml("myJmol", Info); window.myJmo

[Jmol-users] Odp: Re: Jsmol in GWT

2016-07-29 Thread Tomasz Balawajder
I'm calling this code on button click. The "myContainer" node is created before. After calling code, the "myContainer" contains 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 "my