Re: Window layering and save sheet attachment in multi-window document
Re: Window layering and save sheet attachment in multi-window document
- Subject: Re: Window layering and save sheet attachment in multi-window document
- From: Sherm Pendley <email@hidden>
- Date: Thu, 1 Dec 2005 13:31:25 -0500
On Dec 1, 2005, at 5:24 AM, Derrick Bass wrote:
The order seems to be:
makeWindowControllers: is called and finishes.
windowControllerDidLoadNib: is called for the first window created,
and finishes.
The first window is displayed and made front.
windowControllerDidLoadNib: is called for the second window
created, and finishes.
The second window is displayed and made front.
What I would do is keep a counter, and increment it each time
windowControllerDidLoadNib: is called. Then, when the counter
indicates that this is the last Nib to load, you could display the
windows in whatever order you want.
sherm--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
Hire me! My resume:
http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden