avaya@lists.apple.com] On Behalf Of
Aragao, Andre Augusto de (Andre)
Sent: Wednesday, July 28, 2010 4:34 PM
To: Seth Willits; Cocoa-Dev Mailing List
Subject: RE: NSWindow and setLevel
Doesn't work. Here is my code:
NSApp delegate] mainControll
iling List
Subject: Re: NSWindow and setLevel
On Jul 22, 2010, at 12:29 PM, Aragao, Andre Augusto de (Andre) wrote:
> I have a requirement to have the main window for a certain application
> to stay on top of all other windows. What I found out is that if I
> use anythi
On Jul 22, 2010, at 12:29 PM, Aragao, Andre Augusto de (Andre) wrote:
> I have a requirement to have the main window for a certain application
> to stay on top of all other windows. What I found out is that if I use
> anything higher than kCGNormalWindowLevel for the NSWindow level, I
> achieve t
Hi,
I have a requirement to have the main window for a certain application
to stay on top of all other windows. What I found out is that if I use
anything higher than kCGNormalWindowLevel for the NSWindow level, I
achieve the expected result (for instance: kCGFloatingWindowLevel).
However, Spaces