Re: NSView enterFullScreenMode:withOptions: woes; window levels

2008-03-18 Thread Sean McBride
On 3/18/08 12:05 AM, Brian Christensen said: >> NSDictionary* options = [NSDictionary >> dictionaryWithObjectsAndKeys: >>[NSNumber numberWithInt:kCGNormalWindowLevel], >>NSFullScreenModeWindowLevel, nil]; >> [groupView enterFullScreenMode:[NSScreen mainScreen] >> withOptions:

Re: NSView enterFullScreenMode:withOptions: woes; window levels

2008-03-17 Thread Brian Christensen
On Mar 17, 2008, at 4:51 , Sean McBride wrote: Hi all, Is anyone using the new NSView full screen methods in 10.5? I have a window which contains a 'group view', it is basically an NSView that contains two subviews: a button, and an custom NSView that draws pretty pictures. The button disp