Re: NSTableView questions
Re: NSTableView questions
- Subject: Re: NSTableView questions
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 8 Oct 2007 09:36:02 -0500
On Oct 8, 2007, at 9:29 AM, Chris Williams wrote:
The only really good solution is to wait until even later -- in
"applicationDidFinishLaunching".
(Sorry, missed the originally poster's question)
Which works great for application launching. You can also -
performSelector:afterDelay: with a delay of 0.0 in -
applicationDidFinishLaunching: to cause initialization to happen at
the top of the first pass through the event loop.
For any other nib, there are two situations:
NSDocuments: Provides methods that can be used to initialize a
document as its nib(s) is(are) loaded.
Everything else: You wrote code to load the nib; add your
customization code immediately after the nib loading.
Off the top of my head, I can't think of anything else that loads NIBs
automatically that doesn't have a convenient spot for initialization.
b.bum
_______________________________________________
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