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

2008-12-15 Thread Robert Hanson
so is it still causing that problem? I can't see how IOException can be an unknown value On Mon, Dec 15, 2008 at 10:43 AM, Rolf Huehne wrote: > Robert Hanson wrote: >> Rolf, please check now. I have no idea about the IOException problem. >> What an odd error. I'm certainly not having that issue -

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

2008-12-15 Thread Rolf Huehne
Robert Hanson wrote: > Rolf, please check now. I have no idea about the IOException problem. > What an odd error. I'm certainly not having that issue -- you might > need to do a clean build. > I always do a cleanup before compiling Jmol ("ant clean; ant"). Regards, Rolf -

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

2008-12-15 Thread Robert Hanson
Rolf, please check now. I have no idea about the IOException problem. What an odd error. I'm certainly not having that issue -- you might need to do a clean build. The problem with -w should be fixed. The problem was that I changed the way the -x option works, so that it just appends ";exitJmol" t

Re: [Jmol-users] Jmol and Google Web Toolkit

2008-12-15 Thread Angel Herraez
El 15 Dec 2008 a las 11:46, Raphael André Bauer escribió: > it seems that your observation is right and using the jmol.js breaks > the GWT. However it is easily possible to use jmol without jmol.js and > thus avoiding this problem. An idea is to use the Firebug plugin for > Firefox that gives you t

Re: [Jmol-users] Jmol and Google Web Toolkit

2008-12-15 Thread Robert Hanson
first let's find out what's breaking the GWT. It's probably something simple. On Mon, Dec 15, 2008 at 6:03 AM, Angel Herraez wrote: > El 15 Dec 2008 a las 11:46, Raphael André Bauer escribió: >> it seems that your observation is right and using the jmol.js breaks >> the GWT. However it is easily

Re: [Jmol-users] Jmol and Google Web Toolkit

2008-12-15 Thread Angel Herraez
El 15 Dec 2008 a las 11:46, Raphael André Bauer escribió: > it seems that your observation is right and using the jmol.js breaks > the GWT. However it is easily possible to use jmol without jmol.js and > thus avoiding this problem. An idea is to use the Firebug plugin for > Firefox that gives you t

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

2008-12-15 Thread Rolf Huehne
Robert Hanson wrote: > I think this is all fixed now. The sequence of execution is: > > file load > -J (Jmol script as argument) > -s (script file name as argument) > -j (Jmol script as argument) > -x (exit) > > The -n switch (no display) adds an implicit -x, and it is executed > only after the f

Re: [Jmol-users] Jmol and Google Web Toolkit

2008-12-15 Thread Raphael André Bauer
On Fri, Dec 12, 2008 at 5:13 PM, Raphael André Bauer wrote: > Hey folks, > > > did anybody already try to use Jmol inside a GWT application? afai can > see there are "natural" problems using the jmol.js together with the GWT > (as it breaks the GWT javascript appearently). > > Does anybody have th