|
[Date Index]
[Thread Index]
[Author Index]
RE: How to prevent the saving dialog box ...
- To: mathgroup at smc.vnet.net
- Subject: [mg18872] RE: [mg18848] How to prevent the saving dialog box ...
- From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
- Date: Sun, 25 Jul 1999 03:30:09 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Patrice T. wrote:
------------------------
How to prevent the saving dialog box from appearing when closing a
modified notebook.
This must be done in a per-notebook way.
------------------------
I am pretty sure there isn't an elegant way to do this.
What you can do is save it under a new file name
using NotebookSave["temp.nb"].
Then when you close the notebook you won't get a dialog box.
After closing the notebook you can use FileDelete["temp.nb"]
to delete the version you saved.
Not a very nice solution is it?
Regards,
Ted Ersek
Prev by Date:
Re:Exporting PRINT results from Mathematica to other applications
Next by Date:
PercentileBarChart
Previous by thread:
How to prevent the saving dialog box ...
Next by thread:
Re: How to prevent the saving dialog box ...
|