AFAIK things haven't changed since 2001 (regarding this issue);
you might want to search for the thread "Multi-Screen Full-Screen"
from October/November 2005;
I posted some code and tipps there.
The mentioned CocoaDev Page is a valuable resource and still shows
how it's done.
You can easily set the opacity of any window by using:
[anyNSWindow setAlpha:0.5]
Best regards,
Michael
Am 09.02.2006 um 03:40 schrieb Colin Smith:
- Have the rest of the screen darken but remain transparent (can't
figure out)
Oh, and I want it to go full screen.
"How to make a full screen app" <http://cocoadevcentral.com/
articles/000028.php> but it's from 2001 and I'm sure things have
changed.