Marvin view in table mode doesn't display some lines

User 8201cee929

08-04-2010 10:22:01

Marvin view 5.3.1, Firefox 3.5.1, IE6.0


Symptom: When I load the following html page, the labels for the cells in the first row are not visible. I attached the screenshot. Is there a mistake in my code?


Thanks


Gabor


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
        <script LANGUAGE="JavaScript1.1" SRC="java/marvin/marvin.js"></script>
        <script LANGUAGE="JavaScript1.1">
        <!--
            marvin_jvm = "builtin";
            mview_begin("java/marvin", 602, 401);
            mview_param("rows", "2");
            mview_param("cols", "3");
            mview_param("border", "1");
            mview_param("visibleRows", "2");
            mview_param("molbg", "#ffffff");
            mview_param("layout", ":2:3:"
            +"M:1:0:1:3:"
            +"L:0:0:"
            +"L:0:1:"
            +"L:0:2");
            mview_param("cell0", "|CC|AMRH-000|  1 mg");
            mview_param("cell1", "|CC|AMRH-000|  2 mg");
            mview_param("cell2", "|CC|AMRH-000|  3 mg");
            mview_param("cell3", "|CC|AMRH-000|  4 mg");
            mview_param("cell4", "|CC|AMRH-000|  5 mg");
            mview_param("cell5", "|CC|AMRH-000|  6 mg");
            mview_end();
        //-->
        </script>
  </body>
</html>

ChemAxon 7c2d26e5cf

08-04-2010 17:02:11

We will check it why.

User 8201cee929

29-04-2010 11:52:15










Tamas wrote:

We will check it why.




Any news on this ?

ChemAxon 7c2d26e5cf

04-05-2010 14:29:04

Not yet.