Re: Intermittent invisible NSWindow

2021-11-13 Thread Keary Suska via Cocoa-dev
Have you logged the window coordinates? It might be placed fully offscreen, and that would produce the behavior you are seeing. Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business” > On Nov 13, 2021, at 9:52 AM, Tom Doan via Cocoa-dev > wrote: > > I'm having a

Intermittent invisible NSWindow

2021-11-13 Thread Tom Doan via Cocoa-dev
I'm having a problem with an application where a small percentage of users have one particular NSWindow type which doesn't show even though it goes through a makeKeyAndOrderFront. It's on the window list and will open if they do a tile, cascade or window switch operation, but doesn't come up