ADC Home > Reference Library > Technical Q&As > Cocoa > User Experience >
|
Q: How do I keep my background-only application from becoming active in Mac OS X version 10.1 when my app's NSStatusItem is clicked? A: A bug was introduced in Mac OS X version 10.1 that causes a click on an application's NSStatusItem(s) to bring the app to the front, even if the application is a background-only application. This will be fixed in the next major version of Mac OS X, but here is some code that you can use to work around the bug in a relatively safe way:
[Oct 30 2001] |
|