Re: [Jmol-users] JME Question

2010-09-17 Thread Robert Hanson
Oh, sure --- the old Java string problem, this time with JME. make that: ( + document.getElementById(jme1).jmeFile()).split(|); with parens around the converted string On Thu, Sep 16, 2010 at 9:28 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, what's doing the split? Your

[Jmol-users] JME Question

2010-09-16 Thread Otis Rothenberger
Bob, I'm having a Safari problem with a two model load from JME to Jmol. I think it's actually a JavaScript problem with the split function, and I'm pretty sure I can clear it up. In tracking this down, however, I noticed something that I want to understand. Here's the Console History: mod1

Re: [Jmol-users] JME Question

2010-09-16 Thread Robert Hanson
On Thu, Sep 16, 2010 at 3:38 PM, Otis Rothenberger osrot...@chemagic.comwrote: Bob, I'm having a Safari problem with a two model load from JME to Jmol. I think it's actually a JavaScript problem with the split function, and I'm pretty sure I can clear it up. In tracking this down, however,