On Jul 1, 2009, at 5:34 PM, Ross Carter wrote:


On Jun 30, 2009, at 7:57 PM, Tommy Nordgren wrote:

Is CCMApp an NSApplication subclass. This stack trace seems to indicate that there is an instance of it in
your nib/xib file.

Nope, it's the application delegate. The principal class is NSApplication.
_______________________________________________


You might check if any of the following methods depends on outlets being correctly set: 2 com.cocomot.Pagehand 0x0003a706 -[CCMFontCollectionsController fontNamesFamiliesDictionary] + 312 3 com.cocomot.Pagehand 0x0003a1fc -[CCMFontCollectionsController fontCollectionsArrayForControls] + 60
4 com.cocomot.Pagehand 0x000305fe -[CCMApp init] + 806
If so you need to move the code called in CCMApp init,
to the method [CCMApp awakeFromNib] which is called after the nib loading mechanism have set all outlets for
the nib
------
What is a woman that you forsake her, and the hearth fire and the home acre, to go with the old grey Widow Maker. --Kipling, harp song of the Dane women
Tommy Nordgren
tommy.nordg...@comhem.se



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to