• 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
KVO question on Tree Controllers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

KVO question on Tree Controllers


  • Subject: KVO question on Tree Controllers
  • From: Jeff LaMarche <email@hidden>
  • Date: Tue, 1 Apr 2008 15:11:55 -0400

I've registered to receive notifications from an NSTreeController instance loaded from a nib, like so:

[treeController addObserver:self
	forKeyPath:@"selection"
	options:(NSKeyValueObservingOptionNew | NSKeyValueObservingOptionOld)
	context:NULL];

I've also tried using @"selectedObjects" rather than @"selection". Now this notifies me when the selection changes, except it doesn't notify me if the user clicked somewhere resulting in an empty selection, nor when the selection is currently empty and the user selects on the same object that was previously selected.

I need to know when the selection becomes empty, not just when it changes from one node to another node. Is there another keyPath or notification I can register for that will do that?

TIA,
Jeff

_______________________________________________

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


  • Follow-Ups:
    • Re: KVO question on Tree Controllers
      • From: Rob Keniger <email@hidden>
    • Re: KVO question on Tree Controllers
      • From: "Adam Gerson" <email@hidden>
  • Prev by Date: Re: ERROR: __CFURLCache::StepSQLStatement
  • Next by Date: Re: Alternating Button
  • Previous by thread: Re: PDF file in NSTextAttachment
  • Next by thread: Re: KVO question on Tree Controllers
  • Index(es):
    • Date
    • Thread