Tagged Questions
16
votes
1answer
273 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
158 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 ...
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 ...
4
votes
3answers
159 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 ...
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 ...
6
votes
4answers
200 views
How can I deploy only the output in Player Pro
I want to know how can I see only the output when I deploy the Mathematica notebook in Player Pro as in ...
2
votes
1answer
118 views
how to deploy notebook into player pro
I want to ask how can I deployMathematica notebook into player pro. I know that online conversion to Mathematica player pro is ...
36
votes
3answers
2k views
Understanding CDF
Update
Since more and more issues are revealed as I venture deeper into the world of CDF, I decided to make this thread more general and hopefully more useful. I know posted my findings as an answer, ...
14
votes
3answers
363 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 ...
17
votes
3answers
735 views
Deploying Mathematica Content Online
I have the following program at home, which draws on a batch of pre-processed files (that are word frequency text files, compiled using ToLowerCase, ...
