Re: timing
Re: timing
- Subject: Re: timing
- From: "Donald S. Hall" <email@hidden>
- Date: Tue, 09 Jul 2002 22:41:06 -0600
If you want to schedule scripts in OS X, try Script Timer 1.2, available at
the web site in my sig. iDo is not available natively in OS X to the best of
my knowledge.
If you are wanting a script to stay in memory, but only periodically become
active, you need a stay open script application with an idle handler to do
your periodic tasks. In the idle handler do your stuff, then just return the
time in seconds you want to wait until the handler re runs.
Don
>
Duncan Cowan <email@hidden> wrote:
>
> If anyone knows of a way to make a script idle for a certain amount of time,
>
> please tell me. I appreciate your time very much. Thank You.
>
>
>
>
I use a control panel called "iDo Script Scheduler". Not sure if it's
>
available for X.
--
Donald S. Hall, Ph.D.
Apps & More Software Design, Inc.
http://www.theboss.net/appsmore
email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.