-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 27 May 2004 09:52, Peter Murray-Rust wrote: > >It might be good if you had a very simple demo of your JTable stuff that > >could be run from the command-line. Perhaps something that takes N > >arguments (file names) from the command-line and creates a simple table > >... file name + JmolPanel in each row. > > I am very interested in the JTable as there is a real need for Jmol to be > able to look at multiple structures. (I created this in Jumbo3 - which used > Jmol as a JPanel). > > How are the multiple structures to be read? I can see the following: > - an explicit list of molecules on the command line
Yes, that's what the program does. > - a format which supports multiple molecules (mainly SDF and CML at > present) Not supported, each table row is a separate Jmol instance... But each instance can be passed a Reader, so the wrapper around the Jmol instances can split up a SDF (e.g. as done in CDK's IteratingMDLReader), and pass each MDL mol entry to a separate Jmol instance... - - an implicit mechanism (e.g. all filenames with a given pattern > such as **/*.cml) Supported, by command line expansion on Unix... MS-DOS also does expension at the command line, I think... > - interactive input (open molecule and add to table). > - a CMLRSS feed > > I would obviously be interested in anything that supported multiple CML > molecules :-) Egon - -- [EMAIL PROTECTED] PhD on Molecular Representation in Chemometrics Nijmegen University http://www.cac.sci.kun.nl/people/egonw/ GPG: 1024D/D6336BA6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (SunOS) iD8DBQFAtaPsd9R8I9Yza6YRAqZBAKCfOWNsau1rZZLwGbiB5hzneQsDSACgxoF7 esyUB/S6kQv3dql/P6PH8sY= =UAuS -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id149&alloc_id�66&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
