Re: Debugging NSWindow disappearances

2008-09-02 Thread Eric Schlegel
On Sep 2, 2008, at 11:17 AM, Nick Zitzmann wrote: Why is Hide On Deactivate circumventing all of the different order out methods? Hide on Deactivate windows are hidden by the window server automatically when your process deactivates, and the window server (being a separate process from y

Re: Debugging NSWindow disappearances

2008-09-02 Thread Nick Zitzmann
On Sep 2, 2008, at 12:10 PM, Randall Meadows wrote: I'm sure you checked this (!), but the Hide On Deactivate is not checked for those windows in your [xn]ib, right? It wasn't turned on in the main window, but that was turned on in one of the children of the main window, and apparently th

Re: Debugging NSWindow disappearances

2008-09-02 Thread Randall Meadows
On Sep 2, 2008, at 11:52 AM, Nick Zitzmann wrote: I've got a situation in my application where, when it is placed in the background, its windows disappear from view, although they continue to show up in the application's Dock menu, so they're not closed. How do I set a breakpoint to trigger