Implementing toolbars in an NSDocument instance
Implementing toolbars in an NSDocument instance
- Subject: Implementing toolbars in an NSDocument instance
- From: Jesus De Meyer <email@hidden>
- Date: Sun, 3 Aug 2003 21:03:23 +0200
Hi again,
I'm currently working on a multiple document application which needs a
Toolbar. Now, I'm familiar with Toolbars in single window applications,
but I can't seem to let the toolbar work in multiple document apps.
I copy/pasted the code I had in the NSDocument class (after adapting it
a bit) and when I run my app I see no toolbar. Could it be because the
2 required Menuitems are in my MainMenu.nib and not in my
MyDocument.nib?
How do I fix this?
Thanks in advance
_______________________________________________
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.