Re: IB creating NULL outlet...
Re: IB creating NULL outlet...
- Subject: Re: IB creating NULL outlet...
- From: Kevin Cathey <email@hidden>
- Date: Thu, 8 Oct 2009 00:12:37 -0500
> 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 have the name of the object it is connected to. If this is not the case, use the connection bubble (the white circle on the far right side) to connect the outlet:
http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/IB_UserGuide/ApplicationBasics/ApplicationBasics.html#//apple_ref/doc/uid/TP40005344-CH3-SW10
> When I run the application, the IBOutlet comes up zero
When are you querying this? The outlet will be nil until after awakeFromNib is called on your controller.
Kevin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden