Re: AwakeFromNib order
Re: AwakeFromNib order
- Subject: Re: AwakeFromNib order
- From: Nathan Day <email@hidden>
- Date: Wed, 29 May 2002 20:04:38 +0930
You can't controller which gets called first and no they don't occur in
different threads, as far as I know cocoa doesn't go using threads for
anything unless you implicitly create a thread. Actually I lie, you can
specify which awakeFromNib occurs first by placing each window in
different nib file which is probably a good idea any way.
On Wednesday, May 29, 2002, at 10:04 AM, Matthew Johnson wrote:
Hi,
I have two windows in my Nib each runs its own awakeFromNib routine.
How do I specify which is run first? are they run
in different threads? if so do I use mutex's to control which one I
want run first?
_______________________________________________
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.