Re: DateFormatter in a table?
Re: DateFormatter in a table?
- Subject: Re: DateFormatter in a table?
- From: Bill Cheeseman <email@hidden>
- Date: Sun, 29 Sep 2002 14:27:53 -0400
on 02-09-29 12:09 PM, Keith Pritchard at email@hidden wrote:
>
so if tablecolumn doesn't respond to it, what object does?
NSTableColumn's dataCell method returns a reusable data cell that the column
uses to display each of its cell values. As an NSCell object, it responds to
setFormatter:. So in your awakeFromNib method, or wherever, write something
like [[myTableColumn dataCell] setFormatter:myFormatter].
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook -
http://www.AppleScriptSourcebook.com
Vermont Recipes -
http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont -
http://members.valley.net/croquetvermont
_______________________________________________
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.