Re: NSTableColumn.identifier()
Re: NSTableColumn.identifier()
- Subject: Re: NSTableColumn.identifier()
- From: email@hidden
- Date: Mon, 04 Feb 2002 15:26:33 -0300
- Organization: Perfil
But not IB sets columns identifiers?
Allan Odgaard,email@hidden,internet writes:
On mandag, februar 4, 2002, at 05:52 , email@hidden wrote:
>
[...] i want to get the column identifier( with
>
NSTablecolumn.identifier()) for displaying
>
the data but it always return null. How do i do that?
You'd need to invoke setIdentifier on each table column (with the
identifier you later expect to receive).