User 62a37f4796
20-01-2009 15:38:25
I'm trying to configure a web-enabled/embedded JMSketch so the end-user (a student) can't change the display configuration.
If I'm reading the docs correctly, msketch_param("
customizationEnabled", "false") should take care of (part of) that.
However, as soon as I include this specific tag my browser crashes. This is entirely reproducible with just this tag on FF 3.0.5 and MSketch 5.1.3. I can't seem to reproduce this on IE 7.0.5730.13 or Safari 3.2.1, however.
ChemAxon 909aee4527
21-01-2009 11:46:28
Dear Michiel,
do you use any other parameters when this happens? (In case you use a custom configuration file, this parameter is set to false automatically, i.e. there is no way to change the configuration via the GUI.)
Version 5.1.3 had two instant fixes, did you use any of them, like 5.1.3_2?
On WinXP I couldn't reproduce it, but my colleague being on holiday till Friday will try to reproduce it on Mac as soon as he is back.
Kind regards,
Judit
User 62a37f4796
22-01-2009 14:25:07
ChemAxon 909aee4527
22-01-2009 15:48:09
ChemAxon 909aee4527
22-01-2009 16:12:21
Yes, I've also seen it on the screenshots you recently sent.
There must be some technical problem. I'm asking my colleague Tamas if he can help.
ChemAxon 7c2d26e5cf
27-01-2009 12:38:45
We have checked your example on the same platform. Our experience is that the applet is stable both in Firefox and in IE. We have not found the trace of any browser crash or any popup error message by the browser.
There is only one problem with your example: if license file is missing, a couple of calculations (that require license) do not give back result.
If you take a look at to the Java Console, you will see warning messages that notifies you about the lack of licenses.
If you complete the license file, these warnings disappear and above calculations will be enabled.
An other warning can be printed to the Java Console: "Access denied: read user.home property". Evaluator drops this warning when its custom configuration file is not available. Its present is optional, normally you do not need it. I admit that the message is misleading. We will change it.