• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Before applicationDidFinishLaunching, before everything :]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Before applicationDidFinishLaunching, before everything :] (From: Nico <email@hidden>)

  • Prev by Date: Re: [Q] How do I find out where a variable's type is getting changed?
  • Next by Date: Setting the receiving textfield in code
  • Previous by thread: Before applicationDidFinishLaunching, before everything :]
  • Next by thread: Error question
  • Index(es):
    • Date
    • Thread