• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
earliest code that runs?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

earliest code that runs?


  • Subject: earliest code that runs?
  • From: Matt Neuburg <email@hidden>
  • Date: Tue, 27 Jul 2004 18:08:42 -0700

What's the earliest code that runs as my app starts up? I ask because I ran
into a problem today where a widget's initWithFrame referred to the
standardUserDefaults, but it turned out that the standardUserDefaults had
not yet been initialized because my call to register the baseline defaults,
in a class's +initialize method, had not yet been executed. I guess I was
assuming that a class's +initialize method would be called before any
instance's init method, but no. (I thought that because an example in the
docs seemed to imply it.) So where can I put code such that I can count on
it to be executed earlier than any other code? Thx - m.

--
matt neuburg, phd = email@hidden, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>
_______________________________________________
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.


  • Follow-Ups:
    • Re: earliest code that runs?
      • From: mmalcolm crawford <email@hidden>
    • Re: earliest code that runs?
      • From: Shawn Erickson <email@hidden>
    • Re: earliest code that runs?
      • From: "b.bum" <email@hidden>
  • Prev by Date: Re: What happened to my logging output ?!
  • Next by Date: Re: Using NSApplescript while keeping UI responsive
  • Previous by thread: Re: Where is NSList?
  • Next by thread: Re: earliest code that runs?
  • Index(es):
    • Date
    • Thread