How to connect to menu items from another Nib?
How to connect to menu items from another Nib?
- Subject: How to connect to menu items from another Nib?
- From: John McGruer <email@hidden>
- Date: Sat, 31 Aug 2002 10:12:14 +0800
I want to make a connection to some NSMenuItem objects (in order to change
their titles etc), but from another Nib - not the MainMenu.nib the menus are
contained in. However, I can9t seem to do this easily in IB. The only way I
have been successful is programmatically by using [NSApp maninMenu] and then
referencing items from this. Is there a more direct way to accomplish the
connection in IB? In case I9m not being clear, I9d like to be able to
connect using IBOutlet statements and control-connecting in IB.
_______________________________________________
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.