• 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: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)


  • Subject: Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
  • From: Jonathan Dann <email@hidden>
  • Date: Sat, 12 Jan 2008 20:43:52 +0000

Yes.

mmalc

You most certainly should. File away!

j o a r

Thanks to you both! I've filed my first bug!

Problem ID: 5685402

Just in case people read in this future the reverse enumerator bit in the first post was wrong, that only applies when moving multiple nodes one at a time in a tree view. The NSTreeController method - moveNodes:toIndexPath should replace the code:

NSInteger i;
for (i = ([newNodes count] - 1); i >=0; i--)
{
[treeController moveNode:[newNodes objectAtIndex:i] toIndexPath:indexPath];
}


in the -handleInternalDrops:withIndexPath:

Jonathan
_______________________________________________

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


References: 
 >Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings) (From: Jonathan Dann <email@hidden>)
 >Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings) (From: mmalc crawford <email@hidden>)

  • Prev by Date: Re: Cocoa-dev Digest, Vol 5, Issue 44
  • Next by Date: re: core data subentities
  • Previous by thread: Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
  • Next by thread: Re: Reporting Bugs in Apple Sample Code (NSOutlineView, NSTreeController and Bindings)
  • Index(es):
    • Date
    • Thread