Re: [Jmol-developers] bug in translucent background for echo

2014-03-17 Thread Robert Hanson
ok, that's fixed. Thanks. On Mon, Mar 17, 2014 at 8:37 AM, Angel Herráez angel.herr...@uah.es wrote: Translucent background for echos seems broken now: Jmol Application, 13.0.10 #works fine, yellow text on translucent background load =1crn; set echo coment4 50% 50%; echo example;

Re: [Jmol-developers] loading binary files in Chrome from local host

2014-03-17 Thread Robert Hanson
Maybe you can put some alerts in Jmol._getFileData = function(fileName, fSuccess) and see what's going on. The message is expected; successful local file loading is not. On Mon, Mar 17, 2014 at 11:08 AM, Robert Hanson hans...@stolaf.edu wrote: Maybe you can put some alerts in On

Re: [Jmol-developers] loading binary files in Chrome from local host

2014-03-17 Thread Angel Herráez
Well, even if unexpected it is welcome ;-) and see what's going on. The message is expected; successful local file loading is not. I do not consider localhost or http://127.0.0.1; to be LOCAL -- it should be the same as SERVER. So, the alert should not be displayed and then the file loads

Re: [Jmol-developers] loading binary files in Chrome from local host

2014-03-17 Thread Robert Hanson
OK, I know. It doesn't have anything to do with the host (other than the fact that if this were truly local, you couldn't read the file at all in Chrome). It is a notification that JSmol is using jsmol.php, which you must also have set up, to read base64-encoded data, and then it is translating