FROM : James Dessart
DATE : Tue Dec 21 16:28:25 2004
Using information from Apple's docs on value transformers, and a
helpful post from Scott Anguish, to someone else, from August, I
implemented an "array has contents" value transformer. I then register
it in applicationDidFinishLaunching.
However, it seems that it doesn't get registered before the nib gets
loaded, causing the app to bail. I've put an NSLog in both
applicationWillFinishLaunching and applicationDidFinishLaunching, and
neither seems to get called. I have the class instantiated and set as
the delegate in the nib, is there perhaps an ordering problem going
on?
Thanks in advance,
James
DATE : Tue Dec 21 16:28:25 2004
Using information from Apple's docs on value transformers, and a
helpful post from Scott Anguish, to someone else, from August, I
implemented an "array has contents" value transformer. I then register
it in applicationDidFinishLaunching.
However, it seems that it doesn't get registered before the nib gets
loaded, causing the app to bail. I've put an NSLog in both
applicationWillFinishLaunching and applicationDidFinishLaunching, and
neither seems to get called. I have the class instantiated and set as
the delegate in the nib, is there perhaps an ordering problem going
on?
Thanks in advance,
James
| Related mails | Author | Date |
|---|---|---|
| James Dessart | Dec 21, 16:28 | |
| Brendan Younger | Dec 21, 16:33 | |
| James Dessart | Dec 21, 17:11 | |
| Johan Kool | Jan 16, 17:59 | |
| mmalcolm crawford | Jan 16, 18:55 |






Cocoa mail archive

