Hi!

> Has anyone else tried viewer.scriptWait() in application code?
> It still hangs the app up for me.

  I just tried a checkout from the
https://svn.sourceforge.net/svnroot/jmol/branches/bob200603/Jmol
branch and doing a
viewer.scriptWait(command);
freezes my application.

also doing

> void scriptWaitVoid(String strScript) {
>     Eval e = new Eval(this);
>     if (e.loadScriptString(strScript, false)) {
>       e.runEval();
>     }
> }

does not help...

Andreas


-----------------------------------------------------------------------

Andreas Prlic      Wellcome Trust Sanger Institute
                               Hinxton, Cambridge CB10 1SA, UK
                         +44 (0) 1223 49 6891


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to