Thank you very much for the replies.

This sounds like it might be what I want, but I've
been unable to check out the CVS code today.
Was following instructions on jmol download page, 
but the command keeps timing out rather than letting
me log in. (I can use CVS to check out another project,
so I don't *think* it is a problem at my end).

Is there any chance of a development release with source
code? I'm keen to get started on this asap, and it would 
not (probably) be a huge problem for me if the API changes,
as I just need to bang out a demo fairly quickly.

Thanks

Dave



On Mon, 13 Mar 2006 01:36:38 -0600, "Bob Hanson" <[EMAIL PROTECTED]>
said:
> [EMAIL PROTECTED] wrote:
> 
> >Model model = viewer.getModel()
> >model.getAtomsBondedTo(i)
> >
> >  
> >
> Right now it's in Viewer as:
> 
> public Object getProperty(String returnType, String infoType, String 
> paramInfo) {
>     return propertyManager.getProperty(returnType, infoType, paramInfo);
>   }
> 
> returnType is one of
> 
> "String"
> "JSON"
> "Object"
> 
> You want "Object" (really anything other than "String" or "JSON").
> I don't have documentation for this yet.
> 
> >but I can't pick my way through the API and source
> >code to see how to do this.
> >
> >Thanks,
> >
> >
> >Dave
> >  
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
-- 
  Dave Evans
  [EMAIL PROTECTED]
  http://www.davidaevans.org



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to