[Jmol-users] [jmol-users] showing 2 models from different files

2007-03-23 Thread Jochen Ismer
Hello everybody,
I have a problem again. I've loaded two files into my applet with:
load fileset file1 file2

Now i want to show models from the two files at the same time. I've tested

model 1001 or 2001
frame 1001 or frame 2001
and so on. Nothing worked. How can i deal with it.

Thanks for help
Jochen

-
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.phpp=sourceforgeCID=DEVDEV
___
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users


Re: [Jmol-users] [jmol-users] showing 2 models from different files

2007-03-23 Thread Angel Herraez
Hi Jochen

I'm not an expert in multi-frame models, and hence not sure if what 
you tried should work, but try these other ways:

   display */1001 or */2001
   display */1001, */2001
   restrict */1001 or */2001
   select */1001 or */2001; display selected


Anyway, new syntax recommended in Jmol 11.1 is file nr.-dot-model 
nr.:
   display */1.1 or */2.1

There are several recent posts regarding this in the users list


-
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.phpp=sourceforgeCID=DEVDEV
___
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users