MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Programmatically saving myself

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107804] Re: Programmatically saving myself
  • From: Vince Virgilio <blueschi at gmail.com>
  • Date: Fri, 26 Feb 2010 04:08:25 -0500 (EST)
  • References: <hm75ch$iu9$1@smc.vnet.net>

On Feb 25, 7:41 pm, Joe Hays <joeh... at vt.edu> wrote:
> Hello all,
>
> How can I get a notebook to programmatically save itself at controlled
> locations? I don't want to use the NotebookAutoSave property because that
> saves the notebook everytime a cell produces an output. I want more control
> over when the notebook save itself.
>
> Ideas?

For a periodic save, perhaps some combination of Dynamic and Clock
would do.

In Doc Center, start here:

ref/Clock

Vince Virgilio


  • Prev by Date: Re: Programmatically saving myself
  • Next by Date: ListLinePlot with null value
  • Previous by thread: Re: Re: Programmatically saving myself
  • Next by thread: Re: Re: Programmatically saving myself