miguel,

i realized that i had done something stupid. i had put in a call to
jmolDebugAlert() like so:

>> is the HTML content of the demo.html file i'm using:
>>
>> <html>
>>   <head>
>>     <title>Simple example</title>
>>     <script src="../jmol-10.00/Jmol.js"></script>
>>   </head>
>>   <body>
>>     <script>
>>       jmolInitialize("../jmol-10.00"); // REQUIRED
         jmolDebugAlert(true);
>>       jmolApplet(200, "load ../molecules/caffeine.xyz");
>>     </script>
>>   </body>
>> </html>
>>
>Q: What browser are you running?
>
>The Jmol.js library has a 'debug' mode that will show a dialog box with
>alerts. Sounds very much like you are hitting this. But I am puzzled
>because I do not know why you are getting into debug mode. It must be
>explicitly enabled and your HTML source is not setting debug mode.
>
>Separately, I strongly suggest that you download the latest 'prerelease'
>version of Jmol. Browser and HTML compatibility have been improved since
>the 10.00 release.
>
>

thx for the additional info.

kind regards,
jake


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to