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

problem during backend build

2010-03-25 Thread Riccardo Mottola
Hi, I get this while building Compiling file GSGState.m ... GSGState.m: In function '-[GSGState(Ops) GSSetFillColorspace:]': GSGState.m:300: warning: invalid receiver type 'void *' GSGState.m: In function '-[GSGState(Ops) GSSetStrokeColorspace:]': GSGState.m:311: warning: invalid receiver

Re: problem during backend build

2010-03-25 Thread Riccardo Mottola
Hi, I fixed this by importing Foundation/NSValue.h I wonder why the commiter didn't notice that his changes broke the build? Riccardo Riccardo Mottola wrote: Hi, I get this while building Compiling file GSGState.m ... GSGState.m: In function '-[GSGState(Ops) GSSetFillColorspace:]':