Re: File's owner, outlets and methods

2009-08-13 Thread Michael de Haan
On Aug 13, 2009, at 8:26 PM, Ken Thomases wrote: I think I finally get "File's owner" :-) So, if I understand you correctly, having set File's owner to the appropriate class ( in this case AppController) I set the appropriate **proxy** outlet of File's owner to the object ( in this ca

Re: File's owner, outlets and methods

2009-08-13 Thread Ken Thomases
On Aug 13, 2009, at 9:32 PM, Michael de Haan wrote: On Aug 13, 2009, at 6:36 PM, Ken Thomases wrote: An outlet is a property of an object. It's often backed by an instance variable as its implementation. Once you connect an outlet to an object in the nib, this connection is recorded as d

Re: File's owner, outlets and methods

2009-08-13 Thread Michael de Haan
On Aug 13, 2009, at 6:36 PM, Ken Thomases wrote: On Aug 13, 2009, at 4:24 PM, Michael de Haan wrote: [ **Very** briefly, the set up is as follows. AppController has an outlet (IBOutlet NSPanel *aboutWindow) and a method (-(IBAction) showPanel: (id) sender;) snip. One is that th

Re: File's owner, outlets and methods

2009-08-13 Thread Ken Thomases
On Aug 13, 2009, at 4:24 PM, Michael de Haan wrote: [ **Very** briefly, the set up is as follows. AppController has an outlet (IBOutlet NSPanel *aboutWindow) and a method (-(IBAction) showPanel: (id) sender;) ] So, there are really 2 things happening here? One is that the About Window's

Re: File's owner, outlets and methods

2009-08-13 Thread Michael de Haan
On Aug 13, 2009, at 1:59 PM, Dave Carrigan wrote: On Aug 13, 2009, at 1:32 PM, Michael de Haan wrote: The inspector of File's owner in the "Custom" xib shows, as expected an outlet ( which is connected) as well as the method "showPanel" which is *not* connected. In fact, I am unable to

Re: File's owner, outlets and methods

2009-08-13 Thread Dave Carrigan
On Aug 13, 2009, at 1:32 PM, Michael de Haan wrote: The inspector of File's owner in the "Custom" xib shows, as expected an outlet ( which is connected) as well as the method "showPanel" which is *not* connected. In fact, I am unable to "connect" ( if that is the correct terminology) the "