FROM : Hamish Allan
DATE : Sun May 04 20:36:07 2008
On Sun, May 4, 2008 at 4:14 PM, Joseph Ayers <<email_removed>> 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
DATE : Sun May 04 20:36:07 2008
On Sun, May 4, 2008 at 4:14 PM, Joseph Ayers <<email_removed>> 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
| Related mails | Author | Date |
|---|---|---|
| Joseph Ayers | May 4, 17:14 | |
| Keary Suska | May 4, 18:11 | |
| Joseph Ayers | May 4, 19:24 | |
| Hamish Allan | May 4, 20:36 | |
| Joseph Ayers | May 4, 21:21 |






Cocoa mail archive

