Timeline for In a CDF can I suppress or avoid "This file contains potentially unsafe dynamic content..."
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 9, 2012 at 20:55 | comment | added | SixWingedSeraph | This question is like the question at 5200. Mike Honeychurch's answer shows how to make the error message appear in the post so the user can run the notebook. The Notebook Security tutorial in Mathematica Help says that a notebook will produce the Unsafe Dynamics message if (among other things) it uses conversion between expressions and strings or options control (among others). That tutorial may give you a clue about your specific problem. | |
| Jul 1, 2012 at 23:38 | comment | added | Jagra | That does work in some cases, unfortunately in mine I want to at make the code itself hidden as much as possible from the user. See: mathematica.stackexchange.com/questions/7053/…. So what you suggest won't work for me. | |
| Jun 29, 2012 at 18:35 | comment | added | Fred Daniel Kline | @Jagra, the first line of the last answer in the link in the OP, states the same thing as my answer. If the dynamic output is not present when the cdf is loaded, the message will not occur. So, clear that cell before deploying the document. | |
| Jun 29, 2012 at 17:58 | comment | added | Jagra | I don't believe one can do that within a CDF | |
| Jun 29, 2012 at 16:52 | history | answered | Fred Daniel Kline | CC BY-SA 3.0 |