Tiger nibs
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