initWithContentsOfFile and outlets
initWithContentsOfFile and outlets
- Subject: initWithContentsOfFile and outlets
- From: Sanri Parov <email@hidden>
- Date: Mon, 20 Jun 2005 21:38:37 +0200
Hi everybody,
I'm dealing with a NON document based application which nevertheless
produces an output file (a package one).
I was wondering what method is called when I double click the output
file in the Finder. I've seen that overriding
- (id)initWithContentsOfFile:(NSString *)fileName ofType:(NSString
*)docType
respond to the call, but it gives me problems because I can't use
outlets anymore; that's because it's an init method.
What method have I to override in order to load an output package-file
and keep continuing using the outlets stated in the nib file?
Thanks all.
--
Sanri Parov
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden