> rspinney wrote:>

>>>I agree a default size (font face and color, too?) would be useful. 
>>>But the same goes for labels, for example. The way Jmol deals with 
>>>these is to need a spec every time.
>>>    
>>>
>>  
>>
>in the works. Two options:
>
>1) the default label is whateve was used last (might have some 
>backward-compatibility issues)
>2) to set the default label, first "select none" then set any label 
>parameters (font, color, offset, etc.)
>
>You choose.
>

Option 2 strikes me as the better alternative, especially if it is backwards
compatible.
So the command would be:

select none; set echo 14 serif bold; 
echo "This is serif bold 14";

correct?

>>Correct, defaults for font, size and color for all new labels and echos
>>would simplify the scripting considerably.
>>
>>  
>>
>>>>It would also be nice to be able to delete all echos
>>>>displayed in the applet with a single command, i.e.
>>>>"echo off;" or "select echos; echo;"
>>>>      
>>>>
>>>According to the doc, "set echo off" should delete all. Is it not so?
>>>    
>>>
>>
>>After a little experimenting, select *; set echo off; works.
>> (set echo off; on its own fails????).
>>
>>
>Nah. Convince me.


select *; color cpk; labels off; halos off; set echo off; 

this did turn off the labels and halos and colored the atoms cpk, but only
removed the last echo while 

select *; set echo off; color cpk; labels off; halos off;

this also turned off all echos.

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-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to