|
From: Jochen J. <joc...@fi...> - 2025-06-01 21:25:04
|
It still seems to be something with Jmol. I have tried switching this first instance to WebGL, at which point it does not hang any more, but also does not give me any output on the screen. But, I can access the context menu and verify that the correct version was loaded. > On 1 Jun 2025, at 17:07, Robert Hanson <ha...@st...> wrote: > > Ah. So it is not a Jmol error. It is the browser trying to write an image. And that is why I don't recognize it. I suspect it is having trouble because each time you add another applet the page rebuilds itself. And that applet is the furthest along in the process. So perhaps it is getting hung up. You can avoid this by creating all the divs that will hold applets and sizing them appropriately first and then sequentially creating them, waiting in each case for the readycallback call from the previous. This is smart for a variety of cases similar to yours. > > It's not a Jmol bug per se. |