how to display a window from separate nibs?
how to display a window from separate nibs?
- Subject: how to display a window from separate nibs?
- From: "Ender Wiggins" <email@hidden>
- Date: Sat, 26 Aug 2006 23:48:55 -0500
Hi,
I have a toolbar button in NSWindow_A that calls an action in
controller_A. This is all in Nib_A.
What I'm trying to do is display NSWindow_B from the toolbar buttons
action in controller_A. NSWindow_B is in Nib_B and it also has it's
own controller (_B). In other words, when a user clicks on a toolbar
button, I would like to display a separate NSWindow with it's own
toolbar and the user can then work between to two main NSWindows (A
and B).
I can't seem to make an outlet connect in controller_A to controller_B
because they are in separate nibs. So ... how should I display
NSWindow_B from the action within controller_A?
Any help much appreciated.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden