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 create an application that  
begins reading real-time data as soon as possible, without user  
intervention.  Once it gets started, users will be able to interact  
and modify behavior, but the basic functions should begin  
automatically as soon as feasible.


What method do I need to hook for this?


This article may be of some interest:
http://cocoawithlove.com/2008/03/cocoa-application-startup.html

Mike.

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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-time data as soon as possible, without user  
intervention.  Once it gets started, users will be able to interact  
and modify behavior, but the basic functions should begin  
automatically as soon as feasible.


What method do I need to hook for this?

Thanks.
---
Ken Ramey
ramey@gmail.com





___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com