Autosave

Warren Kuhl warrenkuhl at gmail.com
Wed Feb 23 11:34:46 EST 2011


Colin,

Thanks for the help...much appreciated!   I will implement this in my
application.  Learn something new everyday with Livecode!

Warren

On Wed, Feb 23, 2011 at 10:00 AM, Colin Holgate <coiin at verizon.net> wrote:

>
> On Feb 23, 2011, at 10:32 AM, Warren Kuhl wrote:
>
> > What would be the best way to implement this to have a timer running in
> the
> > background and saving my document?
>
> You could say:
>
> on openstack
>  dosave
> end openstack
>
> on dosave
>    save this stack
>    send dosave to me in 600 seconds
> end dosave
>
> That's email code, the "me" might need to be "this stack", assuming that
> script is in the stack level.
>
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list