User Portlet User Portlet

Discussions
Chad, Can you tell why the .lock files are present. It seems every file has also a .lock file. There are even files showing up with a ,sv and ,v at the end of their name.
Did some formatting testing on the webforms. pr9 = FormFunction[{ "x" -> "Number", "y" -> "Number", "z" -> Restricted["Integer", {1, 10}], "Control" -> Slider |>}, (* format the answer-form *) ...
David (Park), First my answer to your reply. "Can any package refer to an exported symbol from any other package, regardless of their relative positions in the tree structure?" With BeginPackage["pack`",{"needs1`","needs2`"}] all context will...
here you go
Chad, Thanks again. Work perfect and much more reliable than the "single value per formula" version. If you drag the "single value function" to populate many cells at ones is seems to fire all those requests almost at the same time to the...
Hello Jan, Thanks for your suggestion on how to approach this problem. I hadn't thought of it that way. When I was writing the question I was thinking along the lines of creating a Link with the local (sub) kernel as in: localkernel =...
On this [page][1] is says: " (Thanks to K.H. from Wolfram): Even on Windows, if QuickTime is installed, Mathematica uses the native QuickTime install (excluding added, third-party codecs) to import AVI files " It is a remark from jan 2012....
David, I have been also searching for something to FTP within Mathematica but decided to resolve it by creating a drive letter as a mapping to the FTP location. This can be done remarkably easy (in windows) with the free tool DirectNet Drive. Hope...
Hello Gordon, I have the same issue. To resolve it I switch back from the dataset to the association using //Normal and //TableForm if necessary. There must be a more elegant way. regards, Pieter