User f911583021
06-04-2007 10:19:45
hi,
we install version of jchem 3.2, but MarvinView can't show.
version of ie is 6.0.
Thanks for info/advice.
ChemAxon 7c2d26e5cf
06-04-2007 16:55:07
User f911583021
09-04-2007 03:01:16
thanks,
software environment:
OS : WindowsXP Professional Version 2002 Service Pack 4
JChem Manager 3.2
JVM : Sun Microsystems Inc. 1.5.0_08
IIS : 5.1
tomcat : 5.5
language/localizaton : japanese
localizaton :
IE : 6.0.2900.2180.xpsp_sp2_qfe.061219-0311
Marvin online examples is error.
ChemAxon 7c2d26e5cf
12-04-2007 13:40:10
Probably, the european character sets are missing from your machine or your Java may not support it.
Please, try the following example to test whether your Java supports european characters or not.
http://www.chemaxon.com/test/textapplet.html
A popup dialog will be displayed with the following message:
Code: |
ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 |
User 7c5047cd7b
24-01-2008 03:59:59
Dear support
I would appreciate you continue this case.
Marvin view 5.0 still can not display the japanese or chinese character in the applet.
The following code is your sample code.
While we replace AAA, which is in the following code, by any japanese or chinese character, Marvin view can not display the structure and other data.
-------------------
:
mview_param("layout", ":5:3:"
+"M:0:0:5:1:nw:n:"
+"L:0:1:1:2:c:h:0:10:"
+"L:2:1:1:1:e:n:0:10:T:2:2:1:1:w:h:0:10:"
+"L:3:1:1:1:e:n:0:10:L:3:2:1:1:w:h:0:10");
mview_param("param", ":"
+"M:140:100:"
+"L:12b:"
+"L:10i:T:12:"
+"L:10i:L:12");
mview_param("cell0", "|../../mols-2d/caffeine.csmol"
+"|Caffeine|Name:|AAA|Weight:|194.19");
:
-------------------
ChemAxon 909aee4527
24-01-2008 15:47:40
Dear Alex,
thank you for drawing our attention to this.
For 5.0.0 we managed to solve the UTF-16 character support in MolImporter, and in the near future we intend to fix the problem of typing Japanese characters to text boxes too.
We will also investigate this problem of applet parameters.
Kind regards,
Judit
ChemAxon 909aee4527
10-03-2008 08:32:53
Dear Alex,
in Marvin 5.0.2 character support is solved for applet parameters.
Below is a link to a test page of 5.0.2 with Japanese characters, sorry that the text is not Caffeine in Japanese :)
http://www.chemaxon.com/marvin/examples/applets/example-view-japanese.html
In this page the characters are given with JavaScript Unicode escapes, but you can also give Japanese characters directly in case the character encoding is given on the html page, for example
Code: |
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> |
The same applies to other encodings as well.
Marvin 5.0.2 is scheduled to be released on 14th March.
We welcome any feedback.
Kind regards,
Judit