Re: Disabling Exposé in SystemUIMode
Re: Disabling Exposé in SystemUIMode
- Subject: Re: Disabling Exposé in SystemUIMode
- From: Pierce Freeman <email@hidden>
- Date: Wed, 05 Aug 2009 19:39:52 -0700
- Thread-topic: Disabling Exposé in SystemUIMode
Hi Ricky:
Which version of OS X are you using? With the latest of Leopard, it just
doesn't seem to work.
On 8/5/09 7:34 PM, "Ricky Sharp" <email@hidden> wrote:
>
> On Aug 5, 2009, at 8:45 PM, Pierce Freeman wrote:
>
>> I am wondering if anyone knows of a way to disable Exposé in
>> SystemUIMode.
>> I am using this class to create a kiosk-based application and don't
>> want the
>> user to be able to switch between other windows. If there isn't a
>> way to do
>> this inside the class, is there another class that can accomplish this
>> instead?
>
>
> Using SetSystemUIMode disables Expose in my app just fine. I call it
> with these parameters:
>
> OSStatus status = SetSystemUIMode (kUIModeAllHidden,
> kUIOptionDisableProcessSwitch);
>
> There's a technote here which covers the options (although seems a bit
> outdated)
>
> <http://developer.apple.com/technotes/tn2002/tn2062.html>
>
> ___________________________________________________________
> Ricky A. Sharp mailto:email@hidden
> Instant Interactive(tm) http://www.instantinteractive.com
>
>
>
_______________________________________________
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