Hi Albion,

I'm using Mozilla's XULRunner to tie together Jmol with some quantum
chemistry program input processing tools.  This uses XUL and Java
Script for the most part.  The way I handle the Jmol interface is to
have a pop-up window with a stripped down browser dedicated to Jmol
using the XUL <browser> tag with an event listener.  Using Java
Script, I dynamically create HTML web pages which use Bob Hanson's
scripts to interface Jmol.  My stuff is somewhat complicated because
I'm writing an application program that ties together other existing
tools in other languages with XUL GUIs.  I think AJAX may work for you
building upon the Jmol scripts.  Did you look at
http://jmol.sourceforge.net/docs/, in particular the "Scripting for
Jmol" section?

If you'd like to see some code snippets for my XUL interface to Jmol,
let me know.

All the best,
Gary

On 7/30/07, Albion Baucom <[EMAIL PROTECTED]> wrote:
> Sorry if this is the wrong list (maybe post to users?) for this
> question, although it seems a little technical for that list.
>
> There was a time when you could create java applets that would
> communicate with other java applets in a webpage via LiveConnect. You
> would compile your applets with the JSObject class provided by
> Netscape, and issue javascript commands that could be targeted to
> named applets specifically.
>
> Evidently Mozilla (Firefox) has abandoned LiveConnect in favor of
> other technologies. I would like to explore creating applets that can
> communicate with Jmol and embed them in webpages. I once had a
> library of Java applets that could communicate with Chime (albeit a
> plug-in), that used LiveConnect.
>
> Is anyone aware of how to get my applet to script a Jmol applet in
> Mozilla? This is simply applet to applet communication in the same
> webpage. I have searched the archives, and the web, but haven't
> exactly come across a definitive answer and a lot of references to
> the now defunct LiveConnect.
>
> Cheers,
>
> Albion
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to