MarvinSketch Example - Loading modules in background
In the following example, all modules are loaded-in after startup in the idle time of the applet. You can specify which modules will be the first in the loading queue with the help of bgloadPriority.
You can choose from the modules list to load one or more in the background with priority.
The source of this applet example can be found below:
<script type="text/javascript" SRC="../../../marvin.js"></script> <script type="text/javascript"> <!--msketch_begin("../../..", 540, 480); msketch_param("bgloadPriority","common.swing.fontediting"); msketch_end();//--> </script>
Do you have a question? Would you like to learn more? Please browse among the related topics on our support forum or search the website. If you want to suggest modifications or improvements to our documentation email our support directly!


