User Portlet User Portlet

Discussions
Rolf, Thanks for the solution. It solved the issue but not without error messages: > A Java exception occurred: java.lang.ClassCastException: > com.wolfram.jlink.JLinkSecurityManager cannot be cast to >...
Hello Rodrigo, Create a bin mybin = CreateDatabin[] a simple package read from disk with escapes packstring = "BeginPackage[\"droptest`\"] Unprotect[myFunc]; myFunc::usage=\"a function from the data drop\" ...
Goto: hamburger menu, click question mark, troubleshooting information, click crash reports, click a Report ID and wait until it finds the report (tries to find it every 30 sec).
I have uploaded 4 images to test this. I am not sure what the result is you expect but maybe these directions help: FileNames["/img/*", {"."}]] This results in more than 4 answers. A file .gif can also have a .lock version. So the numbers...
Yes the issue is when FormLayoutFunction is defined. I tried Delayed[CloudGet[CloudObject[]]] because this implies it will only get evaluated when it is “externally” requested. But this does not work. It is very possible that the CloudGet package...
The difference between Mathematica online and the Programming cloud is partly in the interface. If you compare interfaces you find the Mathematica online interface missing menu items like: Deployments, Reports, creating New javascript, xml, css and...
Arnoud, thanks for a very nice YouTube embed solution. I studied it a bit and was a little confused about the title in the linked document. It said "youtube videos into Cloud CDF". I think its embedding HTML Iframe tag and not Cloud CDF. You also...
Here is a simple template: template = XMLTemplate[" "]; The following works fine and is understood: SystemOpen @ Export[ "e:\\folder\\page1.html", ...
Hi Rolf, Lets give this a try. Here is some javascript code in a html page. It picks up the mouse position when the header is clicked. Click this heading to get the x (horizontal) and y (vertical) ...
Hello Michael, its very easy, normally in a webtool you use: to do this in a webnotebook use EmbeddedHTML[]. Note: you must change the "-signs by '- signs ! EmbeddedHTML[ " "] Just to be sure. Don't use this command in a...