Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • $\begingroup$ Thank you for adding the content from the workshop. The video and material will be available later. Besides, current security restrictions will improve quite a bit in the future version. So, the suggested solutions should be understood as rather temporary solutions than permanent, for the people who need the feature now. $\endgroup$ Commented Apr 25, 2012 at 3:12
  • $\begingroup$ Some comments. I've made extensive use of TabView (with each tab a Manipulate) in embedded CDFs so it's not just Manipulate and DynamicModule. I've found that SaveDefinitions works fine for my own packages in the free CDF player -- I have never encountered any problems. However it will fail if you have attributes for your functions set to ReadProtected. For some reason existence of DownValues can trigger security issues. For example I once had a tick function that caused a security issue. Wolfram advised to re-write it as a pure function and it worked fine with no security issues. $\endgroup$ Commented May 9, 2012 at 2:05