Feature Requests item #1293027, was opened at 2005-09-16 11:12
Message generated for change (Settings changed) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1293027&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: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bob Hanson (hansonr)
Summary: feature request: measure callback

Initial Comment:
I would like to request that the callbacks associated with 

set picking

upon user clicking be extended to the 

measure

command so that even without the user clicking,
information relating to distances, angles, and
dihedrals can be retrieved from a model file via
jmolScript(). 

I suppose, if that seems the wrong way to activate
this, we could have

measure callback ON
measure 3 4 5

would automatically report back the angle, for example.

Bob Hanson








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

>Comment By: Bob Hanson (hansonr)
Date: 2006-03-06 21:41

Message:
Logged In: YES 
user_id=1082841

this capability is available in the prototype for 10.00.49
in the form of a JSON return string from scriptWait():

applet.getProperty("jmolStatus","messageCompleted")
strJSON = applet.scriptWait("measure 3 4 5")

still to be documented....

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1293027&group_id=23629


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to