RE: [PyMOL] Can I use the mouse to control multiple windows?

2006-01-08 Thread Michael George Lerner
27;; pymol-users@lists.sourceforge.net Subject: RE: [PyMOL] Can I use the mouse to control multiple windows? Michael, Of course -- use ansynchrous Python threads to automate the process. For example: pymol test.pdb -l send.py & pymol test.pdb -l receive.py with the scripts below. Note

RE: [PyMOL] Can I use the mouse to control multiple windows?

2006-01-06 Thread Warren DeLano
80 USA . Biz:(650)-872-0942 Tech:(650)-872-0834 . Fax:(650)-872-0273 Cell:(650)-346-1154 . mailto:war...@delsci.com > -Original Message- > From: Warren DeLano > Sent: Friday, January 06, 2006 2:54 PM > To: 'Michael George Lerner'; pymol-users@lists.sourc

RE: [PyMOL] Can I use the mouse to control multiple windows?

2006-01-06 Thread Warren DeLano
Michael, Of course -- use ansynchrous Python threads to automate the process. For example: pymol test.pdb -l send.py & pymol test.pdb -l receive.py with the scripts below. Note use of the lowercase "L" option to launch PyMOL Python scripts in their own asynchronous thread. Cheers, Warren # BE