Am 19.12.2010 um 20:20 schrieb [email protected]: > I'm trying to add an NSToolbar to an existing application. I need > compatibility with 10.4, so I'm creating the toolbar programmatically, > initializing and configuring the toolbar in my -init.
Just a shot in the dark, but perhaps -init is too early? Have you tried to set up your toolbar in -awakeFromNib instead? Cheers, Knut _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
