Re: NSTableView and loadNibNamed
Re: NSTableView and loadNibNamed
- Subject: Re: NSTableView and loadNibNamed
- From: "Hamish Allan" <email@hidden>
- Date: Sun, 4 May 2008 19:36:07 +0100
On Sun, May 4, 2008 at 4:14 PM, Joseph Ayers <email@hidden> wrote:
> Indeed the NIB tableWindow has file's Owner set to tableController and
> there is a connection made to dataTable
> from a TableController object.
Do you mean you have another TableController instantiated in your nib?
In that case, you have two TableControllers: one being the File's
Owner and a second one. It sounds like you have the dataTable
connection wired up from the second one. Delete that second
TableController and wire your dataTable connection from the File's
Owner instead.
Hamish
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden