Re: Programmatically locking user screen
Re: Programmatically locking user screen
- Subject: Re: Programmatically locking user screen
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 7 Jan 2009 16:02:29 +0100
Le 7 janv. 09 à 14:46, Jens Bauer a écrit :
Hi Ashish,
To save you from going down a path you may have to return from:
I've used CoreGraphics fullscreen mode, however that's probably not
a good approach for you, because if the user is pressing cmd+opt
+escape, then the application just quits.
-So try avoiding that one. =)
Try Jim's solution, and check with cmd+opt+escape. If it works, it's
probably the best way.
Just for the record, you can be evil and disable event to avoid this
(using CGInhibitLocalEvents()), but this is a nasty solution.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden