Hello

I have a page with three applets (loaded columns in a table row , B- A- and Z DNA) with a set of radio buttons for each applet in the same table row. I want to have a single set of radio buttons that relate to all three applets at once. I can set up buttons outside the table and get them to apply to the one applet at a time using a "jmolSetTarget" and specifying the applet but cannot get them to work on all 3.

Regards

John Tweedie

Associate Professor in Biochemistry
Institute of Molecular BioSciences
Massey University
Private Bag 11-222
Palmerston North
NEW ZEALAND

e-mail  (Massey): [EMAIL PROTECTED]
Phone (Massey):64 6 350 5515 Ext 2581

e-mail  (Home): [EMAIL PROTECTED]
Phone (Home): 64 6 358 0150
Home Address:
15 Annandale Avenue
Palmerston North
NEW ZEALAND


On Mar 1, 2007, at 05:48 PM, Bob Hanson wrote:

Frieda Reichsman wrote:

Say I have 3 files loaded but my set of labels should appear on only
one of them. I also want to be able to turn on and off the display of
the three proteins at will.

Is there an easy way to select a series of single atoms for labeling
and have the label apply only to one file?

Or is the only way to do this to repeat "select file=1 and ..." over
and over, like so:

select file=1 and 263.n
label helix 1

If it's one model per file, you can just use the old syntax:

select 263.n/1; label helix1

Certainly you need only the number of select/label combinations as you
have distinct labels, but other than that, yes, you need to specify the
atom and model number to get the label on just that atom.

In other words is there some way to say, "the following selections
apply ONLY to file =1" (and then also end it in some way)?

Well, you could do:

select 263.n; label helix1
select 283.n; label helix2
...
select file != 1
labels off

That is, just put all the labels in, but then in the end turn the
unwanted ones off.

Bob


///////////////////////////////////////////


Frieda Reichsman, PhD

Molecules in Motion

Interactive Molecular Structures

http://www.moleculesinmotion.com


///////////////////////////////////////////





---------------------------------------------------------------------- ---
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
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users


-------------------------------------------------------------------------
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
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to