Re: kCGStatusWindowLevel

2014-05-21 Thread Eric Schlegel
On May 21, 2014, at 8:34 AM, Kyle Sluder wrote: >> On May 20, 2014, at 6:33 PM, Eric Schlegel wrote: >> >> >>> On May 20, 2014, at 5:06 PM, Lee Ann Rucker wrote: >>> >>> The setFrame issue might be an Apple bug which we reported but I don't have >>> the rdar handy - it's applying the const

Re: kCGStatusWindowLevel

2014-05-21 Thread Kyle Sluder
> On May 20, 2014, at 6:33 PM, Eric Schlegel wrote: > > >> On May 20, 2014, at 5:06 PM, Lee Ann Rucker wrote: >> >> The setFrame issue might be an Apple bug which we reported but I don't have >> the rdar handy - it's applying the constraints as if there was a menu there, >> and there *is*, b

Re: kCGStatusWindowLevel

2014-05-20 Thread Eric Schlegel
On May 20, 2014, at 5:06 PM, Lee Ann Rucker wrote: > The setFrame issue might be an Apple bug which we reported but I don't have > the rdar handy - it's applying the constraints as if there was a menu there, > and there *is*, but it slides down as needed and should not prevent windows > going

Re: kCGStatusWindowLevel

2014-05-20 Thread edward taffel
wMask) at >>>> the top of my document view; after switching to full screen setFrame >>>> disregards my requested rect (without log emission) & adjusts to a max >>>> below the menu drop-down area. best coding practice suggests (to me) an >>>> arithmet

Re: kCGStatusWindowLevel

2014-05-20 Thread Lee Ann Rucker
out log emission) & adjusts to a max >>> below the menu drop-down area. best coding practice suggests (to me) an >>> arithmetical level adjustment like document-window-level plus one, but this >>> does not attain. kCGOverlayWindowLevel does the trick, but >>>

Re: kCGStatusWindowLevel

2014-05-20 Thread edward taffel
to me) an >> arithmetical level adjustment like document-window-level plus one, but this >> does not attain. kCGOverlayWindowLevel does the trick, but >> kCGStatusWindowLevel is lower on the list & i wondered what class of window >> is intended at this level. >

Re: kCGStatusWindowLevel

2014-05-20 Thread edward taffel
ards my requested rect (without log emission) & adjusts to a max below >> the menu drop-down area. best coding practice suggests (to me) an >> arithmetical level adjustment like document-window-level plus one, but this >> does not attain. kCGOverlayWindowLevel does the trick

Re: kCGStatusWindowLevel

2014-05-20 Thread Keary Suska
s not attain. kCGOverlayWindowLevel does the trick, but > kCGStatusWindowLevel is lower on the list & i wondered what class of window > is intended at this level. AFAIK, status window level is for windows belonging to NSStatusItems. I am not completely educated on full screen issu

Re: kCGStatusWindowLevel

2014-05-20 Thread Lee Ann Rucker
CGOverlayWindowLevel does the trick, but > kCGStatusWindowLevel is lower on the list & i wondered what class of window > is intended at this level. > > thanks for your response! > edward > > > On May 20, 2014, at 10:59 AM, edward taffel wrote: > >> >>

Re: kCGStatusWindowLevel

2014-05-20 Thread edward taffel
emission) & adjusts to a max below the menu drop-down area. best coding practice suggests (to me) an arithmetical level adjustment like document-window-level plus one, but this does not attain. kCGOverlayWindowLevel does the trick, but kCGStatusWindowLevel is lower on the list & i wonde

Re: kCGStatusWindowLevel

2014-05-20 Thread edward taffel
On May 20, 2014, at 10:41 AM, Keary Suska wrote: > On May 20, 2014, at 8:17 AM, edward taffel wrote: > >> does anyone know where to find the definition of kCGStatusWindowLevel >> (NSStatusWindowLevel)? or alternatively, can anyone define it? > > NSStatusWindowLevel i

Re: kCGStatusWindowLevel

2014-05-20 Thread Keary Suska
On May 20, 2014, at 8:17 AM, edward taffel wrote: > does anyone know where to find the definition of kCGStatusWindowLevel > (NSStatusWindowLevel)? or alternatively, can anyone define it? NSStatusWindowLevel is declared in NSWindow.h, kCGStatusWindowLevel is declared in CGWindowLevel.h.

kCGStatusWindowLevel

2014-05-20 Thread edward taffel
does anyone know where to find the definition of kCGStatusWindowLevel (NSStatusWindowLevel)? or alternatively, can anyone define it? thanks in advance, edward taffel ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin