Re: Global Floating Windows?
Re: Global Floating Windows?
- Subject: Re: Global Floating Windows?
- From: Ryan Booz <email@hidden>
- Date: Wed, 21 Jul 2004 13:14:09 -0400
Doesn't seem to do it. Thanks.
I also tried a hint I saw on Cocoabuilder.com from a few years ago that said
to make the window a NSPanel and then check the "Utility Window" along with
[[self window] setHidesOnDeacivate:NO]. Looked promising, but didn't work
either.
Any other thoughts floating around... No pun intended.
Thanks...
On 7/21/04 12:45 PM, "Stiphane Sudre" <email@hidden> wrote:
>
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.
>
>
------------
Ryan J. Booz
Research Programmer
Penn State University
Information Technology Services
TLT/CLC
email@hidden
_______________________________________________
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.