Re: Accessing Menu in Another Nib

2008-10-04 Thread Rob Keniger
On 04/10/2008, at 5:06 PM, Kyle Sluder wrote: Basically, is there any way for me to load that second NIB file (using something like 'loadNibNamed:' or the like) and then get the menu that I have connected to the File's Owner 'menu' outlet Sure. You've already described how to do it. W

Re: Accessing Menu in Another Nib

2008-10-04 Thread Kyle Sluder
On Sat, Oct 4, 2008 at 12:01 AM, Kevin Ferguson <[EMAIL PROTECTED]> wrote: > Basically, is there any way for me to load that second NIB file (using > something like 'loadNibNamed:' or the like) and then get the menu that I > have connected to the File's Owner 'menu' outlet Sure. You've already de

Accessing Menu in Another Nib

2008-10-03 Thread Kevin Ferguson
Greetings! So, let's say I have a menu in a secondary NIB file that I plan to use as a status bar menu. Since the user may not want that menu to even exist, I don't want to load it if it doesn't need to be, so it's in a secondary nib file. Is there any way to access that menu from that se