awakeFromNib not called on File's Owner

2010-03-25 Thread Doug Simons
As far as I can tell, the NSSecureTextView in our nib is now loading properly -- thanks for that fix! Unfortunately, this only gets us to the next problem: awakeFromNib is not being called on the nib file's owner. In digging through this issue in gdb I noticed that this nib is another one

Re: awakeFromNib not called on File's Owner

2010-03-25 Thread Fred Kiefer
This clearly was my fault. In the NIB loading of NSIBObjectData the old code was looping over the _names map to instantiate the objects. I changed that to the _objects map which looked better to me. As your results show this isn't true I changed that code back again. That way the owner once more