Hi, Bob!

I've already started planing the next iteration of my jQuery plugin with 
a little bit different approach - trial and error is the way to go :) I 
wanted to ask a few questions about Jmol applet though, as I didn't 
receive any descriptions about the external methods (and there is no 
commentary in applet's source code, except for deprecated methods). I'm 
talking about this class, that exports methods to JavaScript: 
http://jmol.svn.sourceforge.net/viewvc/jmol/trunk/Jmol/src/JmolApplet.java?revision=16759&view=markup

1. What is the difference between getPropertyAsString and 
getPropertyAsJSON, does the string version return human readable info 
and is JSON version intended to return an object (key-value pair) 
representation of this information? Also what's the output of 
getProperty - string, object or JSON string?

2. Does the loadInlineString act the same as "load INLINE "fileData"" 
scripting command?

3. If I understood correctly from your comments in our discussion, then 
loadNodeId and loadDOMNode methods were just a test and they will be 
deprecated in the future?

4. Next, I'd love to have some explanation on what's the difference 
between all of those script methods: script, syncScript, scriptNoWait, 
scriptCheck, scriptWait, scriptWaitOutput. Pretty please! :)

5. And last, but not least. register and registerApplet - are these for 
synchronization? Is the fullName argument in registerApplet the same 
syncId received by appletReadyCallback (2nd argument)? And what's the 
second argument for register?

-- 
Gusts Kaksis


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to