Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: Matthew Johnson <email@hidden>
- Date: Tue, 28 May 2002 10:11:45 +1000
Thank you very much. This has solved the problem. I am not sure why this call should be necessary but it works which is
good enough for me :)
Matt.
Timothy Larkin wrote:
>
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.
_______________________________________________
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.