Re: Scheduling an application function/event
Re: Scheduling an application function/event
- Subject: Re: Scheduling an application function/event
- From: Uli Kusterer <email@hidden>
- Date: Fri, 14 Oct 2005 16:49:51 +0200
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
http://www.zathras.de
_______________________________________________
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