[Jmol-users] alertNoBinary

2014-01-10 Thread Spinney, Richard
I can help you with #1. The following makes it go away: script type=text/javascript Jmol._alertNoBinary = false; jmolApplet0 = Jmol.getApplet(jmolApplet0, Info); /script Otis Thanks Otis, Is there a way to set this

Re: [Jmol-users] alertNoBinary

2014-01-10 Thread Otis Rothenberger
Rick, In placing this false definition, I used the following from the JSMol docs as a guide: A script to run when the Jmol object has finished loading. Note that indicating a script here is not necessary; with Jmol-JSO, unlike with Jmol.js, you can start making script calls to Jmol as soon as

Re: [Jmol-users] alertNoBinary

2014-01-10 Thread Robert Hanson
Let's track this down. I've seen this on iPads, and it seems to me it should not be happening. On Fri, Jan 10, 2014 at 2:55 PM, Spinney, Richard rspin...@chemistry.ohio-state.edu wrote: I can help you with #1. The following makes it go away: script type=text/javascript

Re: [Jmol-users] alertNoBinary

2014-01-10 Thread Pshemak Maslak
On 1/10/2014 7:13 PM, Robert Hanson wrote: Let's track this down. I've seen this on iPads, and it seems to me it should not be happening. I believe that happens only in Chrome on windows or in Safari on apple OS (which apparently use the same browser engine). PM On Fri, Jan 10, 2014

Re: [Jmol-users] alertNoBinary

2014-01-10 Thread Robert Hanson
The alert is coming from an intentionally trapped error in JSmolCore.js Jmol._canSyncBinary function. That function should only be called when data being transferred has been determined to be binary in nature. It is an alert to the developer that the server-side PHP piece is being invoked. I do

Re: [Jmol-users] alertNoBinary

2014-01-10 Thread Robert Hanson
ah -- good tip. OK, the fix I just uploaded to JSmolCore.js did fix that Back later On Fri, Jan 10, 2014 at 6:17 PM, Pshemak Maslak n...@psu.edu wrote: On 1/10/2014 7:13 PM, Robert Hanson wrote: Let's track this down. I've seen this on iPads, and it seems to me it should not be