Re: CDF browser plugin and Wolfram library archive -
- To: mathgroup at smc.vnet.net
- Subject: [mg118121] Re: CDF browser plugin and Wolfram library archive -
- From: Syd Geraghty <sydgeraghty at me.com>
- Date: Wed, 13 Apr 2011 05:53:18 -0400 (EDT)
Thanks very much Heike! The programmatic solution works beautifully. > SetOptions[SelectedNotebook[], Saveable -> True] The rule of thumb is that (almost) anything you can hope to do in Mathematica is easy when you know what to do! Thank goodness for MathGroup and the combined knowledge of its generous regulars. Cheers .... Syd Syd Geraghty B.Sc, M.Sc. sydgeraghty at mac.com Mathematica 8.0 for Mac OS X x86 (64-bit) (February 23, 2011) ReleaseID: 8.0.1.0 (2063982, 2063639) MacOS X V 10.6.7 Snow Leopard MacBook Pro 2.33 GHz Intel Core 2 Duo 2GB RAM On Apr 12, 2011, at 7:30 AM, Heike Gramberg wrote: > While having the downloaded notebook open, go to Format > Option Inspector..., choose Selected Notebook in the > left-nost drop down menu, and set Notebook Options > File Options > Saveable to true. > > You can also do it programmatically by evaluating > > SetOptions[SelectedNotebook[], Saveable -> True] > > within the downloaded demonstration. Or if you want to change this option for several notebooks in one go you > could open them all up and do something like > > SetOptions[#, Saveable -> True] & /@ Notebooks[] > > > Heike.