Tagged Questions
3
votes
3answers
184 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
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 ...