Tagged Questions
3
votes
1answer
29 views
Combination of CellPrint and PrintTemporary, or DisplayForm for Cells
I'm programmatically generating some formatted output that generates a cell in the form of a Cell[] expression. For instance, the output might be
...
2
votes
0answers
239 views
Why is Mathematica limiting the execution time of my calculation? [duplicate]
Is there a Front End option (or programming option) in Mathematica 9 that limits the amount of time that functions take to execute? I have a function (as part of a Mathematica Application) that shows ...
4
votes
1answer
92 views
Determining End of Notebook with Mathematica 9
The application package I had working in Mathematica 8 no longer works in Mathematica 9. I believe the problem lies in how I cycle through cells and test for reaching the last cell of the notebook. ...
10
votes
1answer
91 views
Are formal characters like \[FormalA] to be used differently than other symbols?
I noticed that Mathematica has a set of special 'Formal' characters such as \[FormalA], \[FormalB] , etc.. In the front end, it ...
6
votes
2answers
136 views
Can individual locators in LocatorPane be temporarily disabled?
This follows up on another question about the sensitivity of Locators in a a LocatorPane.
I would like to be able to enable/disable individual locators in a LocatorPane.
In the simplified version of ...
7
votes
2answers
154 views
Restrict Sensitivity of Locators in LocatorPane
We can restrict the movement of locators in a LocatorPane as follows:
In the following example, the first locator's movement is confined to the x-axis and the ...
4
votes
1answer
232 views
4
votes
2answers
302 views
Developing domain specific languages and computational knowledge engines using Mathematica
In one of Leonid Shifrin's excellent summaries, he mentioned that MMA capabilities include developing Domain Specific Languages (DSL).
I'd like to develop a Health care IT application that can
...
25
votes
3answers
453 views
Is there a convenient way to copy/paste text-interspersed SE code snippets into Mathematica?
Is there a way to copy and paste code snippets from SE to Mathematica if these snippets are interspersed with text?
Like e.g. in Morphing Graphics, color and location in both the question and answer, ...
3
votes
2answers
193 views
How to close the front end so I can clear all Global variables?
I first thought that doing Quit[] in a cell, or Evaluation->Quit kernel, is supposed to remove all Global variables, but I have a case where this is not happening, then I read that there is a command ...
