• 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: closed - NSTableView is not updated on [reloadData]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: closed - NSTableView is not updated on [reloadData]


  • Subject: Re: closed - NSTableView is not updated on [reloadData]
  • From: Greg Guerin <email@hidden>
  • Date: Thu, 23 Jul 2009 09:04:53 -0700

Alexander Bokovikov wrote:

Also I was sure that BAD_ACCESS exception should occur if not initialized outlet is used to send a message to.

An uninitialized outlet is always nil. It is always legal to send messages to nil, although some returned values may be undefined. Re- read the basic docs on messaging, if necessary.


It may be illegal to perform other operations with nil, so don't make the opposite mistake of thinking that just because sending a message to nil is legal, so is everything else.

  -- GG

_______________________________________________

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


  • Prev by Date: Re: NSTableView: Out-Of-Bounds Array Error on reloadData
  • Next by Date: Re: iPhone List? - few questions
  • Previous by thread: Re: NSTableView is not updated on [reloadData]
  • Next by thread: NSSliderCell question
  • Index(es):
    • Date
    • Thread