Re: Global Floating Windows?
Re: Global Floating Windows?
- Subject: Re: Global Floating Windows?
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 21 Jul 2004 18:45:52 +0200
On Jul 21, 2004, at 6:21 PM, Ryan Booz wrote:
I'm trying to make the window of my app (an announcement system for lab
machines on campus) take precedence and always be on top until the user
quits it.
Right now, the best I am able to figure out is detecting when it
resigns key
and then force it back front. This give a moment when it's covered up
and
then front again.
How would I go about making a "Global Floating Window" (Realbasic
terminology) so that there isn't this cover-up by any other app until
my
application is quit?
[myWindow setLevel:NSScreenSaverWindowLevel];
?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.