Re: When to register binding transformers (applicationDidFinishLaunching)?
Re: When to register binding transformers (applicationDidFinishLaunching)?
- Subject: Re: When to register binding transformers (applicationDidFinishLaunching)?
- From: Allan Odgaard <email@hidden>
- Date: Mon, 22 Mar 2004 08:56:16 +0100
On 22. Mar 2004, at 8:40, Tod Cunningham wrote:
[...] I was concerned about putting in the initialize method due to
potential early load time. I wasn't sure those classes would be safe
to call (Event loop autorelease pools setup, etc). [...]
+load is the "dangerous" method. It is called before main, whereas
+initialize is called before the first method is sent to the class.
http://gcc.gnu.org/onlinedocs/gcc/Executing-code-before-main.html
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
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.