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
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 mails | Author | Date |
|---|---|---|
| Paul FitzGerald | Apr 2, 00:46 | |
| Kyle Sluder | Apr 2, 01:29 | |
| Rob Napier | Apr 2, 01:50 | |
| Ricky Sharp | Apr 2, 01:53 | |
| Paul FitzGerald | Apr 2, 02:27 | |
| Ricky Sharp | Apr 2, 02:43 | |
| Rob Napier | Apr 2, 02:48 | |
| Paul FitzGerald | Apr 2, 04:17 |






Cocoa mail archive

