Bugs item #978606, was opened at 2004-06-23 18:14
Message generated for change (Comment added) made by hansonr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=978606&group_id=23629

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scripting
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Bob Hanson (hansonr)
Summary: loadStructCallBack less useful

Initial Comment:
I see the loadStructCallBack. I played with this a
little. Now I realize that just using messagecallback
is at least as effective--I see the error message is
there, and if a 

select *;

script is given, a positive response to that clearly
indicates that the structure was loaded. 

Thanks!

Bob Hanson

----------------------------------------------------------------------

>Comment By: Bob Hanson (hansonr)
Date: 2006-03-06 22:11

Message:
Logged In: YES 
user_id=1082841

The primary difficulty with querying the applet early on in
page loading is that some browsers (Opera/Win, others?) fail
to correctly initially assign document.getElementById() or
other mechanisms of accessing an applet object. 

So, for example, within about the first 150 ms of Opera 8.0
page loading, a call to 

document.getElementById("jmolApplet0")

does return an applet object, but that object is
disfunctional, with no methods -- not even having the
"getAppletInfo" method. Furthermore, after this call, NO
future call to document.getElementById("jmolApplet0")

So there is still no GENERAL way of determining that the
applet file has loaded, at least not within the first second
or so of page loading. 



----------------------------------------------------------------------

Comment By: Miguel (migueljmol)
Date: 2004-07-19 11:49

Message:
Logged In: YES 
user_id=1050060

Bob,

It is not clear to me what should be done with this. 

Should it just be closed? 

Miguel


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=978606&group_id=23629


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to