Re: Subclassing NSDocumentController
Re: Subclassing NSDocumentController
- Subject: Re: Subclassing NSDocumentController
- From: Andreas Mayer <email@hidden>
- Date: Wed, 16 Oct 2002 14:41:47 +0200
Am Mittwoch, 16.10.02 um 08:40 Uhr schrieb Georg Tuparev:
My reading of this is that I need just to instantiate my
NSDocumentController subclass in applicationWillFinishLaunching: and
the sharedDocumentController will return this instance. This seams not
to be the case (an instance of NSDocumentController is returned
instead). What am I missing?
This is a known bug. Instantiate your document controller in the main
nib file instead.
bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.