• 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: How to sort smoothly when NSTableColumn's Sort Key is empty
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to sort smoothly when NSTableColumn's Sort Key is empty


  • Subject: Re: How to sort smoothly when NSTableColumn's Sort Key is empty
  • From: "Hamish Allan" <email@hidden>
  • Date: Tue, 3 Jun 2008 17:05:42 +0100

On Tue, Jun 3, 2008 at 4:52 PM, an0 <email@hidden> wrote:

> And the NSTableView's sortDescriptors are found cumulated instead of
> changed by NSLog in dataSource's tableView:sortDescriptorsDidChange:
> method.

Hmm, could be a bug. Try giving your object a readonly property that
returns self, e.g.:

- (id)identity { return self; }

And bind to 'identity' rather than leaving the sort key empty. Let us
know what happens!

Hamish
_______________________________________________

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: 
 >How to sort smoothly when NSTableColumn's Sort Key is empty (From: an0 <email@hidden>)

  • Prev by Date: Re: CoreData file format stability
  • Next by Date: Re: Best Practice for Returning Immutable Objects?
  • Previous by thread: How to sort smoothly when NSTableColumn's Sort Key is empty
  • Next by thread: Best Practice for Returning Immutable Objects?
  • Index(es):
    • Date
    • Thread