Re: Force app to be key
Re: Force app to be key
- Subject: Re: Force app to be key
- From: "Stephen Deken" <email@hidden>
- Date: Thu, 19 Oct 2006 10:31:01 -0500
I'm looking for a method to force my app's window to be on top of all
other windows, and to be key. I've managed to make it's window be on
top by using [myWindow setLevel: ] and setting it to the highest
level.
Try this:
[NSApp activateIgnoringOtherApps:YES];
[myWindow makeKeyAndOrderFront:self];
Stephen Deken
email@hidden
_______________________________________________
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