Re: IBOutlet objects not responding to any messages passed

2009-01-22 Thread Cormac Daly
Cormac On Thu, Jan 22, 2009 at 6:04 PM, Shawn Erickson wrote: > On Thu, Jan 22, 2009 at 2:44 AM, Cormac Daly wrote: > > > Any ideas? Is there a problem in the ordering somewhere? Its probably > > something very basic but I'm stumped! > > You are subclassing NSWindo

IBOutlet objects not responding to any messages passed

2009-01-22 Thread Cormac Daly
Hi list, I've added a new window to my application and have written a window controller class. Everything is going fine, except for the fact that when initialising the window, none of my IBOutlets are responding to methods called on them. This is the case in both the init and windowDidLoad methods