Re: [Jmol-users] JSmol error reading compress files

2013-06-06 Thread Robert Hanson
It's still not fixed at https://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.htm or https://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol-rs.htm serverURL : "http://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.php";, ---

Re: [Jmol-users] JSmol error reading compress files

2013-06-06 Thread Spinney, Richard
Hi Bob, Tried that and it still does not work. Rick >It's probably the https protocol. I'm guessing that > >"http://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.php"; >needs to be >"https://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.php"; > >Bob > >On Wed, Jun 5, 2013 at 2:11 PM, Spi

Re: [Jmol-users] JSmol error reading compress files

2013-06-05 Thread Robert Hanson
It's probably the https protocol. I'm guessing that "http://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.php"; needs to be "https://undergrad-ed.chemistry.ohio-state.edu/jsmol/jsmol.php"; Bob On Wed, Jun 5, 2013 at 2:11 PM, Spinney, Richard < rspin...@chemistry.ohio-state.edu> wrote:

[Jmol-users] JSmol error reading compress files

2013-06-05 Thread Spinney, Richard
>Rick, > >1) that "error" is just a test we do to check the browsers. You would think >that try/catch would avoid that message, but it >doesn't. I don't know why. >Just ignore that. > >2) you are probably reading binary files from a local machine or binary files >from a server without having

Re: [Jmol-users] JSmol error

2013-04-20 Thread Robert Hanson
The error: XMLHttpRequest.responseType cannot be changed for synchronous HTTP(S) requests made from the window context." is just a message that comes from a JSmol test to see if it can use binary format. It should not appear with Firefox -- Chrome only. That url looks a lot like a local URL. Di

Re: [Jmol-users] JSmol error

2013-04-20 Thread Pshemak Maslak
On 4/19/2013 6:05 PM, Robert Hanson wrote: right -- don't use Chrome for local file access. See the wiki. This is not a local file, it is on the server. The same thing happens in FireFox (except I do not have firebug installed). PM On Fri, Apr 19, 2013 at 9:38 AM, Pshemak Maslak

Re: [Jmol-users] JSmol error

2013-04-19 Thread Robert Hanson
right -- don't use Chrome for local file access. See the wiki. On Fri, Apr 19, 2013 at 9:38 AM, Pshemak Maslak wrote: > I am practicing with JSmol: > > I have a simple script that loads dna.pdb file and executes a couple of > simple commands. > > It works well in Java Jmol, but in JSmol in Chro

[Jmol-users] JSmol error

2013-04-19 Thread Pshemak Maslak
I am practicing with JSmol: I have a simple script that loads dna.pdb file and executes a couple of simple commands. It works well in Java Jmol, but in JSmol in Chrome JS console throws " XMLHttpRequest.responseType cannot be changed for synchronous HTTP(S) requests made from the window contex