Re: [Jmol-developers] Slow print command

2015-03-12 Thread Rolf Huehne
On 03/10/2015 10:07 PM, Robert Hanson wrote: > that's a point. > ​ > Take a look at the LOG command. If you are saving information, it probably > makes more sense to put it into a file, not the console. > Thank you for reminding me of it. For the application it solves my speed problem. But for the

Re: [Jmol-developers] Slow print command

2015-03-12 Thread Rolf Huehne
On 03/10/2015 07:13 PM, Rolf Huehne wrote: > On 03/10/2015 06:51 PM, Robert Hanson wrote: >> I think you misunderstood, Rolf. >> >> Right now >> >> print >> >> by itself throws an error. >> >> I am proposing making that command -- by itself -- clear both the Jmol >> console and the System.out JavaS

Re: [Jmol-developers] Slow print command

2015-03-12 Thread Robert Hanson
I think you misunderstood, Rolf. Right now print by itself throws an error. I am proposing making that command -- by itself -- clear both the Jmol console and the System.out JavaScript console (what is displayed using the JSCONSOLE command). So no loss to what we have; only a gain. There is a

Re: [Jmol-developers] Slow print command

2015-03-12 Thread Rolf Huehne
On 03/10/2015 05:32 PM, Robert Hanson wrote: > I could make > > print > > > clear the console. > That would be a very bad idea! Printing is done with a purpose. And for development and debugging it is really important to be able to see previous output and also the mixture of commands and the cor

Re: [Jmol-developers] Slow print command

2015-03-11 Thread Robert Hanson
Try turning off the system console. Doesn't sound like you need it, and that is probably what is slowing things down, not the Jmol console. Info = { ... console: "none", ... } On Wed, Mar 11, 2015 at 1:08 PM, Rolf Huehne wrote: > On 03/10/2015 10:07 PM, Robert Hanson wrote: > > that's a poi

Re: [Jmol-developers] Slow print command

2015-03-10 Thread Robert Hanson
that's a point. ​ Take a look at the LOG command. If you are saving information, it probably makes more sense to put it into a file, not the console. Bob -- Dive into the World of Parallel Programming The Go Parallel Websi

Re: [Jmol-developers] Slow print command

2015-03-10 Thread Rolf Huehne
On 03/10/2015 06:51 PM, Robert Hanson wrote: > I think you misunderstood, Rolf. > > Right now > > print > > by itself throws an error. > > I am proposing making that command -- by itself -- clear both the Jmol > console and the System.out JavaScript console (what is displayed using the > JSCONSOLE

Re: [Jmol-developers] Slow print command

2015-03-10 Thread Robert Hanson
I could make print clear the console. On Tue, Mar 10, 2015 at 11:29 AM, Rolf Huehne wrote: > On 03/10/2015 04:34 PM, Robert Hanson wrote: > > Rolf, > > > > I have not seen that issue -- I suppose this is going to the console, and > > maybe your machine has memory issues with that -- too muc

Re: [Jmol-developers] Slow print command

2015-03-10 Thread Rolf Huehne
On 03/10/2015 04:34 PM, Robert Hanson wrote: > Rolf, > > I have not seen that issue -- I suppose this is going to the console, and > maybe your machine has memory issues with that -- too much printing? I did > recently set it to scroll to the end after each print, and that requires > calculating th

Re: [Jmol-developers] Slow print command

2015-03-10 Thread Robert Hanson
Rolf, I have not seen that issue -- I suppose this is going to the console, and maybe your machine has memory issues with that -- too much printing? I did recently set it to scroll to the end after each print, and that requires calculating the number of characters, which I think Jmol perhaps was n