I have been working on some "new" jsmol stuff and have run into a few problems.


1)      I get an alert when using HTML5: "JmolCore.js: synchronous binary file 
transfer is requested but not available." Click ok and it works fines so I am 
not sure why this alert is showing up. There are no error messages other than 
the alert, and the jsmol.php must be working as the gzipped files load fine.


2)       I am trying to get two Jmol objects to sync (out of a total of four on 
the page). I can get them all to sync, but not just the two I want. I based the 
code on the sync2.htm page included in jsmol. The code is


function sync() {
  var syncing = document.getElementById("drive").checked
   var s = (syncing ? 'sync jmolApplet2 on; sync jmolApplet2 "set syncMouse 
TRUE"' : 'sync * off;')
   Jmol.script("jmolApplet1", s);
}

I get an error message of: "TypeError: b._checkDeferred is not a function" and 
a link back to line 313 of JSmol.min.js. I have no idea what this error is.


3)      I am trying to add a highlight to a JSpecView spectra using 
Jmol.jsvAddHighlight and get an error message: "TypeError: jsvApplet._applet is 
null on line 349 of JSmolJSV.js. Again I am not sure why this error is 
occurring.

I would appreciate any help anyone can provide.

Thanks, Rick
--------------------------------------
Dr. Richard Spinney
Department of Chemistry and Biochemistry
The Ohio State University
120A Celeste Laboratory
120 West 18th Ave
Columbus, Ohio 43210

email: 
[email protected]<mailto:[email protected]>

Phone:   (614) 247 - 6847
Fax:       (614) 292 - 1685

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to