Skip navigation.
 
mlRe: Finding out about new windows.
FROM : Ricky Sharp
DATE : Wed Apr 02 01:53:27 2008

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_removed>
Instant Interactive(tm)  http://www.instantinteractive.com

Related mailsAuthorDate
mlFinding out about new windows. Paul FitzGerald Apr 2, 00:46
mlRe: Finding out about new windows. Kyle Sluder Apr 2, 01:29
mlRe: Finding out about new windows. Rob Napier Apr 2, 01:50
mlRe: Finding out about new windows. Ricky Sharp Apr 2, 01:53
mlRe: Finding out about new windows. Paul FitzGerald Apr 2, 02:27
mlRe: Finding out about new windows. Ricky Sharp Apr 2, 02:43
mlRe: Finding out about new windows. Rob Napier Apr 2, 02:48
mlRe: Finding out about new windows. Paul FitzGerald Apr 2, 04:17