I am trying to save my program as a blackbox so those who I am deploying it to are able to use it, but there is no reason for them to have the huge chunk of code beforehand to have to scroll through.
When it comes to the User Interface I like the way that the following looks:
CreateDialog[Manipulate[CODE]]
But it doesn't appear that I can save that output. Currently I am using:
CreateWindow[Manipulate[CODE]]
but I really don't like the way that the output looks being that it is in a notebook rather than a standard window/dialog. Does anybody have any handy tricks to output a good looking UI that is also save-able for Wolfram Player?
CDFDeploy[ CreateFile[], CreateDialog[Manipulate[x, {x, 0, 1}]] ]orNotebookSaveorExport. Is that the answer? – Kuba Dec 10 '20 at 10:15