Open window from nib in foreground
Open window from nib in foreground
- Subject: Open window from nib in foreground
- From: email@hidden
- Date: Thu, 19 Feb 2009 17:54:02 +0000
Hello,
I am programmatically launching a window that is defined in a XIB file
using the following statement:
[NSBundle loadNibNamed:@"MyNibFile" owner:anObject];
where MyNibFile is the name of the XIB file and anObject is the object that
gets designated as the "File's owner". However, the window does not have
focus when I open it. How do I make that window open in the foreground?
Thanks,
Leo
_______________________________________________
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