Re: NSToolbar question
Re: NSToolbar question
- Subject: Re: NSToolbar question
- From: Thilo Ettelt <email@hidden>
- Date: Sat, 19 Jan 2002 13:43:53 +0100
Hi!
Thank you for your nice replies.
I found the very simple problem. As I modified the toolbar example
shipped with the dev tools I had the selector (right?)...
- (void)windowControllerDidLoadNib:(NSWindowController *) aController
...in my non-document based app. So I simply tried...
- (void)awakeFromNib
...to initialize the toolbar and boom it works!
Thank you very much.
Cheers, Thilo
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.