Re: Before applicationDidFinishLaunching, before everything :]
Re: Before applicationDidFinishLaunching, before everything :]
- Subject: Re: Before applicationDidFinishLaunching, before everything :]
- From: Shawn Erickson <email@hidden>
- Date: Sat, 20 Jul 2002 14:29:18 -0700
You can do your initialization of your data source later on.. just call
reloadData (or possibly noteNumberOfRowsChanged) on your NSTableView to
get it to pickup the new data.
Or your data source can init itself when called, constructed, etc...
-Shawn
On Saturday, July 20, 2002, at 02:12 PM, Nico wrote:
Hi
I have a class which is datasource for an NSTableView.
However, I need to do some basic initialization before the methods for
the NSTableView (like -numberOfRowsInTableView) are called...
But these methods are called before awakeFromNib, before init, before
applicationDidFinishLaunching, before applicationWillFinishLaunching...
_______________________________________________
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.