Re: Need guidance in table sorting
Re: Need guidance in table sorting
- Subject: Re: Need guidance in table sorting
- From: Michael Tsai <email@hidden>
- Date: Mon, 10 Mar 2003 11:54:52 -0500
On Monday, March 10, 2003 3:15:32 AM Yuhui <email@hidden> wrote:
>
> It's probably easier to use the table's
>
> -tableView:didClickTableColumn: delegate message.
>
>
Where is the documentation for this method? I looked around
>
NSTableView, NSTableColumn and the "Table Views" programming topic,
>
but I coudn't find anything about this.
It's near the bottom of the NSTableView page.
>
> On 10.2 you can get the images via:
>
>
>
> [NSImage imageNamed:NSAscendingSortIndicator]
>
>
>
> and
>
>
>
> [NSImage imageNamed:NSDescendingSortIndicator]
>
>
>
I'd actually read about this on Mamasam, but when I tried this again
>
after reading your email, i.e.
>
I got an error saying that NSAscendingSortIndicator is undeclared.
Sorry, you need to put them in quotes: @"NSAscendingSortIndicator".
--
Michael Tsai <
http://www.c-command.com>
_______________________________________________
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.