Re: How Insert values into a NSCell of NSTableView?
Re: How Insert values into a NSCell of NSTableView?
- Subject: Re: How Insert values into a NSCell of NSTableView?
- From: "Laurent Daudelin" <email@hidden>
- Date: Thu, 11 Dec 2003 11:48:48 -0500
On 11/12/03 11:04, "Roberto" <email@hidden> wrote:
>
How can I insert a value into a NSCell of an NSTableView?
Roberto,
Read the documentation about how NSTableView works. You don't set
specifically a value for a given NSCell in a table view. Through the use of
a data source object, the table view will send a query to get the value that
should be displayed in a specific row and column. And, actually, the same
NSCell is reused to display the various values in a given column, so you
cannot set its value directly.
-Laurent.
--
========================================================================
Laurent Daudelin Developer, Multifamily, ESO, Fannie Mae
mailto:email@hidden Washington, DC, USA
************************ Usual disclaimers apply ***********************
_______________________________________________
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.