User 8b97537f87
13-10-2008 14:31:21
Hi there,
I tried to change the drawtype using the parameters from /help/developer/space-par.html:
...but it doesn't affect the way of displaying my molecules. Using the java-script setProperty did work. What am I doing wrong?
Is the params name "MacroMolecule" or "MarcoMolecule" as written in the documentation?
Thanks in advance
Vincent
I tried to change the drawtype using the parameters from /help/developer/space-par.html:
Code: |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>MarvinSpace</title> </head> <!-- onload="document.bla.setProperty('Ligand.DrawType', 'Ball');"--> <body> <center> <applet id="bla" codebase="." code="chemaxon/marvin/space/gui/MSpaceApplet" name="MSpaceApplet" width="1024" height="700" archive="mspace.jar,jmarvin.jar,jogl.jar,jextexp.jar"> <param name="progressbar" value="true"> <param name="selectionpanel" value="true"> <param name="toolbar" value="true"> <param name="molSeparator" value=";"> <param name="molecules" value="1.pdb;2.pdb"> <param name="Ligand.DrawType" value="Ball"> <!-- <param name="MacroMolecule.DrawType" value="Ball">--> </applet> </center> </body> </html> |
...but it doesn't affect the way of displaying my molecules. Using the java-script setProperty did work. What am I doing wrong?
Is the params name "MacroMolecule" or "MarcoMolecule" as written in the documentation?
Thanks in advance
Vincent