Questions tagged [wolfram-cdf]

cdf is Wolfram's Computable Document Format. The file format of the free CDF player.

13 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
9
votes
2 answers

simple question on passing data between functions

Simple question, but I am asking just to make sure I am not overlooking an obvious solution which can be much more efficient. If one has large data buffer, say very large list, that needs to be updated, and wanted to pass it to a function to do the…
Nasser
  • 12,849
  • 6
  • 52
  • 104
6
votes
3 answers

Getting data out of CDF-player

For my Skeptics working group I wrote a program in Mathematica to test a dowser's ability to assess the status of persons shown to them by means of photographs. For a null measurement I distributed this document to my group's members in CDF form…
Sjoerd C. de Vries
  • 16,122
  • 3
  • 42
  • 94
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
3
votes
1 answer

Serving CDF from webMathematica

Suppose I enter the following (edited) snippet of code into Mathematica. manip = Manipulate[x, {x, 0, 1}]; nb = Developer`UseFrontEnd[ CreateDocument[manip, ShowCellBracket -> False, Visible -> False]]; nbTest = ExportString[nb, "NB"] =!=…
Mark McClure
  • 4,862
  • 21
  • 34
1
vote
1 answer

code that plots fast outside Manipulate, but plots slow inside Manipulate. Help in finding out why

Given code which plots result of a solution to ODE using a fast algorithm using Dynamics directly, I find that it plots the solution very fast on the screen. I integrated this algorithm into Manipulate[], and noticed that the plotting part is now…
Nasser
  • 12,849
  • 6
  • 52
  • 104
1
vote
1 answer

question on flicker and double buffering in Mathematica graphics

How does Mathematica handle double-buffering for Graphics display? Is it done automatically? The reason I am asking, is that when I do some animation, depending on the animation rate, I notice annoying flicker while the graphics is being updated on…
Nasser
  • 12,849
  • 6
  • 52
  • 104
1
vote
1 answer

Can it be implemented in Mathematica in CDF format?

Encouraged by the advertisement of the new Deployment & Connectivity features, I decided to use Mathematica 8 for developing a simple application to be shared with my colleagues. The purpose is to demonstrate user interface for our interactive…
pdp
  • 51
  • 6
0
votes
1 answer

Automatically convert pixels to millimeters in Mathematica

I can get the drop contour through a GetDropProfile command. However, I can't find the conversion factor from pixels to millimeters. As the contour of the drop is obtained point by point starting from left to right, then the first ordered pair in…
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
0
votes
2 answers

CDFs on an iPad?

My math professor wants to be able to generate interactive graphs (i.e. the kind you can generate with a CDF) on an iPad. Users should effectively be able to do everything they can do on a computer using the CDF player on an iPad, using whatever the…
rohan
  • 53
  • 1
  • 3
-1
votes
1 answer

MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff)

Is there a way to overcome the problem listed below? I have checked the path of the JavaScript. The error message The resource from “https://unpkg.com/browse/wolfram-notebook-embedder@0.2.2/dist/wolfram-notebook-embedder.min.js” was blocked due to…