• 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
Re: How dangerous is +load?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How dangerous is +load?


  • Subject: Re: How dangerous is +load?
  • From: Georg Tuparev <email@hidden>
  • Date: Wed, 30 Apr 2003 23:00:40 +0200

As I wrote in my original email, +initialize is NOT called if no other method of the class is is called.... so your suggestion does not work. BTW, this is documented behavior.


On Wednesday, Apr 30, 2003, at 21:01 Europe/Amsterdam, Hasan Diwan wrote:

+ (void)initialize {
[super initialize]; // may not be needed
[[NSNotificationCenter defaultCenter] addObserver: self selector:@selector(configureTestingUI:) name:NSApplicationDidFinishLaunchingNotification object:nil];
}

Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
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.

References: 
 >Re: How dangerous is +load? (From: Hasan Diwan <email@hidden>)

  • Prev by Date: Not sticking login item
  • Next by Date: Re: How dangerous is +load?
  • Previous by thread: Re: How dangerous is +load?
  • Next by thread: Re: How dangerous is +load?
  • Index(es):
    • Date
    • Thread