Hi Geoff

The documentation isn't specific about your query, so I've done a little 
testing. This is the 
result:

- Font and line thickness are shared by all measurements. 
- Color may be different per measurement. The way to do is: first set the 
color, then set the 
measure. This works except for the first measure, which takes the first 
declared color even 
if it is done later. So:
        color (for measure 1)
        measure (1)
        color (for measure 2)
        measure (2)
        etc.

As an alternative, you might find a use for use DRAWn lines, which can be 
controlled 
individually and can also have a text attached to them (but only located beside 
one of the 
atoms, not in the middle).
Examples:

         draw m1 "0.3 nm" color [xAAFF00] width 0.05 (atomno=2)(atomno=4)

        measure 1 2; draw m2 color [xFFAA00] width 0.05 (atomno=1)(atomno=2)

Hope it helps. Good luck


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to