Re: Open windows in frontmost...
Re: Open windows in frontmost...
- Subject: Re: Open windows in frontmost...
- From: Andreas Mayer <email@hidden>
- Date: Sat, 23 Aug 2003 21:11:35 +0200
Am Samstag, 23.08.03 um 19:29 Uhr schrieb daniele:
No, I think. Is an NSStatusItem application... you can tell it from
the menu bar but it is not the front most app....
This works for me in that case:
[NSApp activateIgnoringOtherApps:YES];
[window makeKeyAndOrderFront:self];
bye. Andreas.
_______________________________________________
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.