User 2793f13b08
26-01-2005 19:23:02
So in your example on http://www.chemaxon.com/marvin/doc/dev/example-sketch3.5.html, when the sketched window is detached from the browser page...implicit and explicit hydrogen atoms for the browser applet window do not change when the option for hydrgoens changed from the popup skether window. This only occurs for the swing version. However the AWT version applet on the browser reflect the change on the detached sketcher menu.
Why is this so? and how can I correct this?
This is how I used the applet using swing...
msketch_name="MSketch";
msketch_begin("../jar/",200,200);
msketch_param("preload", "MolExport,Parity,SmilesExport,Clean2D,MyformatExport");
msketch_param("autoScale", "true");
msketch_param("detach", "hide");
msketch_end();
Why is this so? and how can I correct this?
This is how I used the applet using swing...
msketch_name="MSketch";
msketch_begin("../jar/",200,200);
msketch_param("preload", "MolExport,Parity,SmilesExport,Clean2D,MyformatExport");
msketch_param("autoScale", "true");
msketch_param("detach", "hide");
msketch_end();