Can you explain more about using the MessageCallback function. Is there a documentation for its use. You also mentioned that its not implemented in Jmol.js, than how should I use it with my application, as I am using Jmol.js library. You can view my test page if you desire.
Your co-operation is appreciated. Alok Vaid Chemistry Dept. UT Austin P.S: Test Page: http://eon.cm.utexas.edu/~alokvaid/jmol/test9.php On 7/26/05, Miguel <[EMAIL PROTECTED]> wrote: > > > HI > > > > I am trying to load different models into same applet. I want to know > > if there is a way to know if the javascript completed. I mean to say, > > that I can see the message on the status bar like" jmol script > > executing" and "jmol script completed". Is there way to capture "jmol > > script completed", so that I can fire an event based on it. > > > > > > http://eon.cm.utexas.edu/~alokvaid/jmol/test8.php > > > > ( I am using 2 swaping divs to load 2 models at same time, and load > > the next model in hidden div) > > Alok, > > There is currently no specific mechanism to do this. > > There is a general 'MessageCallback' mechanism that will allow you to > receive the text of messages. You would need to parse the output, looking > for 'script completed'. > > I built the mechanism for compatibility with Chime ... I have never used > it ... I have always been unhappy with it. > > It is not available through the Jmol.js JavaScript library. > > > One of the problems is that there needs to be a better generalized event > notification model. Every time I have started to work on this problem I > have become frustrated and have made no progress. > > If this is a topic that you would like to pursue then please join the > [email protected] mailing list and let's talk about it > over there. > > > Miguel > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick > _______________________________________________ > Jmol-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-users > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

