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.

learn more… | top users | synonyms (1)

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
2answers
167 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 ...
2
votes
1answer
119 views

Can't run 2 CDF documents at a time on a Windows computer

I've rolled out a few CDF's to end users. See earlier posts: suppress message and which player platform. Now, an end user reports that they can't open more than one CDF document at a time. The ...
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
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 ...
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 ...
1
vote
2answers
89 views

How can I remove double quotes in CDF?

I wrote a small code and deployed into CDF. ...
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 ...
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 ...
1
vote
1answer
298 views

$RecursionLimit::reclim: Recursion depth of 256 exceeded. >> error in CDF deployment

When I am executing this code in notebook, there is no error but when I am deploying it in CDF, this error is coming. $RecursionLimit::reclim: Recursion depth of 256 exceeded. >> The code is ...
1
vote
1answer
145 views

Using Mathematica or WebMathematica to develop interactive, crowdsourced timeline visualizations

I aim to develop a series of timeline ZUI visualizations which will display a set of events similar to Wolfram's own Timeline of Computable Knowledge, but that can also handle crowdsourced uploading ...
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 ...
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 ...
1
vote
1answer
113 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 ...
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 ...
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. ...
1
vote
0answers
39 views

CDF Player: MathKernel.exe uses a lot of memory

When I run this CDF document http://x6174x.blogspot.pt/2013/04/bankroll-growth-simulator.html on my desktop, each time I press "Run again" the Task Manager shows that the MathKernel.exe process ...
1
vote
0answers
22 views

Unable to copy/paste CDF embed code in Ubuntu

I tried this question in superuser but no luck, maybe somebody here knows what is going on... Mathematica offers export to a format they call Computed Document Format (CDF) - it is basically a player ...
1
vote
0answers
64 views

Most CDF displays in browsers suddenly became grayed out [closed]

Suddenly, starting May 5th, most CDF displays on Chrome and Firefox became grayed out. This problem occurs for the displays in my blog (old ones and new ones), and displays of Wolfram Demos from their ...
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.
0
votes
2answers
154 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 ...
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: ...
0
votes
1answer
67 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
1answer
85 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 ...
0
votes
1answer
125 views

How to rotate Graphics3D into CDF? [closed]

I make Graphics3D with Polygons, before deploying then to CDF; In my notebook, it rotates ...
0
votes
0answers
61 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: ...
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 ...
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 ...
0
votes
0answers
159 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 ...

1 2