Non functioning IBOutlet
Non functioning IBOutlet
- Subject: Non functioning IBOutlet
- From: email@hidden
- Date: Mon, 10 Mar 2003 11:50:46 -0500
I've got an outlet defined in my controller as:
IBOutlet id GroomingAmount;
, along with many other fully working outlets. The controller is
instanciated in the NIB file for the project. I've connected everything
up in IB (it's a text field), just as normal, and although all the
other outlets work just fine, this one doesn't. It reads as NULL.
I've had this happen earlier in the project when I tried to set a
button as and outlet, but turning it into an NSMatrix solved that, even
though it should never have been broken in the first place.
I've tried cleaning the project, re-making the links in IB, removing
the controller, re-loading it and re-making the links.
Any other ideas on how to fix this??
Graeme
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.