Re: [Jmol-developers] RES: Intercepting events

2010-03-06 Thread Robert Hanson
Looking back at this, I have some of my answers to questions posed just now. I don't think you can use the Jmol application without modification to do this. What you need to do is build your own application that has Jmol embedded in it, or you need to adapt Jmol to report its status over an intern

Re: [Jmol-developers] RES: Intercepting events

2010-03-06 Thread Robert Hanson
Questions: 1) Jmol application or applet? 2) What sort of "events" are we talking about? 3) Are you using the Jmol syncCallback mechanism? On Sat, Mar 6, 2010 at 1:29 AM, Moacyr Francischetti Corrêa < moa...@spacnet.com.br> wrote: > Sorry. It was not clear in my question. I have implemented t

Re: [Jmol-developers] RES: Intercepting events

2010-03-06 Thread Angel Herráez
Hi Moacyr When you have some time, it would be nice that you insert some description of your work at http://wiki.jmol.org/index.php/MultiUser_Jmol Sharing a Jmol model between several users across a network is something that has a great potential for scientific discussion and, particularly, for

Re: [Jmol-developers] RES: Intercepting events

2010-03-05 Thread Moacyr Francischetti Corrêa
Sorry. It was not clear in my question. I have implemented the communication between different instances of Jmol through internet. Consider the following situation: An instance generates events. I intercept these events and transmit them to a second instance. The second instance receives these e

Re: [Jmol-developers] RES: Intercepting events

2010-03-05 Thread Robert Hanson
in Jmol. Now > I do not know how to perform the action on other PCs with Jmol. > Can you help? > > > []'s > Moacyr > > - Original Message - > *From:* Robert Hanson > *To:* jmol-developers@lists.sourceforge.net > *Sent:* Tuesday, February 09, 2

Re: [Jmol-developers] RES: Intercepting events

2010-03-04 Thread Moacyr Francischetti Corrêa
jmol-developers@lists.sourceforge.net Sent: Tuesday, February 09, 2010 5:29 PM Subject: Re: [Jmol-developers] RES: Intercepting events You are doing well in English. That's just synchronization. No problem. We are all set up for that between applets within a browser. You set up a syncCal

Re: [Jmol-developers] RES: Intercepting events

2010-02-09 Thread Robert Hanson
You are doing well in English. That's just synchronization. No problem. We are all set up for that between applets within a browser. You set up a syncCallback, and you can intercept all messages. There are probably a few situations where the applets can get out of sync, but that will remain for yo

[Jmol-developers] RES: Intercepting events

2010-02-09 Thread Moacyr Francischetti Corrêa
Thank you, Bob! I am using the Jmol application. I will try to better explain my needs. Sorry, but I have a little difficulty in write in English! I’m developing a distributed virtual environment to allow molecular visualization in a high performance architecture. To do this, I chose Jmol