• 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
Tiger nibs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tiger nibs


  • Subject: Tiger nibs
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Sat, 14 May 2005 18:23:30 +0200

I have a nib file, which gets loaded in applicationDidFinishLaunching: via
[NSBundle loadNibNamed:@"Inspector" owner:self];


This nib has a window with a textfield with a subclass of NSDateFormatter

In Panther this results in:

-[StAppDelegate applicationDidFinishLaunching:] will loadNibNamed: Inspector
+[BetterDateFormatter initialize]
-[BetterDateFormatter initWithDateFormat:allowNaturalLanguage:] (null) flag: 1
-[BetterDateFormatter stringForObjectValue:] 2005-05-14 18:13:14 +0200 --> Sa, 14. Mai. 2005 18:13:14 Europe/Berlin
-[StAppDelegate applicationDidFinishLaunching:] did loadNibNamed: Inspector


Note that initWithDateFormat:allowNaturalLanguage: was called.

In Tiger I get the same but *without* initWithDateFormat:allowNaturalLanguage:.
Why is this so?
What can I do to get the init call?



Kind regards,

Gerriet.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: FSCopyObjectAsync: useless and crippled
  • Next by Date: Re: embedding web server in cocoa app
  • Previous by thread: Re: embedding web server in cocoa app
  • Next by thread: OpenGL and Tiger
  • Index(es):
    • Date
    • Thread