awakeFromNib not initialising interface objects
awakeFromNib not initialising interface objects
- Subject: awakeFromNib not initialising interface objects
- From: Greg Hulands <email@hidden>
- Date: Sun, 22 Sep 2002 16:08:26 +1000
I have a controller of a nib that has to do some setup of the interface
in awakeFromNib, but the objects has not been initalised at that point
(something strange). Before awakeFromNib is called, all the action
methods of the textfields are getting called. Doing a po sender in gdb
says that the NSTextFields exist, but when awakeFromNib is called, the
objects have a nil value.
The interface displays ok and not errors are logged, but i cannot do
any setup as the objects are nil.
Any ideas?
Greg
_______________________________________________
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.