User Portlet User Portlet

Discussions
Thank you very much for this example! The GeoMarker result is incorrect. We'll fix that. Jose.
Well, I guess there is no practical way to deal with the problem. Thanks anyway, David
Just starting up on the various cloud functions, and trying to get my mind around them. I am making the transition from webMathematica (JSP, etc.) over to trying out the suite of Cloud functions. I think that I have figured out that CloudDeploy[ ]...
Thank you! That appears to have worked, and I find that very interesting since I don't understand the syntax you've used at all. I see the setting for Filling that seems to match: {i1 -> {p1,g1},...} ...which is described as "use directive...
This requires pretty sophisticated user interface programming. In the case you show, the developer created custom code for it. The short version is to make use of a DockedCell, and program the functionality of each pulldown menu in it as you desire....
I was concerned about that because some of the symbols were `Private` symbols in the package. But then we carefully picked symbols that were not Private or exported. The main symptom of failure is that the notebook loses connection to the package...
This is a very complex question in the current version of Mathematica. There still is no simple way to create distributable code that can be attached easily to a password for each intended user. There are approaches that I have used, but they are...
Well, I had to do some digging through the Documentation Center to accrete insight. And I ultimately found it in the Documentation for `FormFunction` under `scope/controls` in this example: CloudDeploy[ FormFunction[{"x" -> "String", ...
David, Thank you muchly for your efforts. Michael.
Another variation on the theme: Manipulate[ Graphics@Text[Row[{\[Phi], Degree}]], {{\[Phi], 45}, 0, 90}]