Hi Miguel!

Miguel wrote:

I have restructured some of the packaging of the Jmol source code.


that's very interesting and makes things much clearer! :-)

* the JmolApplet and the Jmol application now use the
org.jmol.api.JmolViewer interface.


this is what I will need for my Application. - So from now on it needs to implement a "JmolStatusListener", to get informed about e.g. "AtomPicked".

* How can an external application trigger the popup Menu ? - When I press the right mouse button in Jmol the JmolStatusListener recieves a "handlePopupMenu", but I do not know what to do next to actually display it. - would expect something like viewer.popupMenu(x,y) ?


* notifyAtomPicked returns an infoString. The external application needs to parse this string in order to retreive info like Chain, etc. - Correct? Can this string be substituted against a very simple atom container class / interface? - or do we get to the stage of the "low level" interfaces .... Another idea would be to make the string look XML-ish so it is easier to parse...


Andreas

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

Andreas Prlic Wellcome Trust Sanger Institute
Hinxton, Cambridge CB10 1SA, UK






-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to