Tagged Questions
1
vote
0answers
26 views
Opening cdf file from command line with arguments on windows
I want to write a cdf file to read in the commmand line arguments and then do something with them. Something like this:
Mathematica.exe 'filename.cdf' arguments
...
3
votes
3answers
190 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 ...
2
votes
1answer
124 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 ...