Re: Can't Create!
Re: Can't Create!
- Subject: Re: Can't Create!
- From: "e.sammer" <email@hidden>
- Date: Sun, 16 Sep 2001 11:26:00 -0500
email@hidden wrote:
This is probably something so simple that I missed it, but here goes: I
have this little learning app that has two text fields and four buttons,
nextRecord, previousRecord, deleteRecord, and newRecord. I have a
RecordController class and a Record class that generates "records" for
an NSMutableArray. I've triple-checked all the connections in the .nib
and the code, but I can't find out why I get "Can't Create New Document"
when I try to launch the app. I cleaned the files and rebuilt without
error. Does the above error message generally indicate something fairly
obvious? Thanks for any help.
Brian E. Howard
brian:
i had a similar problem a while back. i believe it
was caused by renaming the nib in PB, but did not
change the class in the build properties. on the
other hand, that was for a document based app
which doesn't seem to be what you're working with.
is this a document-based app, or a single shot
window app? hope this helps, at least a little...
--
e.sammer
email@hidden