Re: Table sort image question

2009-01-06 Thread Graham Cox
On 6 Jan 2009, at 6:20 am, Jon C. Munson II wrote: Essentially what I’m trying to do is determine the sort of the column. One way I've found is to pull out the indicator image. I plan on comparing that to a named image for one of the indicator images. If there is a better way to do

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
Essentially what I'm trying to do is determine the sort of the column. One way I've found is to pull out the indicator image. I plan on comparing that to a named image for one of the indicator images. If there is a better way to do that, I'd love to know as I haven't dredged

Re: Table sort image question

2009-01-06 Thread Graham Cox
On 7 Jan 2009, at 12:18 am, Jon C. Munson II wrote: 1. When is didClickTableColumn actually called? Is it after the table does its stuff, including setting the sort descriptors, or just prior to that? This is not the method you want. You want the NSTableDataSource method: - (void)

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
On 7 Jan 2009, at 12:18 am, Jon C. Munson II wrote: 1. When is didClickTableColumn actually called? Is it after the table does its stuff, including setting the sort descriptors, or just prior to that? This is not the method you want. You want the NSTableDataSource method: - (void)

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
: Tuesday, January 06, 2009 10:09 AM To: 'Graham Cox' Cc: 'cocoa dev' Subject: RE: Table sort image question On 7 Jan 2009, at 12:18 am, Jon C. Munson II wrote: 1. When is didClickTableColumn actually called? Is it after the table does its stuff, including setting the sort descriptors, or just

Re: Table sort image question

2009-01-06 Thread Andy Lee
thinking? Thanks in advance! Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Jon C. Munson II [mailto:jmun...@his.com] Sent: Tuesday, January 06, 2009 10:09 AM To: 'Graham Cox' Cc: 'cocoa dev' Subject: RE: Table sort image question On 7 Jan 2009, at 12:18 am, Jon C

RE: Table sort image question

2009-01-06 Thread Jon C. Munson II
or does doing so create unnecessary overhead? Peace, Love, and Light, /s/ Jon C. Munson II -Original Message- From: Andy Lee [mailto:ag...@mac.com] Sent: Tuesday, January 06, 2009 2:31 PM To: jmun...@his.com Cc: 'Graham Cox'; 'cocoa dev' Subject: Re: Table sort image question On Jan 6