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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo