Accessing FilesOwner fm controller

2009-11-16 Thread Harry Plate
I am writing a plugin to another application, and I must manage my own NIBs. I have been successful loading them and getting some of the basic UI elements working. But, what I am having trouble with is communicating with File's Owner. When I instantiate the NIB, I pass my class as owner - then

Re: Accessing FilesOwner fm controller

2009-11-16 Thread Ken Thomases
On Nov 16, 2009, at 1:21 PM, Harry Plate wrote: I am writing a plugin to another application, and I must manage my own NIBs. But, what I am having trouble with is communicating with File's Owner. When I instantiate the NIB, I pass my class as owner - then when the controller is called via

Re: Accessing FilesOwner fm controller

2009-11-16 Thread Graham Cox
On 17/11/2009, at 6:21 AM, Harry Plate wrote: But, what I am having trouble with is communicating with File's Owner. When I instantiate the NIB, I pass my class as owner - then when the controller is called via -awakeFromNib, I need to communicate with that class to get some additional