Bugs item #1094527, was opened at 2005-01-02 11:40 Message generated for change (Settings changed) made by hansonr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1094527&group_id=23629
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Applet Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Bob Hanson (hansonr) Assigned to: Miguel (migueljmol) Summary: animation broken Initial Comment: The following script commands do not work: [anim] frame play [anim] frame revplay As far as I can tell, what they do is simply the same as frame notrecognizedparameter What I think they SHOULD do is start at the current frame and continue, either forward or backward, from there. So that one can write: frame 23 frame play same goes for [anim] frame nextwrap [anim] frame prevwrap What is happening is that these keywords are not being recognized. From what I can tell the relatively new void frame(int offset) simply ignores play, revplay, nextwrap, and prevwrap. Frankly, I think nextwrap and prevwrap are expendable, but play and revplay are important. We need to be able to go to a frame and play from there. Like a sound player. see http://www.stolaf.edu/people/hansonr/jmol/docs/examples/animation.htm Bob Hanson ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1094527&group_id=23629 ------------------------------------------------------------------------- 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
