Tagged Questions
2
votes
2answers
118 views
Evaluation of Notebook chosen by FileNameSetter
Please consider the following:
I have created a GUI where I can choose the path of a notebook (which I need for later calculation) via
...
6
votes
1answer
99 views
When are EvaluationNotebook[] and ButtonNotebook[] different?
I am looking for a concrete code example where EvaluationNotebook[] and ButtonNotebook[] will return different results.
The ...
9
votes
1answer
171 views
How to create a notebook element that can replace itself?
I would like to create a notebook element that can replace itself.
Here's an example to illustrate:
...
11
votes
1answer
199 views
How to make an unremovable modal window?
Is there any way to securely stick a notebook window (e.g. a dialog) on screen that it cannot be closed/removed/hidden by any of the standard OS shortcuts, like AltF4 or AltTab under Windows? The ...