Re: [Jmol-users] arbitrary hover string for each atom

2013-09-01 Thread Jaime Prilusky
This looks interesting. Thank you again, Jaim On Sep 1, 2013, at 1:06 PM, Angel Herráez wrote: > I found that hover can reflect the label text, and label can indeed be > assigned per atom. > So, as long as you don't need to use labels, this seems to do the trick: > > hover %[label]; //affects

Re: [Jmol-users] arbitrary hover string for each atom

2013-09-01 Thread Angel Herráez
I found that hover can reflect the label text, and label can indeed be assigned per atom. So, as long as you don't need to use labels, this seems to do the trick: hover %[label]; //affects all atoms select _N; label this is a nitrogen; set labelToggle {selected}; //turns label off without resetti

Re: [Jmol-users] arbitrary hover string for each atom

2013-09-01 Thread Jaime Prilusky
Hola Angel, Thank you for a prompt reply. I was looking for an extension of the following way of setting properties for individual atoms. Besides spacefill and color, I would like to have an individual hover arbitrary string for each atom. select atomno=11; spacefill 4.00; color [xFF66FF] se

Re: [Jmol-users] arbitrary hover string for each atom

2013-09-01 Thread Angel Herráez
Hello Jaim! Yes, hover This is an atom; but it applies to all atoms and I cannot find a way to make it selective Maybe my mapping your text into an atom property that is available to hover, and then hover %[thatProperty] -