Viewonly mode still adds bonds

User 3ba89c1a00

02-06-2005 22:21:53

I have the following tag in a web page:





<applet codebase="../../../webcontent/marvin" archive="jmarvin.jar" code="JMSketch"


width="300" height="200"><caption>Marvin View from chemaxon.com</caption>


<params>


<param name="mol">../../../webcontent/marvin/molecules/peptide_bond.csmol</param>


<param name="viewonly">true</param>


</params>


</applet>





If one clicks on the molecule it is still editable by clicking the mouse. Single bonds get added. This occurs in Safari 2.0 and Explorer on XP. Am I using the right tag to prevent editing?





Thank you,





Jim Burnette

ChemAxon 7c2d26e5cf

03-06-2005 15:02:33

The viewonly parameter only hides the toolbar but it can not prevent editing a structure.


Editing operations can not be forbidden in MarvinSketch.


We plan tol implement this feature but I do not know when it will be ready.


Until we implement it, I suggest you to use MarvinView instead of MarvinSketch.