[Jmol-users] implementing PickCallBack with Jmol.js

2005-02-24 Thread Angel Herraez
Hi I am using JmolApplet 10.00 with Jmol.js Is there a way to use pickCallback, or must I code the applet by hand without using Jmol.js? The main reason for this question is that "set picking ident" puts the atom ID on the status line, but "set picking distance" does not put the respective infor

[Jmol-users] Re: problem with 'select within (30.0,MODEL=2);

2005-02-24 Thread Miguel
>> The query: select within(30.0, model=2) >> Will select anything that is within 30 angstroms of anything that is in > model 2 ... which is the same thing as saying 'select model=2' > >This isn't true. Oh but that *is* the way that it is working ... try it :-) > The query will select allth

Re: [Jmol-users] Security Update on mac

2005-02-24 Thread David Leader
On Feb 22, 2005, at 6:17 PM, Philip Bays wrote: Apple released a new security update this afternoon. It appears to be tinkering a lot with java. I will be interested in others experience and how it affects jmol upon installation. I also find that my previous jmol applet setups work ok after th

[Jmol-users] geometry

2005-02-24 Thread James Raftery
Hello, I have just been trying to get some geometric information out on the web using the code below: jmolhtml("geometry); jmolCheckbox("set picking on","set picking off","pick"); jmolRadioGroup([ ["set picking distance","distance","checked"], ["set picking angle","angle"] ]); but obviousl