RE: NSWindow and setLevel

2010-08-05 Thread Aragao, Andre Augusto de (Andre)
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

RE: NSWindow and setLevel

2010-07-28 Thread Aragao, Andre Augusto de (Andre)
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

Re: NSWindow and setLevel

2010-07-22 Thread Seth Willits
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

NSWindow and setLevel

2010-07-22 Thread Aragao, Andre Augusto de (Andre)
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