Re: IB creating NULL outlet...

2009-10-07 Thread Kevin Cathey
> It shows the correct outlet name, but nothing to indicate the outlet is > hooked up to this View. In the connections display (right-click on your blue-cube), if an outlet is connected, it will have a gray rounded rectangle clearly marking the outlet as connected. On the right hand side it will

Re: IB creating NULL outlet...

2009-10-07 Thread Graham Cox
On 06/10/2009, at 10:06 AM, Jeff Diamond wrote: When I run the application, the IBOutlet comes up zero, so apparently the hook up failed. I'm wondering if I'm missing something very basic here. Are you certain you aren't instantiating a second controller object in your code? That would c

IB creating NULL outlet...

2009-10-07 Thread Jeff Diamond
This is related to my previous thread. I have a situation in which an IBOutlet I've defined is getting a value of 0, leaving me unable to communicate with a GUI object. I'm using XCode 3.1. Here's a summary of the scenario in IB: I have dragged an NSObject (blue cube) to my MainMenu.xib fol