How to load a window
How to load a window
- Subject: How to load a window
- From: Kevin Bracey <email@hidden>
- Date: Mon, 22 Sep 2008 10:36:16 +1200
If the Window you wish to open is in the same nib, then create a
IBOutlet NSWindow *otherWindow in your controller,
connect in IBuilder
then [otherWindow makeKeyAndOrderFront:self];
Cheers
Kevin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden