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*

10
  • $\begingroup$ You say you deployed the code, but I think you should deploy the executed code, i.e., the resulting panel. This will include your package (probably only the functions you actually call). This can't be done in runtime with Needs as you do it now. $\endgroup$ Commented Apr 6, 2012 at 6:26
  • $\begingroup$ No, I have deployed the output, just as it is done in the video. While Mathematica opens and displays the cdf correctly, neither Player nor plugin succeeds to load the packaged function. $\endgroup$ Commented Apr 6, 2012 at 7:05
  • $\begingroup$ Has the function perhaps attribute ReadProtected? $\endgroup$ Commented Apr 6, 2012 at 18:41
  • $\begingroup$ @SjoerdC.deVries: Only Protected, nothing extra. $\endgroup$ Commented Apr 6, 2012 at 20:22
  • 1
    $\begingroup$ @IstvánZachar I would change this so that Manipulate is the outer most Head. I have done this before with a complex nested TabView that called functions. I wrapped Manipulate around it with SaveDefinitions -> True and ran it in fullscreen mode and it worked on a web page. $\endgroup$ Commented Apr 7, 2012 at 2:28