Re: Enable NSTableView ordering.
Re: Enable NSTableView ordering.
- Subject: Re: Enable NSTableView ordering.
- From: Robert Cerny <email@hidden>
- Date: Fri, 19 Dec 2003 15:44:28 +0100
Well,
it depends on the targeted system. If you deploy on 10.3 and above, you
can use new classes NSSSortDescriptor and such. If you need deploy for
lower versions as well, you need to implement:
- (void) tableView:(NSTableView*)tableView
didClickTableColumn:(NSTableColumn *)tableColumn;
in your tableview's delegate.
BTW, this issue has been discussed here (along with samples) many
times, so please read archives before posting.
HTH
Robert
On 19.12.2003, at 15:18, Roberto wrote:
>
How can I set NSTableView columns to order list?
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.