Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Timothy Larkin <email@hidden>
- Date: Mon, 27 May 2002 09:22:37 -0400
On 2002.05.27 01:23, "mmalcolm crawford" <email@hidden> wrote:
>
You probably haven't told the table view its contents have changed.
>
>
In the commonly-used methods section for NSTableView:
>
- reloadData
>
Informs the NSTableView that data has changed and needs to be
>
retrieved and displayed again.
It also works to call [view noteNumberOfRowsChanged], where view is the
NSTableView object.
--
Timothy Larkin
Abstract Tools
Caroline, NY
_______________________________________________
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.