Feature Requests item #1750680, was opened at 2007-07-09 11:52 Message generated for change (Settings changed) made by hansonr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1750680&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: Interface Improvements Group: None >Status: Closed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Bob Hanson (hansonr) Summary: Callback for draw objects Initial Comment: I would very much like a callback function for draw objects (lines, planes, etc) that returned the object ID (and maybe other parameters). This would allow programmatic response when a specific draw object is selected. Thanks. S. Spilatro [EMAIL PROTECTED] ---------------------------------------------------------------------- Comment By: Bob Hanson (hansonr) Date: 2007-11-10 10:14 Message: Logged In: YES user_id=1082841 Originator: NO I'm wrong about that. All you need is: set drawPicking true ---------------------------------------------------------------------- Comment By: Bob Hanson (hansonr) Date: 2007-11-09 16:28 Message: Logged In: YES user_id=1082841 Originator: NO included in 11.3.43: # new feature: set drawPicking TRUE # then reports picking of draw objects as a JavaScript array: # [ "draw","[drawID]",[modelIndex],[vertexIndex],[x],[y],[z] ] # this goes to the pickCallback function as the second parameter, # with the first parameter (normally the atomIndex) being -2. ---------------------------------------------------------------------- Comment By: Bob Hanson (hansonr) Date: 2007-07-24 20:33 Message: Logged In: YES user_id=1082841 Originator: NO This can be done using hidden atoms to make "hot spots" wherever you want them. But it's still a good idea.... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1750680&group_id=23629 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
