Re: Example code eyePhoto-Step8 & IB help needed

2011-12-21 Thread Eric Matecki
On 20/12/11 17:48, Laurent Daudelin wrote: On Dec 20, 2011, at 06:03, Eric Matecki wrote: Hi, I'm new to IB. I'm trying to find by which magic "NSWindow * imageCaptureWindow;", member of "@interface Controller : NSWindowController", gets initialized by the following code : [NSBundle loadNibNa

Re: Example code eyePhoto-Step8 & IB help needed

2011-12-20 Thread Laurent Daudelin
On Dec 20, 2011, at 06:03, Eric Matecki wrote: > Hi, > > I'm new to IB. > > I'm trying to find by which magic "NSWindow * imageCaptureWindow;", > member of "@interface Controller : NSWindowController", > gets initialized by the following code : > [NSBundle loadNibNamed: @"ImageCapture" owner: se

Example code eyePhoto-Step8 & IB help needed

2011-12-20 Thread Eric Matecki
Hi, I'm new to IB. I'm trying to find by which magic "NSWindow * imageCaptureWindow;", member of "@interface Controller : NSWindowController", gets initialized by the following code : [NSBundle loadNibNamed: @"ImageCapture" owner: self]; This variable isn't initialized anywhere in the code, so