On Apr 1, 2008, at 6:29 PM, Kyle Sluder 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.
Definitely go this route (it's what I do). I also recently added PDF generation features in my full-screen app and it works a-ok with all AppKit dialogs.
Capturing the screen is primarily used for games such that all UI will be rendered/controlled without AppKit. In fact, you cannot expect captured screens to work at all with AppKit. It may or may not work depending upon the computer, graphics card, etc.
___________________________________________________________ Ricky A. Sharp mailto:[EMAIL PROTECTED] Instant Interactive(tm) http://www.instantinteractive.com _______________________________________________ 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]
