Re: OrderFront a window from another .nib
Re: OrderFront a window from another .nib
- Subject: Re: OrderFront a window from another .nib
- From: Amul Goswamy <email@hidden>
- Date: Mon, 21 Apr 2003 13:50:48 -0700
You need to create an Outlet in the file's owner of the second nib file
and connect it to the window. You can then access the window, using
that outlet when you load in that nib. Please look at the sample code
on your system in:
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow
Amul Goswamy
Interface Builder QA
Apple
On Monday, April 21, 2003, at 12:48 PM, Nebagakid wrote:
So, I want to orderFront a window from another .nib that is in the
same program but not connected to the same Controller (except by some
#import 's ) How do I do this? (I know this probably reads very
confusingly, but I am at a loss for the correct terms!)
-Danny Cohen
_______________________________________________
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.
_______________________________________________
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.