• 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: NSOutlineView + selectionIndexPaths binding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSOutlineView + selectionIndexPaths binding


  • Subject: Re: NSOutlineView + selectionIndexPaths binding
  • From: Scott Anguish <email@hidden>
  • Date: Thu, 21 Jan 2010 00:49:38 -0500

I’m assuming Snow Leopard

It sounds like they’re marked as @required in the header, but

@optional

/* Required methods
*/
- (id)outlineView:(NSOutlineView *)outlineView child:(NSInteger)index ofItem:(id)item;
- (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item;
- (NSInteger)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(id)item;
- (id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item;

they aren’t.

Implementing stubs for them won’t help. It sounds like a bindings issue.

What specifically are your bindings?_______________________________________________

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: NSOutlineView + selectionIndexPaths binding
      • From: Andrew Shamel <email@hidden>
References: 
 >NSOutlineView + selectionIndexPaths binding (From: Andrew Shamel <email@hidden>)

  • Prev by Date: Multiple copies of an application installed
  • Next by Date: copy on iPhone
  • Previous by thread: NSOutlineView + selectionIndexPaths binding
  • Next by thread: Re: NSOutlineView + selectionIndexPaths binding
  • Index(es):
    • Date
    • Thread