Re: [Jmol-users] Jmol.setInfo

2014-04-15 Thread Robert Hanson
I think window["j2s.lib"].console = null should do it because in j2sjmol.js we find: Console.consoleOutput = function (s, color) { var o = window["j2s.lib"]; var console = (o && o.console); if (console && typeof console == "string") console = document.getElementById(console)

Re: [Jmol-users] Jmol.setInfo

2014-04-15 Thread Otis Rothenberger
Bob, It's just a very convenient place to write menus on the fly (and other info), so I don't want to disable it. I now see that if I stay away from calls to Jmol while a menu is showing, my problem of menus being appended with logging goes away. I could do this with div's over the Jmol window

Re: [Jmol-users] Jmol.setInfo

2014-04-15 Thread Robert Hanson
You mean what you see with jmolApplet._showInfo(true) ? Info.console="none" will disable that completely before anything starts; I think after things are going you would have to do something like: window["j2s.lib"].console = null; That should disable it. Bob On Mon, Apr 14, 2014 at 11:

[Jmol-users] Jmol.setInfo

2014-04-14 Thread Otis Rothenberger
Bob, Is there a way to turn off error reporting to the Jmol.setInfo screen? Otis -- Otis Rothenberger o...@chemagic.com http://chemagic.com -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is