i'm passing some commands to jmol using setTimeout() in _javascript_, and i'm trying to insure that the current job is done before moving on to the next one, to prevent the stack from piling up. the following bit of code SEEMS to have improved things somewhat:

                var done = null;
                done = jmolScriptWait("frame " + file[frame]);
                while(done == null){
                }


do you think this is actually doing anything though?
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to