• 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: NSTableView + NSArrayController: How to revert to 'natural' sort order?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView + NSArrayController: How to revert to 'natural' sort order?


  • Subject: Re: NSTableView + NSArrayController: How to revert to 'natural' sort order?
  • From: Matt Neuburg <email@hidden>
  • Date: Sun, 01 Apr 2007 08:46:19 -0700
  • Thread-topic: NSTableView + NSArrayController: How to revert to 'natural' sort order?

On Wed, 28 Mar 2007 14:01:40 -0500, Gerd Knops <email@hidden>
said:
>When using cocoa bindings to hook up an NSTableView to a
>NSArrayController, upong application start this setup will display
>the 'natural' sort order (eg current order in the source array). Now
>the user can click the column headers to sort in ascending or
>descending order. But the user can not revert to the
>'natural' (original) sort order.

What I do is have a field in the data that the user never sees, numbering
the records in their "natural" order. When the user asks to see the records
in "natural" order, I simply sort on that field.

>Ideally clicking on the column header would alternate between 3
>states: unsorted, ascending an descending.

That is a completely different issue (an interface issue); I have no answer
to that. I don't know how you would make clicking on a column header turn
off sorting in that column. m.

--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>



_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: Possibly dumb NSTableView problem
  • Next by Date: Re: Possibly dumb NSTableView problem
  • Previous by thread: Re: Possibly dumb NSTableView problem
  • Next by thread: Re: Core Data Memory issue on loading a saved file
  • Index(es):
    • Date
    • Thread