Robert,
Here are my setup calls

viewer.evalString("set disablePopupMenu on");
viewer.evalString("set bondPicking true");
viewer.evalString("set autobond false");
viewer.evalString("sync *;set syncMouse;set syncScript");

also tried 
viewer.evalString("sync *;set syncMouse on;set syncScript on");

In the echo I get syncmouse = true and syncscript = true

I am not getting messages at notifyEnabled for any of the mouse movements
When I zoom by script I get a message at notifyEnabled with an int value of
1
and several messages with int value of 11.  I have not looked up the
corresponding static names.

If I remove the sync evalString I still get the messages at notifyEnabled
when I zoom by script

Joe


________________________________________
From: Robert Hanson [mailto:[email protected]] 
Sent: Friday, September 25, 2009 11:08 AM
To: [email protected]
Subject: Re: [Jmol-users] zoom callback

When I do that, I get callback messages coming into notifyCallback. 

Are you should you issued

sync *




------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to