User 8688ffe688
07-04-2008 19:41:57
User 8688ffe688
07-04-2008 19:41:57
ChemAxon 7c2d26e5cf
08-04-2008 16:17:04
User 8688ffe688
08-04-2008 17:09:15
ChemAxon 7c2d26e5cf
09-04-2008 13:47:57
User 8688ffe688
09-04-2008 15:22:28
ChemAxon 909aee4527
10-04-2008 09:03:43
User 8688ffe688
23-07-2010 21:21:22
What is the syntax to specify number of columns and rows for marvin view from a webstart launch?
ChemAxon 5433b8e56b
27-07-2010 17:39:39
Hi Matthew,
you should set the "c" and "r" arguments for the launching View applicaiton in the jnlp file.
"c" defines the number of visible columns, and "r" defines the number of visible rows.
Best regards,
Istvan
User 8688ffe688
27-07-2010 20:05:44
Could you provide the exact syntax? I could not get the following to work:
JNLP file xml snippet:
<application-desc main-class="chemaxon.marvin.View"><argument>c 8 r 6 http://webapp.tsd.globaltakeda.com/tmp/hidden.sdf</argument></application-desc>
<application-desc main-class="chemaxon.marvin.View"><argu<argument>http://webapp.tsd.globaltakeda.com/tmp/hidden.sdf c 8 r 6</argument></application-desc>
ChemAxon 5433b8e56b
27-07-2010 21:10:44
Hi,
I assume the follwoing should work:
<application-desc main-class="chemaxon.marvin.View">
<argument>c=8</argument>
<argument>r=6</argument>
<argument>molfileURL</argument>
</application-desc>
regards,
Istvan