How to order a window to front if you are not in the Application in Objective-C
Posted
by ahmet2106
on Stack Overflow
See other posts from Stack Overflow
or by ahmet2106
Published on 2010-04-07T14:52:03Z
Indexed on
2010/04/08
13:03 UTC
Read the original article
Hit count: 345
Hello,
Is there a way to make a "makeKeyAndOrderToFront" without beeing in the Application?
If I am in Safari and in the Menu Bar there is a MenuItem to my App, after I press this, i want to show a window of my App in the Front (makeKeyAndOrderToFront makes this just if you are in the Application).
Which way can I use? And how can I animate this Window (like Tweeties Add new Tweet -> atebits.com).
Thank you!
© Stack Overflow or respective owner