User 419d01bb28
29-03-2010 03:08:26
Hi all: I'm using the latest MarvinSpace applet (5.3.1) to display 2D/3D molecular structure, the 2D works well with the following js code: However, I failed to make it working on the mavrin space plugin: I only see the screen swithing between black and gray background with mouse over/click. When I save the SMILES string as mol file, and call it like this: Things works like a charm. The reason is that I only save the SMILES string into database, and it makes no sense to save it as an individual file for 3D display. Any thoughts? appreciated.
mview_param("mol", "C[N+]1=CN(CCCC)C=C1.O=S([O-])(C(F)(F)F)=O");
mspace_param("molecule","C[N+]1=CN(CCCC)C=C1.O=S([O-])(C(F)(F)F)=O");
mspace_param("molecule","D:/test.mol");