Re: handing shutdown
Re: handing shutdown
- Subject: Re: handing shutdown
- From: Eric Schlegel <email@hidden>
- Date: Wed, 28 Nov 2001 07:15:07 -0800
On Wednesday, November 28, 2001, at 06:55 AM, Pavel wrote:
I'm looking for a way to customize logout behavior in MacOS X.
Currently i'm trying to implement this via Cocoa app that runs as
daemon,
but so far i failed to handle kAEQuitApplication event using
InstallApplicationEventHandler:
AppleEvents can't be be handled using the Carbon Event Manager. You need
to use the AppleEvent Manager API AEInstallEventHandler to install your
handler.
-eric