Re: Is there a way to make my dynamic notbook content
- To: mathgroup at smc.vnet.net
- Subject: [mg102058] Re: [mg102027] Is there a way to make my dynamic notbook content
- From: George Woodrow III <georgevw3 at mac.com>
- Date: Tue, 28 Jul 2009 02:04:19 -0400 (EDT)
- References: <200907270953.FAA03628@smc.vnet.net>
I think you have to submit the notebook to Wolfram to have them turn
it into a .nbp file. The process is quick and automatic.
As far as I can tell, the player acts as the old Reader did with .nb
files. That is, it formats the text and graphics (and may play old-
style animations -- I haven't checked), but will not allow input or
dynamic content.
If you think of the player as 1) a replacement for the old reader that
displayed non-dynamic content and 2) as a means to show Demonstrations
-- but only in .nbp files, then you should have a pretty good idea
what you can and can't do.
george
On Jul 27, 2009, at 5:53 AM, divisor wrote:
> Hello MathGroup:
>
> I have some a notebook that contains calls to Dynamic[] and Locator[].
> But I cannot show it to someone else who has Mathematica Player. Her
> is a
> simple one-line test program from the help for Locator[]:
>
> DynamicModule[{p = {0.5, 0.5}}, {Graphics[Locator[Dynamic[p]],
> PlotRange -> 2], Dynamic[p]}]
>
> When my colleague runs a notebook with this in Mathematica player,
> they get
> the following message. :-(
>
> ----------------------------------------------
> This dynamic content could not be displayed in Mathematica Player.
>
> To display this content requires Mathematica.
>
> Mathematica Player can only display verified special dynamic content
> (e.g. from the Wolfram Demonstrations Project).
> -----------------------------------------------
>
> Is there any method for me to take content like this (Which does not
> use Manipulate[]) and make it "verified" (i.e. where someone can run
> it from Mathematica Player V7)? I would be loathe to submit all of my
> notebooks to the Demonstrations project.
>
> Any help you can provide is greatly appreciated.
>
> Regards..
>
> Roger Williams
> Franklin Laboratory
>
- References:
- Is there a way to make my dynamic notbook content "verifyable"?
- From: divisor <congruentialuminaire@yahoo.com>
- Is there a way to make my dynamic notbook content "verifyable"?