OK, I know we've discussed this. Dave, I was sure this was fixed. It works properly with the Jmol application now. If you are still having a problem, then you might check to make sure that you are actuating Viewer.scriptWait() from a new thread, NOT a thread initiated by any Java event (like from a butten press). I found that calling Viewer.scriptWait() directly from the event thread has the effect you describe. See the Jmol code for ScriptWindow.java.
Bob [EMAIL PROTECTED] wrote: >Hi, > >I have described this problem before, but since >Jmol 11.0 seems to brewing, it would be nice if it was >fixed. > >Essentially, the bug is that if you have an application >using the the Jmol library and call >viewer.scriptWait() it causes the app to hang indefinitely. > >Bob Hanson diagnosed the problem previously, and made what he described >as a 'hack' fix in 10.x.30b. This version actually works great for >me. >Subsequent versions including the current 11.0beta have reverted >to brokenness. > >The scriptQueue functionality doesn't help me, as it is necessary to >read in a molecule within the app code then immediately perform >operations >which depend on the new molecule. > >Thanks, > >Dave > > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
