Re: Disable save in player pro
- To: mathgroup at smc.vnet.net
- Subject: [mg111334] Re: Disable save in player pro
- From: Simon <simonjtyler at gmail.com>
- Date: Wed, 28 Jul 2010 02:52:51 -0400 (EDT)
- References: <i2mhbk$3bk$1@smc.vnet.net>
On Jul 27, 9:53 pm, Nate Dudenhoeffer <ndudenhoef... at gmail.com> wrote: > I am deploying several notebooks using player pro. Is there a way to > prevent the user from getting the "Save Changes" dialog on exit? I want to > ensure that every time a user opens the file it looks exactly the same. > > I suppose this could be accomplished by locking the file, but I also would > like to avoid confusing the user with a save dialog. > > Thanks, > Nate Hi Nate, I haven't actually got Player Pro, but I'm guessing setting the notebook attribute, SetOptions[EvaluationNotebook[], Saveable -> False] should work. Simon