Re: DateFormatter in a table?
Re: DateFormatter in a table?
- Subject: Re: DateFormatter in a table?
- From: Keith Pritchard <email@hidden>
- Date: Sun, 29 Sep 2002 17:09:06 +0100
On Sunday, September 2
>
I've never attached a formatter to a table column using IB; I've always
>
done it in code, which works just fine. It couldn't hurt for you to try
>
that. m.
>
Thanks Matt, I'm giving that a go.... but how can I attach it to the
column in question? I tried
[subscribedview tableColumnWithIdentifier:@"groupcell"]
hoping to attach it to the correct column, but got an
kNewsController.m:67: warning: `NSTableColumn' does not respond to
`setFormatter:'
message... so if tablecolumn doesn't respond to it, what object does?
tableview I presume it too high level because I want to be able to
attach to a particular column.... headercell is presumably just the
header... so where do I put it?
Again the docs don't seem to give me much of a clue.
thanks again,
Keith
_______________________________________________
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.