Re: Method Sequence on Application Loads

2009-03-09 Thread Mike Abdullah
On 9 Mar 2009, at 05:49, Kenneth Ramey wrote: I am looking for information on the sequence of method invocation as an application loads. For instance, Apple's documentation says that awakeFrom Nib is called after the user interface loads but before any events have been handled. I want to

Re: Method Sequence on Application Loads

2009-03-09 Thread Andreas Mayer
Am 09.03.2009 um 06:49 Uhr schrieb Kenneth Ramey: What method do I need to hook for this? You typically start processing in your application delegate's - applicationDidFinishLaunching: method. Andreas ___ Cocoa-dev mailing list (Cocoa-dev@lists

Method Sequence on Application Loads

2009-03-08 Thread Kenneth Ramey
I am looking for information on the sequence of method invocation as an application loads. For instance, Apple's documentation says that awakeFrom Nib is called after the user interface loads but before any events have been handled. I want to create an application that begins reading real