> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to