On Nov 5, 2010, at 16:05, Richard Somers wrote: > The window (actually a panel) in the nib is set to be visible at launch.
Why? I can't think of any good reason to leave "visible at launch" checked, especially if the window has a window controller. In any case, you have code to show the window, so you're not dependent on the "visible at launch" behavior. Are you sure you don't have 2 windows, one on top of the other? You may be getting one from "visible at launch" plus a second one from the window controller. Either way, I'd start by turning off "visible at launch". _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
