On 8/29/05 (2:27 ) Phillip Barak wrote:

>Bob,
>
>I thank you for the quick reply, but I think this is a different,
>even if perhaps somewhat related, issue of Safari/LiveConnect.
>
<snip>
>
>>Phillip Barak wrote:
>>
>>>Could this be another Safari/LiveConnect bug related to frames?
>>>
>>
>>No, this is a general bug in Safari relating to loading applets. I
>>do not believe we found a work around. We have test pages for this
>>that you can use to demonstrate the problem, and I think it has
>>been transmitted to the MacOS/Safari folk. It has nothing to do
>>with Jmol, of course. If you want to experiment some on your own,
>>try this test page:
>>
>>
>><http://www.stolaf.edu/people/hansonr/jmol/test/liveConnectTestFrame.
htm>
>>


hi Phil,

I just looked at your code briefly; the problem may in fact be a symptom of the 
aforementioned bug.  it appears that each Display at your site uses a different 
frame name into which Jmol loads; for example:

parent.hematite_jmol.document.jmol.script(script);

vs

parent.sulfite_jmol.document.jmol.script(script);


as a result, the 'path' to the applet is different, even though the applet is 
the same (jmol).  this may be the issue.

for example, I notice that if I visit pyrite it works initially; if I then 
visit sulfite it does not work (as you said).  but if I go back to sulfite 
again after a broken pyrite, sulfite still works.

you should be able fix this problem by giving all of your Jmol frames the same 
name.


hth,

tim
-- 
Timothy Driscoll
molvisions - see, grasp, learn.
<http://www.molvisions.com/>
earth:usa:virginia:blacksburg

"The more I study science, the more I believe in God." - Albert Einstein


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to