I was just trying to clean up some pages moving to Jmol 11 and ran into a
bug. I used the following code:

 

jmolRadioGroup([
    ['set measurement ANGSTROMS; set picking MEASURE DISTANCE; set
pickingStyle MEASURE ON;', 'Distance'],
    ['set picking MEASURE ANGLE; set pickingStyle MEASURE ON;', 'Angle'],
    ['set picking MEASURE TORSION; set pickingStyle MEASURE ON;',
'Torsion'],
    ['set pickingStyle MEASURE OFF;', 'Off', 'checked'] ], '  ');

 

Which works fine using version 10.9.73 but fails for version 11 or 11.1. The
measurements do not appear at all. Has there been a change in the syntax or
is there a bug?

 

Thanks, Rick

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to