Re: When did NSPersistentDocument finish loading ?
Re: When did NSPersistentDocument finish loading ?
- Subject: Re: When did NSPersistentDocument finish loading ?
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 19 Oct 2005 00:57:10 -0700
On Oct 18, 2005, at 11:58 PM, Romain Champourlier wrote:
When I open an existing document, I need to perform some steps once
it as been loaded. My problem is that I can't determine when the
document is loaded ? Does someone know how I could do it ? Is their
a notification I could catch, or something ?
In what sense, "once it as been loaded"?
Assuming you mean, "once the user interface is in place", you
probably want windowControllerDidLoadNib (see <http://
developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSDocument.html#//apple_ref/doc/uid/20000008-
BBCCFJDE> and <http://developer.apple.com/documentation/Cocoa/
Conceptual/Documents/Tasks/ImplementingDocApp.html#//apple_ref/doc/
uid/20000029-997740>).
mmalc
_______________________________________________
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