Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1646

Re: CDF browser plugin and Wolfram library archive -

From Syd Geraghty <sydgeraghty@me.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: CDF browser plugin and Wolfram library archive -
Date 2011-04-13 09:53 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <io3rq9$1nt$1@smc.vnet.net> (permalink)

Show all headers | View raw


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@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.

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Re: CDF browser plugin and Wolfram library archive - Syd Geraghty <sydgeraghty@me.com> - 2011-04-13 09:53 +0000

csiph-web