Skip navigation.
 
mlRe: Displaying an NSArray of NSArray's in a Table view
FROM : Bruce Truax
DATE : Sun Dec 12 20:12:34 2004

Thanks.  That did it.  My data is displaying properly.  Now if there was
just a row header to make it look more like a spreadsheet.  I added the row
number to the first column as a reference but that does not stay locked to
the left side of the view.

This is good enough for my needs for now.

Thanks for all of the help.

Bruce


On 12/12/04 1:55 PM, "Jonathan Jackel" <<email_removed>> eloquently
wrote:

> If you make headerCell an NSTableHeaderCell instead of a generic
> NSCell, you'll probably get the appearance you desire.
>
> Also, you need to release headerCell once it is set as the column's
> header.

Related mailsAuthorDate
mlDisplaying an NSArray of NSArray's in a Table view Bruce Truax Dec 11, 02:57
mlRe: Displaying an NSArray of NSArray's in a Table view Jonathan Jackel Dec 12, 00:51
mlRe: Displaying an NSArray of NSArray's in a Table view Bruce Truax Dec 12, 14:36
mlRe: Displaying an NSArray of NSArray's in a Table view Jonathan Jackel Dec 12, 18:17
mlRe: Displaying an NSArray of NSArray's in a Table view Bruce Truax Dec 12, 19:03
mlRe: Displaying an NSArray of NSArray's in a Table view Jonathan Jackel Dec 12, 19:55
mlRe: Displaying an NSArray of NSArray's in a Table view Bruce Truax Dec 12, 20:12
mlRe: Displaying an NSArray of NSArray's in a Table view Guy English Dec 13, 19:41