Re: [Jmol-developers] [Jmol-users] jmolScriptWait causes exception in 12.1 branch

2010-09-07 Thread Robert Hanson
Yes, that would do it -- I hit that somewhere else as well. Continue on jmol-developers list. On Tue, Sep 7, 2010 at 12:58 PM, Nicolas Vervelle nverve...@gmail.comwrote: Hi Bob, I have just looked into the code involved, and I believe it's not a multithread problem. It's simply that we're

Re: [Jmol-developers] [Jmol-users] jmolScriptWait causes exception in 12.1 branch

2010-09-07 Thread Robert Hanson
It's easier just to not use an iterator -- get the keys as an array and run through them. I'll work on it tonight. On Tue, Sep 7, 2010 at 12:58 PM, Nicolas Vervelle nverve...@gmail.comwrote: Hi Bob, I have just looked into the code involved, and I believe it's not a multithread problem.

Re: [Jmol-developers] [Jmol-users] jmolScriptWait causes exception in 12.1 branch

2010-09-07 Thread Nicolas Vervelle
Yes, I was wondering if there was a purpose on removing/adding elements one at a time. Collections have built-in methods to add all the elements (or some elements) of an other collection. Nico On Tue, Sep 7, 2010 at 11:54 PM, Robert Hanson hans...@stolaf.edu wrote: It's easier just to not use

Re: [Jmol-developers] [Jmol-users] jmolScriptWait causes exception in 12.1 branch

2010-09-07 Thread Robert Hanson
All fixed. Ready for release. On Tue, Sep 7, 2010 at 5:19 PM, Nicolas Vervelle nverve...@gmail.comwrote: Yes, I was wondering if there was a purpose on removing/adding elements one at a time. Collections have built-in methods to add all the elements (or some elements) of an other collection.