This is a good part of the solution. You also want to consider your window level. Rather than taking over the entire screen, move your window level up to NSModalPanelWindowLevel-1 and put a masking window at NSModalPanelWindowLevel-2. That way the modal dialog will pop up over your app.
-Rob On Tue, Apr 1, 2008 at 7:29 PM, Kyle Sluder <[EMAIL PROTECTED]> wrote: > I'm pretty sure this is no longer the recommended way to do a kiosk > application. Instead, you can use SetSystemUIMode to hide the menubar > and dock (or replace the Finder as the first app launched). > > TN2062 < http://developer.apple.com/technotes/tn2002/tn2062.html > has > more information. > > --Kyle Sluder > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > http://lists.apple.com/mailman/options/cocoa-dev/robnapier%40gmail.com > > This email sent to [EMAIL PROTECTED] > -- Rob Napier -- Software and Security Consulting -- http://robnapier.net _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
