Re: cascading windows in document architecture
Re: cascading windows in document architecture
- Subject: Re: cascading windows in document architecture
- From: "Kyle Sluder" <email@hidden>
- Date: Thu, 28 Feb 2008 14:52:19 -0500
On Mon, Feb 25, 2008 at 12:19 PM, Jacob Lukas
<email@hidden> wrote:
> I had this problem as well. The fix for me was to not show the window
> during awakeFromNib, but rather let the window be cascaded and shown
> automatically. It seems that if the window is already visible before
> it has been cascaded, the cascading step is skipped.
Similarly, I have found that things work better if you ensure "visible
at launch" is unchecked for your document's window.
NSWindowController will take care of displaying the window for you if
it's appropriate, and seems to do a bit of thinking about what it
does.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden