User Portlet User Portlet

Discussions
I am trying to give information to the user of the code via popup windows with CreateDialog. It is working fine when I use .nb file, the windows has the information and the plots and after 5seconds pause they close. But when I save .nd file as...
Please refer to Kuba's answer at https://mathematica.stackexchange.com/questions/171247/abort-long-evaluation-and-show-intermediate-results
Hello, I am doing a 2D CFD calculation using my own code (not NDSolve) and I would like to find the most efficient way of exporting the results for every time step. For that I created a toy problem a = RandomReal[{-10, 10}, {600, 600}]; ...
Hello, I have been developing CDF applications to be deployed (sold) some will be in mass quantities (hundreds) but some will be tailored to one application. But I am faced with rather an important limitation when it comes to protecting my IP and...
This is exactly I was looking for thank you.
Hello, I am developing cdf files to give our customers and of course, there are dynamic contents in it and I get that warning message. I would like to edit the trusted folders, give the directions to the user how to do it. Is that possible?...
Thank you but it is not working the way it should. Once you ReleaseHold it will go into the function after it is evaluated. In[5]:= N[81692243 /54607242, 40] - N[Pi/(21/10), 40] Out[5]= -7.0657759444036854756171*10^-17 As you...
Nothing wrong about $MachineID I just thought It is related to the Mathematica or CDF player installation. So if I re-install CDF player or Mathematica it will change. If it is something something about the computer not Wolfram product installation....
Hello, I am trying to create a simple example for high precision/accuracy (I know that I can't really use them interchangeably) . I am trying to get 25 digit accurate result. Because this is just a simple show case problem I choose a known function....
Hello, I am trying find a way to let the user know the progress of a calculation. ProgressIndicator or scheduledtask has some drawbacks for me so I can't really use those. What I would like to do something like d = 0; ...