copy structure marvin <-> isis/draw 2.4

User 86810cf9fa

18-02-2007 10:23:00

Dear support,





Do you know the following problem?





To copy/paste a structure from ISIS/Draw to marvin, we must set "Copy mol/rxnfile to clipboard" setting in ISIS/Draw.





With the version 2.3 of isis/draw there is no problem. When the setting is set, it is possible to copy/paste a structure from isis/draw to marvin and from marvin to isis/draw.





But with the version 2.4, even if the the setting is set, it is not possible to copy/paste a structure from marvin to ISIS/Draw and only an image is copy from marvin to isis/draw.





I think this is because of ISIS/Draw but I would like to know your point of vue about this.





Thank you.





Best regards


Severine

User f359e526a1

19-02-2007 10:02:38

Severine,





Thank you for the report, we were not aware of the problem, we have to check it urgently.

ChemAxon 7c2d26e5cf

19-02-2007 11:46:23

Probably, you use an old version of Marvin.


In an earlier version of Marvin, copy/paste was not perfect between Marvin and IsisDraw. But this issue has been already solved.


In current Marvin, copy/paste works fine to/from IsisDraw. Please try the latest Marvin.

User 86810cf9fa

19-02-2007 13:33:16

It is the version 4.0.6 of marvin.


I can't try with an oldest version for the moment but I will.





Thank you very much.


Severine

ChemAxon 7c2d26e5cf

19-02-2007 14:14:01

I suggest to use the latest Marvin 4.1.6. There are several improvements and bugfixes since 4.0.6.


Tamas

User 86810cf9fa

19-02-2007 15:56:02

I integrated marvin 4.1.5 (4.1.6 is not available).





This version haven't got the same behavior than 4.0.6





This is the parameters I am using:


Code:
msketch_param("molbg",this.viewerColor)+


msketch_param("background",this.viewerColor)+


msketch_param("undo","10")+


msketch_param("reactionSupport","false")+


msketch_param("preload", "MolExport")+


msketch_param("detach", "hide")+


msketch_param("menubar", "false")+


msketch_end();






on the first opening of my page, the display is as 4.0.6 (see first_open_web_page.PNG)





but when I click on the control, the popup opens without menubar. And when I close it I don't have the control and I can't open the window anymore (see after_close.PNG).





Is it possible to obtain the same behavior with the 4.1.5 version than with the 4.0.6 version or not?





If I write "msketch_param("menubar", "true")", I have the menubar in my web page and I don't want that.


And if I write "msketch_param("detach", "show")", the popup opens when the page loads.





Best regards


Severine

ChemAxon 7c2d26e5cf

19-02-2007 16:43:45

Sorry, I've misstyped the version number. Obviously 4.1.5 is the last version but 4.1.6 is comming soon.


Please, use the undetachByX parameter to hide toolbar on the undetached sketcher.


Code:
msketch_param("detach", "hide");


msketch_param("menubar", "false");


msketch_param("undetachByX","false");

User 86810cf9fa

19-02-2007 17:13:38

Tamas,





I added this line and I can open the popup now. However, I don't have the menu bar when I open it.


So, I put "msketch_param("menubar", "true");" and I have the menu bar in the window but it is in my web page too (see attached file).





How can I remove this menubar only for the control and not for the popup?





Thanks


Severine

ChemAxon 7c2d26e5cf

19-02-2007 23:14:16

In the current release, you can not solve it. But I've implemented a new applet parameter ("buttonmenubar") to control the visibility of the menubar on the big sketcher button (in hidden mode).


It will be available in new Marvin release (4.1.6).


So, you will have to modify your applet example in new release like this:


Code:
msketch_param("menubar","true");


msketch_param("buttonmenubar","false");


msketch_param("detach","hide");


msketch_param("undetachByX","false");

User 86810cf9fa

20-02-2007 07:51:59

Thank you very much Tamas.





When will the new release be available?

ChemAxon 7c2d26e5cf

20-02-2007 09:30:03

In a couple of days.