window deactivated by launch
window deactivated by launch
- Subject: window deactivated by launch
- From: "James W. Walker" <email@hidden>
- Date: Sat, 26 Jul 2003 20:10:35 -0700
When my system preferences pane launches a background app, the System
Preferences window becomes deactivated, although System Preferences is
still the front application. How can I avoid that? I tried following
the forcing the window to the front like so:
[ [NSWorkspace sharedWorkspace] launchApplication: appPath ];
[ [configSetMenu window]
performSelector:@selector(makeKeyAndOrderFront)
withObject: nil
afterDelay: 1.0 ];
but it didn't make any difference.
--
<
http://www.jwwalker.com/>
_______________________________________________
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.