Questions on the Computable Document Format (CDF) that allows Mathematica notebooks to be embedded within media for easy viewing and manipulation. Do not use this tag for questions on cumulative distribution functions.
18
votes
2answers
448 views
What can webmathematica do that CDF cannot do?
I've been reading a number of questions and answers on this site that deal with the various capabilities of CDF (computable document format). It seems like sometimes the answer is to make sure to use ...
0
votes
1answer
66 views
CDF won't work but NB works
I converted a .nb with the following content to a standalone CDF but I get an error that says: "An unknown box name (N) was sent as the BoxForm for the expression. Check the format rules for the ...
0
votes
2answers
63 views
How to use SaveDefinitions when using Rasterized Frames for a ListAnimate?
In another post (Is it possible to prerender animation in Wolfram Mathematica?) I got a good way to prerender frames in order to get a smooth animation using ListAnimate.
I need to save the Animation ...
1
vote
1answer
68 views
CDF Player crashes on start-up Ubuntu 12.04 LTE
I'm not sure if this is the right place to ask this, if not, please redirect me. I am trying to get Mathematica's CDF player running on Ubuntu 12.04 LTE (Precise Pangolin). This should be fairly ...
2
votes
0answers
44 views
How can I install a new stylesheet in CDF Player?
I've created my own stylesheet and I would like to install it in the CDF 9 directory, so when I apply it to a new Mathematica notebook and save it as CDF file, it will show it correctly.
I used this ...
8
votes
2answers
125 views
Problem with PlayerPro recognizing a proprietary package
This question follows on from my earlier question Can Wolfram's Player Pro Use Proprietary Packages.
That question appeared to have established that, yes, PlayerPro can use proprietary packages.
...
0
votes
1answer
124 views
How to rotate Graphics3D into CDF? [closed]
I make Graphics3D with Polygons, before deploying then to CDF; In my notebook, it rotates ...
16
votes
1answer
274 views
Can Enterprise Edition really encrypt code for distribution via CDF?
The Wolfram blog post: Using Mathematica Enterprise Edition to Create Professional Apps, Tools, and Reports makes the following statement (emphasis mine):
Enterprise Edition allows you to create ...
1
vote
1answer
159 views
What Mathematica purchase level does CDF creation and deployment come with?
I am evaluating which purchase level of Mathematica 9 will suit my needs. I am finding some of the information provided on Mathematica's How to Buy Chart a bit vague and unclear.
I need to be able to ...
0
votes
0answers
60 views
Use of Manipulate in CDF documents
I am trying to publish a cdf document, but I'm having some problems with the function Manipulate with this code:
...
2
votes
1answer
80 views
Detect Standalone CDF vs Browser Plugin environment [duplicate]
Recently, Wolfram informed me that there's no way to have a Print button in a CDF running within a plugin environment since the plugin does not interact with the operating system.
If you have a way to ...
2
votes
2answers
139 views
How can I create CDF applications which adjust their screen dimensions based on the end-user's display configuration?
I am trying to make a CDF application that takes the user's system information (screen information) and adjusts the size of the application to give a seamless experience over different screens with ...
9
votes
1answer
264 views
How do I remove Wolfram Branding in a CDF?
I have a Mathematica Enterprise License, which lets me export Pro-feature CDFs. One of the benefits is supposed to be removal of branding and full customization of UI. Does anyone know how to get that ...
4
votes
1answer
142 views
Include a CDF file in sites.google
I have a website on sites.google and I also have blog on wordpress. I would like to include some CDF files on them. How can it be done?
0
votes
1answer
83 views
CDF player Inputfield list
I want to work with lists within the CDF player.
A very simple example, which works inside a notebook is
...
3
votes
2answers
145 views
Function saved in a package won't load in the deployed CDF on startup
I wrote a function and saved it in a package. I saved a copy of the package in the Autoload folder too. I deployed a CDF that contains this function. When I open the CDF later, this function (which ...
4
votes
3answers
161 views
Can one launch a Player Pro kernel independently of the front end
This question follows on from my earlier one, Seeking strategies to deploy a function securely without a front end.
As it pursues a different track to solve the same problem it seemed distinct enough ...
3
votes
1answer
86 views
How to create a “standard” CDF programmatically?
How can I programmatically create a CDF which is similar to the CDFs created by File -> CDF Export -> Standalone...? ...
11
votes
2answers
480 views
Dashboard TV with CDF Player
I'm experimentally trying to use CDF Player to create an Dashboard TV here in the company (like in the airport, see image below). I would like to configure the CDF file so It could be displayed in ...
0
votes
2answers
153 views
How to make a CDF document with dynamic content?
I would like to create a CDF document that uses dynamic content. The example code is:
fun=x^2-1;
InputField[Dynamic[fun]]
And what I get is $Aborted instead of interactive document. How to make a ...
3
votes
3answers
185 views
Why does my code work one way in Mathematica and another way in PlayerPro?
I wrote the following simple code and deployed it as a CDF.
Button["Ok", (SystemDialogInput["FileSave", ".PDF"])]
If I ...
1
vote
0answers
78 views
octopress plugin for CDF reader?
I am looking for a way to embed CDFs in octopress blogs. Looks like there are a lot of moving parts such as Jekyll, Liquid, and Pygments. I'd be grateful for a native trailguide through the jungle.
4
votes
1answer
76 views
“Show” with Manipulate runs fine normally, but gives errors as a CDF
I've simplified my code to what can reproduce my error. Basically, I have two lines:
...
14
votes
3answers
364 views
Can CDF file embedded in a web page receive external parameters?
I know that I can embed a CDF file inside a web page by using:
The embed tag.
An object tag with an embed tag inside (better than 1).
Using the JavaScript provided by Wolfram (better than 2).
My ...
0
votes
0answers
102 views
A Google Play/App Store for Demonstrations? [closed]
The Demonstration site is similar to Google Play & the App Store except perhaps for the well-known restrictions/limitations it places its downloadable “apps” - its cdf files. Remove these and it ...
6
votes
1answer
148 views
Is it possible to embed a Youtube video in a CDF?
I'd like to embed a Youtube tutorial video inside a CDF. I'm guessing this is not possible as my search for how to do this has been in vain. I'm imagining an embedded Youtube video like one sees on ...
1
vote
1answer
105 views
How can I prevent graphics scaling with CDF notebook size?
Recently we saw how to produce xkcd-style graphs. I evaluated the same code and deployed the result to CDF. Everything is working fine except that, in the CDF notebook, the graph is scaled according ...
3
votes
0answers
133 views
Notebook manipulation to “Save as (HTML)”
In a previous question, I said that I wanted to display code as text in "Save as (HTML)". I am closer, but would like to ask the community for a better approach by telling the whole picture.
I did my ...
3
votes
1answer
128 views
How can I create a CDF application while using GUIKit?
I have created a notebook that uses GUIKit to create a user interface.
The targeted user does not have Mathematica available so I thought about using the CDF player to convert the file if possible, ...
1
vote
2answers
89 views
10
votes
0answers
219 views
Publishing a Mathematica notebook
I am considering publishing a Mathematica notebook, used for analysis of some data, as a “supporting information” file alongside a research paper. What are the common practices for doing so, and what ...
0
votes
0answers
156 views
Get data from user CDF
I am just starting with mathematica and need to sift through the things which I need for my project.
I plan on developing an application that gets electrical system parameters like R,C,phase ...
10
votes
2answers
358 views
Can Wolfram System Modeler models be published in CDFs?
Is it possible to publish or distribute Models generated with WSM in CDF format (to interested people that do not have Mathematica and/or WSM)
6
votes
2answers
172 views
A good way to manage code in a complicated CDF?
When doing complicated programming in a Mma notebook I define several functions that I use in my higher level funtions, and I use a "Subsection" cell for each definition. For example I might write:
...
6
votes
1answer
223 views
Guides for programming CDFs
Are there any tutorials for programming high-quality CDFs, like the interactive calculus textbook presented at wolfram.com?
Mathematica's Help is extremely impressive but it really does not help much ...
4
votes
2answers
454 views
Exporting a CDF to HTML
I'm using Mathematica for Students on a Mac. How do I export a CDF document to HTML? According to the Wolfram website I should click on ...
1
vote
2answers
71 views
Using non-Graphics primitives when exporting to .cdf
I'm trying to embed a "Manipulate" applet I've created into a webpage by embedding a .cdf. I'm running into a problem with displaying outputs from functions I've written. Here is a simpler example ...
3
votes
3answers
296 views
How can I change the CDF which imports the data and uses it, without execution of code
I am making an application which first imports the data from the Excel file and then uses it in the deployment of a CDF. But is it possible to change the data of the Excel file and see its ...
7
votes
1answer
189 views
Docked Cell lesson chooser
I have a question about creating a docked cell that will let me choose files.
This is just as much a "design" question as a Mathematica question.
I'm a math teacher and I want to bundle a bunch of ...
1
vote
1answer
129 views
Controlling CDF window size
I want to ask how can I control the CDF WindowSize in such a way that the end user can minimise its size upto some extent only. ...
2
votes
1answer
122 views
Not able to load the package in CDF
I am facing a problem in loading the package. My code is working in Mathematica but after deploying it into CDF, it is unable to ...
2
votes
1answer
105 views
Simulating CoordinatesToolOptions (for CDF) & the Inflexibility of MousePosition
I got two lists of equal lengths, which I show in two ListPlots, arranged in a Column or ...
7
votes
1answer
185 views
How to wrap this dynamic code inside a Manipulate?
My goal is to set up a Ising-type simulation, where many fast simulation steps are done in the background, and a visualization of the current state is displayed as the simulation evolves, being ...
1
vote
1answer
112 views
How can I make CDF which uses user defined function
I have a user defined function which is called many times in the code. I want to ask that when I am deploying the code toCDF, I need to define that user defined ...
8
votes
1answer
205 views
Can JavaScript query the actually used dimensions of an HTML embedded CDF?
I have an HTML embedded CDF on my website. The size that is actually being used up by the single manipulate in the CDF changes when you use the CDF; you can make more sliders appear, and then it will ...
2
votes
2answers
166 views
How to clear variables in a manipulate without enabling dynamic content?
I have a series of variables that will plot the number of straight segments along a curve, thanks to the help from here on one of my previous questions.
I can create a working Manipulate command from ...
1
vote
1answer
112 views
How to switch between different CDFs in CDF Player?
I recently got a Mac. It has CDF Player, but not Mathematica. How do I get CDF Player to switch between different CDFs on OS X Lion?
Edit
I forgot to mention that I want to know how to switch ...
4
votes
1answer
156 views
Open data file from CDFPlayer?
Using a CDF program running in CDF Player, is it possible to use a system dialog box, or even just an Import statement such as Import["*.CSV"], to import data from a text or comma separated file on a ...
0
votes
1answer
123 views
How to enable-dynamics on CDF's on web?
Went through the wizard to export cdf /w embed code:
The positions and sizing are correct, but there's no interactive side to it:
data I'm using:
...
9
votes
1answer
330 views
CDF and MediaWiki
Recently there was a handful of CDF embedding-related topics. However I would like to ask whether anyone has succeeded in embedding CDF into MediaWiki page?
I've attempted to do so with the Widget ...





