[Jmol-users] debug print out for popup?

2008-01-21 Thread Li Yang
Hi Bob, I am embedding Jmol 11.4.RC in my applications. Whenever I right-click to bring up the context menu, I got this line print to my log window. It looks like a debug statement. viewer.getBooleanProperty(perspectivedepth) - unrecognized Thanks, Li Yang --

Re: [Jmol-users] Serious Memory Issue in Jmol/JTAT

2008-01-21 Thread Eric Martz
Dear Bob and Angel and others, I will certainly appreciate your help regarding the memory problems that I'm having with JTAT! 1. YES I AM using Jmol.js in JTAT. (I did not use it in FirstGlance in Jmol because it seems to me inadequately documented, and because I felt I needed to understand wh

Re: [Jmol-users] for loop question

2008-01-21 Thread Eric Martz
At 1/21/08, you wrote: >Can a for loop in Jmol take two variables, as follows? > >for ( var i = -9, j = 2; i < -4.0; i = i + 0.2, j = j + 1 ) > >So far I have not had success, j seems to have no value where as i is >working fine. What would be wrong with this: var j = 2; for (var i = -9; i <

[Jmol-users] for loop question

2008-01-21 Thread Frieda Reichsman
Can a for loop in Jmol take two variables, as follows? for ( var i = -9, j = 2; i < -4.0; i = i + 0.2, j = j + 1 ) So far I have not had success, j seems to have no value where as i is working fine. Thanks, Frieda // Frieda Reichsman, PhD Molecules in Mo

Re: [Jmol-users] Serious Memory Issue in Jmol/JTAT

2008-01-21 Thread hansonr
> RE: Jmol Tutorial-Authoring Template (JTAT), nearing release (I hope). > Near final demo at http://bioinformatics.org/jmol-tutorials > > There is a major unresolved problem which calls into question the > usability of tutorials using Jmol, and JTAT in particular: running > out of java memory. Er