I've had a user report a problem with my application's window vanishing
when it changes size. The resizing in question is done
programmatically, and the window was on a second screen at the time.
I'm unable to test this issue because I don't have a second screen.
However, my guess is that the second screen is being ignored and the
window is being put onto the main screen using the second screen's
coordinates (i.e. offscreen).
The window is transparent, borderless, buffered and deferred. Its frame
is changed using -setFrame:display:animate:. All that changes is the
window's height and the y coordinate of its origin:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden