Re: [Jmol-users] Out of Memory Error Handling

2008-12-04 Thread Robert Hanson
If you set up a messageCallback, then translation is supposed to be turned off by default for all error messages. You see this message in the Java console upon applet startup: Note -- Presence of message callback will disable translation; to enable message translation use jmolSetTranslation(true)

Re: [Jmol-users] Out of Memory Error Handling

2008-12-04 Thread Angel Herraez
I understood that there was a mechanism (setting) to prevent error messages from being translated. From the recent discussion, I am not clear as whether that is not working as I thought it would. - This SF.Net email is spon

Re: [Jmol-users] Out of Memory Error Handling

2008-12-04 Thread Rolf Huehne
Robert Hanson wrote: > Rolf, what sort of error message parsing are you trying to do that the > translation is messing up? I've just checked in bug fixes that allow > the script error messages to be translated to the new language when > the language is changed. So now in principle we could also all

Re: [Jmol-users] Out of Memory Error Handling

2008-12-04 Thread Robert Hanson
Rolf, what sort of error message parsing are you trying to do that the translation is messing up? I've just checked in bug fixes that allow the script error messages to be translated to the new language when the language is changed. So now in principle we could also allow for an English-only versio

Re: [Jmol-users] Jmol 11.7.1 - 11.7.3 new features

2008-12-04 Thread Robert Hanson
this is fixed. On Wed, Dec 3, 2008 at 9:28 AM, Rolf Huehne <[EMAIL PROTECTED]> wrote: > Robert Hanson wrote: >> great -- so let me know if that doesn't work for you. >> > It looks as if "-j" doesn't work properly (version 11.6.3 and SVN > revision 10421). > > When I try to set a variable within th

Re: [Jmol-users] Letting Jmol make a movie between two views

2008-12-04 Thread Robert Hanson
Ah, Rolf notes that the app -j "script commands here" option is not implemented correctly in Jmol 11.7.15. It will be in 11.7.16. >> >> To combine command-line scripts with file-based scripts, use the -j >> flag and include in it ".;script file1.txt;script file2.txt" >> >> Quotes may be tricky