(no subject)
(no subject)
- Subject: (no subject)
- From: Tommy Knowlton <email@hidden>
- Date: Thu, 6 Jun 2002 12:29:03 -0600
Hello,
I've got a NSWindowController subclass instance in my application's main
nib.
It's _window outlet is connected to the only NSWindow in the nib.
I need to do some processing at a time BEFORE the window is shown on
screen, but AFTER all outlets have been connected for all nib objects.
-(void)awakeFromNib does not get called reliably such that all outlets
on all nib objects have been connected.
Unfortunately, experience seems to be teaching me that
-(void)windowDidLoad does not get called for NSWindowController's that
are instantiated in the nib.
Any suggestions?
Kind regards,
--
Tommy Knowlton
Iomega Corporation
1 (801) 332-5428
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.