Re: CGDisplayRegisterReconfigurationCallback not called when view in fullscreen

2012-07-24 Thread Tom Hohensee
Ken You are right. I was capturing the screen. Setting the presentation options in the options dictionary for enterFullScreenMode with options: did the trick. However, with the presentation options set, I am only getting one view to show the other is blacked out (ie the view on the external mo

Re: CGDisplayRegisterReconfigurationCallback not called when view in fullscreen

2012-07-24 Thread Ken Thomases
On Jul 24, 2012, at 7:47 PM, Tom Hohensee wrote: > Anyone familiar with CGDisplayRegisterReconfigurationCallback callback and > fullscreen when connecting and disconnecting an external monitor? > I have written an application that places a custom NSView into fullscreen > (using enterfullscreenmo

CGDisplayRegisterReconfigurationCallback not called when view in fullscreen

2012-07-24 Thread Tom Hohensee
Anyone familiar with CGDisplayRegisterReconfigurationCallback callback and fullscreen when connecting and disconnecting an external monitor? I have written an application that places a custom NSView into fullscreen (using enterfullscreenmode with options) on an external monitor while the main w