how to Hide Skecther in page loading, while using " det

User 58ea0aff73

28-11-2006 12:11:58

Hi All





I'm Using Marvin Applet, in my web application. I set the para


detach as show,size=400x440





Ex : msketch_param("detach", "show,size=400x440");





but It calls the Skecther after page load. I want it Only on mouse click





please tell me How i do this..?





I have tryed this also





Ex : msketch_param("detach", "hide,size=400x440");





but in this case Menu Bar is visubled in web form... how can i avoid this





Regards


Sarma

ChemAxon 7c2d26e5cf

30-11-2006 17:13:51

I suggest to use an editable viewer instead of the detachable sketcher.


When you take a double click on the viewer. The structure will be displayed in a popuped sketcher (like in this example).


In this case, MarvinView applet should be configured like that:


Code:
mview_begin("marvin",400,300);


mview_param("editable",2);


mview_param("mol", "mymolecule.mol");


mview_end();

User 58ea0aff73

01-12-2006 15:43:53

Thanks a lot Tamas, I get back to you once it will done