Re: awakeFromNib and sheets
Re: awakeFromNib and sheets
- Subject: Re: awakeFromNib and sheets
- From: Gary C Martin <email@hidden>
- Date: Sat, 25 Aug 2001 03:32:34 +0100
On Saturday, August 25, 2001, at 02:23 am, Bill Cheeseman wrote:
Try windowDidLoad. That's where I put all my stuff that depends on the
application's user interface being ready to go.
Oooh, another delegate I missed that sounds good...
Damn and blast - NSWindow does not inherit from NSWindowController. I'm
actually using an NSPanel (sub class of NSWindow) drag'n'dropped from
the standard palette in IB. Not sure I want to get into sub-classing
NSWindowController and all that that might entail (unless someone
convinces me).
Still, thanks for the suggestion Bill.
Regards,
Gary