User 8b97537f87
02-10-2009 08:12:10
Hi :-),
We need some help, probably a fix for MarvinSpace:
We are using version 5.2.4. and we ran into a problem using MarvinSpace as an applet with multiple molecules:
<div class='chemicalapplet'><embed type='application/x-java-applet;version=1.3' pluginspage='http://java.sun.com/products/plugin/1.3/plugin-install.html'
width='790' height='409'
mayscript='true'
name='MSpaceApplet' codebase='http://localhost:42806/visor//marvin' archive='mspace.jar,jmarvin.jar,jogl.jar,jextexp.jar' code='chemaxon/marvin/space/gui/MSpaceApplet'
progressbar='true'
menubar='true'
toolbar='true'
popupmenu='true'
selectionpanel='true'
Ligand.DrawType='Stick'
molSeparator=';'
molecules='http://localhost:42806/visor/DownloadPDBServlet?id=431&type=protein&protein.pdb;http://localhost:42806/visor/DownloadPDBServlet?id=431&type=ligand&ligand.pdb;http://localhost:42806/visor/DownloadPDBServlet?id=467&type=ligand&ligand.pdb;http://localhost:42806/visor/DownloadPDBServlet?id=487&type=ligand&ligand.pdb'
>
<noembed>
YOU CANNOT SEE A JAVA APPLET HERE
</noembed>
</div>
As you see we are inserting four (this time) molecule URLs to be
loaded. Unfortunately it happens by time that e. g. the third
molecule-URL isn't returning valid data for a molecule, but an empty
String. This leads to a display of the first two molecules. After - of
course failing to process the third molecule, the fourth molecule is
also not displayed though it is valid.
Thanks in advance
vincent