Re: logout and auto-login
Re: logout and auto-login
- Subject: Re: logout and auto-login
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 10 Dec 2001 18:57:58 +0100
On Monday, December 10, 2001, at 06:29 PM, Matt Rollefson wrote:
There's nothing stopping Cocoa programmers from #include'ing the
appropriate Carbon-world headers and using the Apple Event functions
directly. You are absolutely allowed to use this feature of the system,
and in fact encouraged to do so. On the documentation side, we're still
trying to get the Cocoa documentation itself more in order, before
tackling some of these integration problems. We are definitely aware
that some exist, however, and they're on the list of things we'd like
to address in the short to medium term.
Oh, the problem is not to send a Carbon events from a Cocoa Application.
That's easy.
The real problem is to know the Apple Event you need to send to
LoginWindow.app.
And till now, I haven't seen any answer to this FAQ.