NIB / menu question
NIB / menu question
- Subject: NIB / menu question
- From: Peter Schols <email@hidden>
- Date: Mon, 28 Jan 2002 02:14:49 +0100
Hi,
I have a simple app with two NIB files: Mainmenu.nib & mydocument.nib.
The main menu is in the mainmenu.nib and I want to connect some menu
items with actions available in a class that's in the other nib file.
However, it seems impossible to connect the menu items to actions in an
instance that's not in the mainmenu.nib.
What should I do? Combining both nib files? Or is there a better way?
Thanks!
Peter