Re: [Jmol-developers] Changing Console Location and Adding a New Menu

2015-07-07 Thread Robert Hanson
Actually, it is div id=jmolApplet0_console style=background-color:blue;width:700px;height:400px;overflow:auto/div On Mon, Jun 29, 2015 at 11:01 AM, Robert Hanson hans...@stolaf.edu wrote: Note that I assumed you meant the Jmol console that comes up with the console command. If you

Re: [Jmol-developers] Changing Console Location and Adding a New Menu

2015-06-29 Thread Robert Hanson
Good idea. I have modified JmolCore.js and JmolConsole.js such that you can now add a div: // BH 6/29/2015 9:50:21 AM adds option for user to set console as a div on a page. //as jmolApplet0_console where jmolApplet0 is the id of the applet. // for example: div id=jmolApplet0_console

Re: [Jmol-developers] Changing Console Location and Adding a New Menu

2015-06-23 Thread Angel Herráez
It seems that the console div is created when either the console command is executed or the popup menu option is picked. It is appended after the BODY tag, with this content: div id=jmolApplet0_console class=jmolConsole style=display: block; background-color: yellow; width: 600px; height:

Re: [Jmol-developers] Changing Console Location and Adding a New Menu

2015-06-23 Thread Angel Herráez
Wow, that's very helpful, thank you! So I assume if you can create a permanent console in Jsmol, it's possible in Jmol as well. Java is a different business, the console IS a java window so you cannot fix it in the page. Example test: http://biomodel.uah.es/JSmol/test_console.htm?_USE=JAVA