Re: How to defer NSDocument:writeToFile:ofType ?
Re: How to defer NSDocument:writeToFile:ofType ?
- Subject: Re: How to defer NSDocument:writeToFile:ofType ?
- From: Manfred Lippert <email@hidden>
- Date: Sat, 26 Jan 2002 01:42:34 +0100
>
The document is probably being deallocated ...
Nope. I finally found the bug, it was my fault. I accidently passed the
contextInfo as nil instead of the original value to [super saveToFile].
Now it works perfectly.
Mani