Read another way the intent may be to use callback if status is not
available.  In that case I think this needs to be StatusListener == null

Joe

> 
> void syncSend(String script, String appletName) {
>     // no jmolscript option for syncSend
>     if (jmolStatusListener != null)
>       jmolCallbackListener.notifyCallback(JmolConstants.CALLBACK_SYNC,
>           new Object[] { null, script, appletName });
>   }
> ________________________________________
> From: Robert Hanson [mailto:[email protected]]
> Sent: Wednesday, September 30, 2009 1:39 PM
> To: [email protected]
> Subject: Re: [Jmol-developers] zoom callback (cont from users)
> 
> OK, the first thing I notice is that I forgot to include a call to
> notifyEnabled() for sync callback. It just doesn't use the method --
> simply
> calls notifyCallback(). So we shouldn't expect anything from
> notifyEnabled()
> for callback #12.
> 
> I suggest adding a CALLBACK_SCRIPT notification and then doing a
> 
> 
> 
> --------------------------------------------------------------------------
> ----
> 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-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers


------------------------------------------------------------------------------
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-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to