Re: Scheduling an application function/event
Re: Scheduling an application function/event
- Subject: Re: Scheduling an application function/event
- From: Donald Hall <email@hidden>
- Date: Fri, 14 Oct 2005 23:15:45 -0600
For a Mac-like way to schedule events, please take a look at a little
application I publish called Script Timer. It's main purpose is to
schedule AppleScript and other kinds of scripts, but it can easily
schedule your application to run at the times you want it to do
something.
Regards,
Don
At 12:03 PM -0700 2005/10/14, email@hidden wrote:
Am 14.10.2005 um 15:32 schrieb Aaron Wallis:
Im building an application that requires scheduled events.
I was hoping to build these events right into osx - so the user
didn't have to have the app running all the time to 'catch' these
events/schedules.
Is there a way of doing this?
Check out the following things:
launchd
cron
iCal (it can run AppleScripts etc. and you could integrate with
that)
background-only applications (NSUIElement, NSBgOnly plist flags)
Kernel extensions
The Darwin source code
I can't give you any more precise plans because you've not been
precise on what you actually want to do either.
Cheers,
-- M. Uli Kusterer
--
Donald S. Hall, Ph.D.
Apps & More Software Design, Inc.
email@hidden
http://www.appsandmore.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden