Questions tagged [mathematica-cdf]

5 questions
12
votes
5 answers

Can we show some Dynamics/CDF in PowerPoint or Keynote ?

I want to show some dynamic content in a presentation. However, I am not sure I have time by Thursday to make slides in the way I would like to within Mathematica. Is it possible to have Dynamic objects built in Mathematica within A Powerpoint…
500
  • 6,509
  • 8
  • 46
  • 80
3
votes
3 answers

How to "SaveDefintions" without using the Manipulate structure?

I'm doing a CDF document where I'm placing Dynamic pieces in the middle of the text. This document is supposed to work in the Player. What is the best way to register glogal values that should be accessed from all the dynamic pieces that are…
P. Fonseca
  • 549
  • 4
  • 12
3
votes
1 answer

CDF player internet access config

Where is the internet access configuration of the CDF Player? On Mathematica, if I tell it to use the same config as the system, it doesn't work. If I write my-self this same config, it works. I want to do the same on the CDF Player (it says it…
P. Fonseca
  • 549
  • 4
  • 12
1
vote
1 answer

Manipulate does not accept constant (i.e. just number) as upper limit for variable

In the code below, If I chenage (4/([Zeta]*[Omega])) to, say 20, nothing is plotted. Why? If I remove the two sliders at the beginning, nothing is plotted ClearAll[\[Zeta], \[Omega]] {Slider[ Dynamic[\[Zeta]], {0.1, 1.4, 0.1}],…
0
votes
1 answer

Pressing ENTER inside CDF Player inputfield duplicates line. How to change behavior?

I have created a CDF that has some InputFields in the middle of the text, for the reader to enter his own values. Everything works fine on the CDF Player (8.0.3) except when the user, after changing a value inside a field, presses ENTER instead of:…
P. Fonseca
  • 549
  • 4
  • 12